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 your group to be featured on the Yahoo! Groups website? 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 2162 - 2191 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2162
Hello Group, We have some PDF file generated by PDF995 driver. Using PDF::API2 I am just changing the Creator Info to say "ABCDEFGH". Some (repeat some)...
aqua
aqua@...
Send Email
Jun 3, 2004
2:37 pm
2163
Dear Author and Group, Where do I get recent releases for Windows OS where I can install using PPM. The current one available in activestate site is...
aqua
aqua@...
Send Email
Jun 4, 2004
4:34 am
2164
hi! ... there are no "releases" (so to say) more recent than 0.3r77, all 0.40_xx versions are alpha/beta development stage and cannot be called "releases. -- ...
fredo
alfredreiben...
Offline Send Email
Jun 4, 2004
3:42 pm
2165
I have the following code: $base_pdf = $pdf->pdfimage($file, $page); $gfx->pdfimage($base_pdf, $xpos, $ypos); Now, I really want to rotate it 180° before or...
Rick Measham
rick_measham
Offline Send Email
Jun 7, 2004
5:42 am
2166
Hi! ... ah, that would be: $base_pdf = $pdf->pdfimage($file, $page); $gfx->save; $gfx->transform( -translate=>[$xpos, $ypos], -rotate => 180, ); ...
fredo
alfredreiben...
Offline Send Email
Jun 7, 2004
4:40 pm
2167
hi! ... btw, in 0.40_xx you would use $gfx->formimage() instead of pdfimage. -- fredo -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Jun 7, 2004
6:38 pm
2168
Hello, I'm new to PDF::API2 and I'm using version 0.40_18b. I'm running into two issues that I'm not sure how to resolve. The first issue is the page size....
James Olsen
samej71
Offline Send Email
Jun 9, 2004
4:04 pm
2169
acroread --help Schöne Grüße, Best Regards, -- Andreas Frank Infineon Technologies AG CL DAT SIS TS Tel: +49 (0)89 234-29310 Fax: +49 (0)89 234-9550449 ...
andreas.frank@...
kolbhans2003
Offline Send Email
Jun 9, 2004
4:04 pm
2170
I just started use package "PDF::API2" and failed on the first step. This is my Perl code from the Help page on your site: ...
mikhailmogilevsky
mikhailmogil...
Offline Send Email
Jun 9, 2004
4:04 pm
2171
Hello, Is it possible to load from a blob containing file data in memory (i.e. @blob_of_pdf_data) instead of opening a file on disk? I already have an existing...
Jesse Rosenberger
abernix83
Offline Send Email
Jun 9, 2004
4:05 pm
2172
I know this is an old post, but for all those people wishing to do what Rick is asking below, I have found that running created pdfs thru PDFTK works very well...
mistorx6767
Offline Send Email
Jun 9, 2004
4:05 pm
2173
OK, so I get the fact that pdf::api2 doesn't support encryption, or preventing ppl from modifying the pdf but does anyone have any experience using free linux...
mistorx6767
Offline Send Email
Jun 9, 2004
4:05 pm
2174
... Gracias, Senor! (Ok, that the extent of my Spanish.) Would you happen to know where I could find what documentation on all of the Acroread command line...
Rick Nakroshis
rick_nakroshis
Offline Send Email
Jun 9, 2004
4:05 pm
2175
hi! ... $pdf = PDF::API->openScalar $pdfstream Opens an existing PDF-stream for modification. -- fredo -- __ _ / _|_ __ ___ __| | ___ unix,...
fredo
alfredreiben...
Offline Send Email
Jun 9, 2004
4:20 pm
2176
hi! ... this is a bug and now (0.40_22) fixed ... there was also a bug here that is fixed now (0.40_22) the correct code would be: use strict; use PDF::API2; ...
fredo
alfredreiben...
Offline Send Email
Jun 9, 2004
4:51 pm
2177
hi! i've just uploaded 0.40_22 to SF + CPAN 22 is a fix for the named page sizes (aka. $pg->mediasize('A4')) and the barcode code128 module. furthermore the...
fredo
alfredreiben...
Offline Send Email
Jun 9, 2004
5:14 pm
2178
... Well, I dropped to the command line on *NIX box and did "acroread -h" and got output as to what the command line switches are in unix. They are probably ...
mpdickens
md30022
Offline Send Email
Jun 9, 2004
7:34 pm
2179
... I use pdfLaTeX for this. Older versions (e.g. the one which came with debian "Woody" - pdfTeX (Web2C 7.3.7) 3.14159-1.00a-pretest-20011114-ojmw) support...
Anthony Wood
s2156945
Offline Send Email
Jun 9, 2004
11:48 pm
2180
I am using 0.3r77. I wanted to place few GIF images in an PDF. I see an example in the examples directory too. But the image_gif() funtion was commented. How...
aqua
aqua@...
Send Email
Jun 14, 2004
11:46 am
2181
Hy ist the API2:: Content $txt->paragraph removed ? is there any alternative ? (Release PDF-API2-0.40_22) Greetings Matthias...
ichvonda
Offline Send Email
Jun 14, 2004
5:06 pm
2182
... Unfortunately, this doesn't work under MS WIndows. Acrobat Reader starts up and then complains it can't find the file. Rick...
Rick Nakroshis
rick_nakroshis
Offline Send Email
Jun 14, 2004
5:07 pm
2183
hi! ... by upgrading to 0.40_xx, because image_gif does not work in r77. -- fredo -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Jun 14, 2004
8:18 pm
2184
hi! ... something more easy would be pdftk http://www.accesspdf.com/pdftk/ ... uh funds? -- fredo -- __ _ / _|_ __ ___ __| | ___ unix, linux,...
fredo
alfredreiben...
Offline Send Email
Jun 14, 2004
8:46 pm
2185
hi! there will be a new perl module-set called PDF::Maki. it will heavily use PDF::API2. it will be filled with methods YOU propose and test. yes, there will...
fredo
alfredreiben...
Offline Send Email
Jun 14, 2004
9:04 pm
2186
Nelius, This post belongs on the perl-text-pdf-modules@yahoogroups.com list rather than the Mac OS-X Perl list. I've cross posted it there and would suggest...
Rick Measham
rick_measham
Offline Send Email
Jun 14, 2004
11:05 pm
2187
... I propose a method which takes a hash argument of the PDF and fills the forms on the PDF with the value from the hash associated with the key of the same...
Anthony Wood
s2156945
Offline Send Email
Jun 15, 2004
1:27 am
2188
... Cash, money. ... -- Woody...
Anthony Wood
s2156945
Offline Send Email
Jun 15, 2004
1:29 am
2189
Hello Group, Today I installed 0.40_22 in my Win2000 system. The GIF sample from the old back works fine. But I am missing few other functions like "pdfimage" ...
aqua
aqua@...
Send Email
Jun 15, 2004
9:05 am
2190
hi! ... this method is now called "formimage" since it serves a much broader purpose. cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux,...
fredo
alfredreiben...
Offline Send Email
Jun 15, 2004
9:57 am
2191
hi! ... yes, i know. ain't i supposed to hack on PDF::API2 in my spare time for free? ;) but i'll accept dontations nonetheless ... cheers, -- __...
fredo
alfredreiben...
Offline Send Email
Jun 15, 2004
10:00 am
Messages 2162 - 2191 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