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 2847 - 2876 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
2856
Am I right to think that current I can not extract data on a PDF's separations from the module? Thanks +Pete...
Pete Sergeant
petersergeant
Offline Send Email
Apr 9, 2006
1:24 pm
2857
Hi list - Has anyone got any examples (or docs) for using egstate (or should that be extgstate) text objects and fonts - I want to set text to be "overprint...
baggiero
Offline Send Email
Apr 10, 2006
10:08 am
2858
Hi! Has anyone made use of the Resource::Shading object to create a gradient? I'm specifically looking at an Axial type of gradient. If you have any...
Richard Morse
remorse_mgh
Offline Send Email
Apr 10, 2006
3:57 pm
2859
Dear Group, Is there any way I could "Enable Comments" feature in my 1.4 PDF using API2? Regards Dominic...
Aqua
aqua@...
Send Email
Apr 11, 2006
2:11 pm
2860
Hi! I'm trying to take a pdf, and a description of various fields on it, and create a key where the name of the fields is overlayed onto the pdf. This, of...
Richard Morse
remorse_mgh
Offline Send Email
Apr 18, 2006
2:40 pm
2861
... This is light on details but, for Acrobat 5+ Readers you should be able to draw a white semi transparent rectangle over the whole page, and your text / ...
Anthony Wood
s2156945
Offline Send Email
Apr 19, 2006
6:49 am
2862
... Do you think you could send me a sample of how you did it anyway? I'm not necessarily tied to PDF::API2 for this; if Text::PDF is easier for this task,...
Richard Morse
remorse_mgh
Offline Send Email
Apr 19, 2006
2:29 pm
2863
... I'm not working in PDF any more, but here's a script I modified in 2002. (based on graph.pl from the Text::PDF distribution I think) You should be able to...
Anthony Wood
s2156945
Offline Send Email
Apr 20, 2006
1:39 am
2864
... Hi! Thanks! Based on this, I came up with the following PDF::API2 code (this is very rough as I'm just doing a concept right now): my ($llx, $lly, $urx,...
Richard Morse
remorse_mgh
Offline Send Email
Apr 20, 2006
8:35 pm
2865
Hi, I found PDF::APIx::Layout to be very very helpful in adding content to predefined PDF documents. Many thanks to Alfred for this incredible module. ...
stephanmeinl
Offline Send Email
Apr 26, 2006
7:59 pm
2866
Is it a bug that the +/- character (0xB1) is not rendered by Times and Courier corefonts, or is this character simply missing? This is how to reproduce the...
ribasushi
Offline Send Email
May 1, 2006
5:30 pm
2867
I get from the docs how to make an image file. Basically, my $picture = '/path/to/picture'; my $photo = $page->gfx; my $photo_file=$pdf->image_jpeg($picture); ...
Christopher Pryce
meeples
Offline Send Email
May 1, 2006
6:35 pm
2868
I would suspect you could go via a GD image object from a stream [haven't tried myself] - though I have found during recent experiments that the speed, ...
Hugh Dixon
baggiero
Offline Send Email
May 2, 2006
9:04 am
2869
... I don't know why some fonts have one encoding and some have another, but you can change it with like so: $pdf->corefont ($font, -encode => 'iso8859-1' ),...
Ken Hirsch
kenahirsch
Offline Send Email
May 3, 2006
4:39 am
2870
I am generating three-page pdf files with only text and graphics (rectangles, arc, lines). I'm a fair bit surprised to find that these PDF files are over 130kb...
Rick Measham
rick_measham
Online Now Send Email
May 3, 2006
5:25 am
2871
Hello, Somewhere there is a script pdf-optimize.pl It may or may not be installed with PDF::API2, I forget, but it is also available on CPAN under contrib.: ...
Mark Fowle
mfowle@...
Send Email
May 3, 2006
1:06 pm
2872
... Thanks for that Mark, however it doesn't have the required effect .. the file is now 4 bytes LARGER! pdf-optimize.pl /tmp/Cheese.large.pdf...
Rick Measham
rick_measham
Online Now Send Email
May 4, 2006
12:39 am
2873
OK I have only seen that in situations where the pdf is already very clean, either the pdf is simple, or the file has already been cleaned. There are other...
Mark Fowle
mfowle@...
Send Email
May 4, 2006
1:25 pm
2874
I saw drastic differences in the size of the resulting pdf's depending on the types of the images that I was putting into the pdf. Different image formats...
Matthew Lenz
matthewlenz
Online Now Send Email
May 4, 2006
2:32 pm
2875
You might look at the PDF and see if you can figure out what is taking up the space. One possibility might be a font is being included? Ricky...
Richard Morse
remorse_mgh
Offline Send Email
May 4, 2006
4:02 pm
2876
Bascially I need to process existing PDFs and perform the following operations. * Build a basic semantic understanding of the document based on the tagged ...
arguile
arguile_42
Offline Send Email
May 16, 2006
2:42 pm
Messages 2847 - 2876 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