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...
... Mmmm .. you gave us the link to put you into the running, Fredo -- it appears that the voting for products won't begin until after the nominations close. ...
Ok, here's what I see, going back again over it... This is a nomination. One nomination is sufficient to get into the voting. After the cutoff, a mailing will...
Seeing the blurb for the contest did give me the idea, that I really want to thank you (Fredo) and you-all (the list) for your contributions. 1) The primary...
Hey all ... I'm writing a wrapper module for PDF::API2 that takes a sql statement and formatting hash, then builds a table based report (something akin to...
my attachment got whakked ... here is the code: package Dmos::Report::PDF; use strict; use Dmos; use PDF::API2; sub new { my ($self,%opts) = @_; my $class =...
I have two tool on my machine for converting PDF files into PS files: pdf2ps is an interface to ghostscript. pdftops is a part of the xpdf suite. Neither of...
hi! ... sorry i have to correct myself: there is a utility called pdf-optimize.pl in the contrib dir of any release ater 0.40_17, that will try to do that for...
hi! ... which perl version do you run under 5.6.x or 5.8.x ? i do not recommend running PDF::API2 under mod_perl, since it somethings behaves strange in...
... Ugh, that's sad for me, as most of the systems I write run under mod_perl. I have used PDF::API2 from inside mod_perl, but I must admit it was just to...
hi! ... i do not say that mod_perl is a problem for PDF::API2 ... i have experienced that mod_perl is sometimes behaving strangely as a whole, and especially...
Hi, I would like to search text with some typographic features like font type and size. Is it possible to do that with the current PDF API? Many thanks in...
If need to be Perl related, try "acroread -toPostscript", which is a acrobat reader command in unix if installed. You can script that easily to convert PDF's...
Adobe Acrobat Reader does exactly what you want, is free and available for most operating systems. Call it like ... You can also pipe the resulting Postscript...