1. The parser is written. I can now take marked up text and turn it into a data structure that will give me the style for each character. 2. Non-balanced...
I'm trying to use PDF::API2 to create a document and then paginate it into a 2up format. Later I'll be paginating it in a different format, I'm just doing 2up...
hi, i changed a pdf form with my own script and added some hidden fields in result of some existing text fields...so after adding the new objects and updating...
I encountered the following syntax errors in 40.16: Subroutine egstate redefined at /usr/lib/perl5/site_perl/5.8.1/PDF/API2/Content.pm line 983, <GLOBAL> line...
can anyone explain how the new barcode thing is working? I can create them using $res=$pdf->xo_2of5int but how do I put this object on my pdf? furthermore the...
Hello Rick, RM> Here's my plans for comment by everyone. Please can I have comments RM> from people who will actually use this feature? I think this component...
Hello Rick, (please forgive me if this comes through as a repeat, at this time my original message attempts do not appear to have made it to the list) RM>...
Hello Rick, (please forgive me if this comes through as a repeat, at this time my original messages doesn't appear to have made it to the list) RM> Here's my...
Hello Rick, (please fogive me if this comes through as a duplicate, at this time my original messages doesn't appear to have made it to the list) RM> Here's my...
Hi, my pdf file contains ordinary text but some words are links to other files, the names of these files do not have any relationship with the word in the pdf....
Ana Ramos
ana.cartelle@...
Feb 12, 2004 12:02 pm
2117
hi! ... thanks, ... sorry, this is not a bug of PDF::API2, but a "known issue" between the IE with its adobe plugin and the used webserver. there are a couple...
hi! ... your code is almost right from a logical point of view. (just replace 'image' with 'formimage') BUT, it is technically impossible to create a new pdf...
hi! ... use the formimage method of the gfx-object. ... sorry your pdf works flawlessly with the following code here: #/usr/bin/perl use PDF::API2; $pdf =...
I'm sure I wrote about this some time ago, but I can't find it in the archives. I create a PDF in which I include a pdfimage of an Acrobat image. The resulting...
... A workaround: # Save and Close $pdf->saveas("1.pdf"); $pdf->end(); `pdf2ps 1.pdf 1.ps`; # <-- this seems to 'flatten' then `ps2pdf 1.ps 1.pdf`; #...
hi! ... this is a bug in versions up to 0.40_01. in later versions the import code changed radically and does not have this misfeature. cheers, -- __...
Hey, I'm relatively new to perl and very new to this API. I think it may be a bit more than what I need, but it is still very useful. What I need right now is...
Dear all, by using PDF::API2, I want to change the document info of a pdf-file, which works quite fine. However, if the pdf-file is encrypted, it gets...
... Aw, shucks. I was hoping someone was going to post an answer, so I could get it too! ;-) Care to post a simple example of what worked for you? Thanks, ...
I'm running PDF::API2 under apache 1.3.29 and mod_perl 1.29. I am running into a wierd problem where the corefont comes back as an empty hash. That is, I...
hi! for those of you that really like PDF::API2 ... Impact Award for PDF Nominate a product or service To nominate a PDF-related product or service for a 2004...
Fredo, What was the launch date of PDF::API2? It asks on the survey. Bradley ... From: fredo [mailto:alfredreibenschuh@...] Sent: Friday, March 19, 2004...
Hi, first, thank you for accepting my registration request. Hoping someone is so generous to help me with a little problem (always those ignorant beginners...