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...
Hi, Test with TTF with 0.40_18b. $font=$pdf->ttfont($fn, -encode => 'latin1'); -> Undefined subroutine &PDF::API2::_findFont called at ...
Andy
andy@...
May 19, 2004 1:58 pm
2156
... Can someone point me to something that documents the command-line switches for Acrobat Reader? I've tried searching Adobe's web site without success. In...
Here we go... /usr/local/bin/acroread -toPostScript -size a4 -shrink -fast pdffile.pdf ... De: Rick Nakroshis [mailto:nakroshis@...] Enviado el: viernes,...
Hi! I'm trying to develop a web-based application to create a PDF which is intended to print on a label printer. If I create a page, and set the media box to...
hi! ... basically the following rules are applied against a gd object during the image-embedding preces to choose the actual ebedding format: - if the image...
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@...
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@...
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. -- ...
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...
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....
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 ...
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...
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...
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...