Search the web
Sign In
New User? Sign Up
perl-text-pdf-modules · Mailing-List for Users of PDF::API2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2826 - 2855 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2826
Hi, I have been struggling for almost 3 weeks now trying to decompress an existing pdf. I thought that i can simply open a PDF then decompress it (but how) so...
the Shelter
the_shelter
Offline Send Email
Feb 2, 2006
11:29 pm
2827
hi, has somebody experienced problems receiving posts of the list lately? It seems like I am not receiving some posts (checked the list index). A post I sent...
the Shelter
the_shelter
Offline Send Email
Feb 3, 2006
11:57 am
2828
If you are using Linux or Mac OS X you could consider using 'pdftotext', which is part of the standard distribution I believe. This would enable you to save...
Alan Fry
millgatebarn
Offline Send Email
Feb 3, 2006
4:24 pm
2829
hi! ... pdfapi2 has a 'pdfunoptimze.pl' in its contrib directory, which makes it easier to serch the pdf but dependent on the used (font) resources might not...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 4, 2006
11:04 am
2830
Dear Shelter, I have posted this request couple of times. http://groups.yahoo.com/group/perl-text-pdf-modules/message/2687 See the below response helps. Best...
Aqua
aqua@...
Send Email
Feb 8, 2006
3:40 pm
2831
... compiled into an executable ... extensive manipulation ... ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
the Shelter
the_shelter
Offline Send Email
Feb 9, 2006
12:33 pm
2832
Hi Fredo, I found it under the name pdf_deoptimize.pl ;-) It seems to do what I need, at least for now... I have trouble rewriting it, though ... How do I...
the Shelter
the_shelter
Offline Send Email
Feb 9, 2006
12:46 pm
2833
Dear Shelter, ... After your email I did lot of playing with the same code. Actually I dont get any errors while compiliing with Perlapp (with PDF::API2 0.5x...
Aqua
aqua@...
Send Email
Feb 12, 2006
1:58 pm
2834
Hi, I can rotate text and graphics, but If I place a barcode in the page via: $gfx->formimage($bc, x,y, scale); Then it won't rotate. Moreover, if I use...
Dani Pardo
dani@...
Send Email
Feb 13, 2006
11:21 am
2835
Why does the code below prints the text "Hello world" in grey instead of black? Is it a bug? I've just specified the grey color for graphics, not text.. :? Btw...
Dani Pardo
dani@...
Send Email
Feb 13, 2006
11:59 am
2836
I think you want to set the text color first then all will work out. Leaving the text color undefined probably leaves the PDF reader to use what ever it likes,...
Mark Fowle
mfowle@...
Send Email
Feb 13, 2006
8:30 pm
2837
... Yep.. but at first glance, you may think that changing the graphics fill color shouldn't change the text color.. I think this was happening in older...
Dani Pardo
dani@...
Send Email
Feb 14, 2006
8:23 am
2838
Dear Group, Could you please let me know how to delete a bookmark from a PDF file. I'm using 0.3r77 Regards Dominic...
aqua
aqua@...
Send Email
Feb 15, 2006
6:54 am
2839
... if you initialize the gfx object just before the txt object any color definitions present at the end of the gfx stream "will leak" over to the text stream...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 15, 2006
11:54 pm
2840
... not supported in any version of PDF::API2. -- fredo...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 15, 2006
11:55 pm
2841
... save/restore? Didn't know about that. Anyway if it's the way it works then it's ok for me. At first sight it seemed like a bug. ... I'm glad you're still...
Dani Pardo
dani@...
Send Email
Feb 16, 2006
8:34 am
2842
Dear group, Is ther any restriction on PDF version handling? I am writing few things on a pdf (ver1.6) generated by different applications. Sometime its...
Aqua
aqua@...
Send Email
Feb 22, 2006
5:22 pm
2843
All the PDFs I generate need to have text constrained within a boundary, generally there is a box that I need to stay within. Using the paragraph function is...
Paul Schilling
gismykid2004
Offline Send Email
Feb 22, 2006
8:48 pm
2844
hi! ... basically PDF::API2 is able to handle generic PDFs upto spec version 1.4 (Acrobat 5). adobe introduced "object compression" in 1.5, which PDF::API2 is...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 26, 2006
4:17 pm
2845
you should take a look at PDF::APIx::Layout cheers, -- fredo...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Feb 26, 2006
6:07 pm
2846
Hi, can anybody give me a hand or hint? I have a pdf w/ rather weird box definitions: Trim Box Contents:/TrimBox [7.08659 7.086 338.741 338.74] Crop Box...
the Shelter
the_shelter
Offline Send Email
Feb 28, 2006
2:51 pm
2847
Hi, Does anyone know how to (temporarily) turn off the compression of the page contents? I need to see what PDF::API2 is actual creating. I tried searching the...
Shawn Corey
shwncorey
Offline Send Email
Mar 8, 2006
4:46 pm
2848
When you want to check during the creation process I cannot be of any help. Still, I use pdftks decompression feature. And it can even be integrated into vi......
the Shelter
the_shelter
Offline Send Email
Mar 8, 2006
7:19 pm
2849
... delete $gfx->{Filter}; cheers, -- fredo...
Alfred Reibenschuh
alfredreiben...
Offline Send Email
Mar 9, 2006
9:33 pm
2850
Prototype mismatch: sub PDF::API2::Content::compress ($;$) vs none at /path/to/lib/PDF/ API2/Content.pm line 185. Subroutine compress redefined at...
jacques_bastien2000
jacques_bast...
Offline Send Email
Mar 9, 2006
9:50 pm
2851
You may have figured it out by now, but for reference, what may be happening is that when you use gfx->rotate more than once, the second and subsequent calls...
mcamiano
Offline Send Email
Mar 13, 2006
10:35 pm
2852
Should have also mentioned... use gfx->save and gfx->restore to avoid this side effect....
mcamiano
Offline Send Email
Mar 14, 2006
4:48 am
2853
... Is there a reason not to include the patch in PDF::API2? I am looking at PDF::APIx::Layout but I will have to rewrite what I already have. Also it looks...
Paul Schilling
gismykid2004
Offline Send Email
Mar 29, 2006
9:35 pm
2854
Hi all, I'm trying to mix an image into an existing PDF document like this: --- $gfxo=$pdf->image_jpeg($usegfx); # open picture source foreach my $page...
R. B.
kwench79
Offline Send Email
Mar 30, 2006
4:37 pm
2855
... If the dpi of your picture is $dpi, then: $gfx->image($gfxo,0,0, 72/$dpi ); If you know how wide your picture is in pixels, then: my...
Mr. Shawn H. Corey
shwncorey
Offline Send Email
Mar 30, 2006
5:48 pm
Messages 2826 - 2855 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help