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...
... 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...
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; ...
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...
... 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 ...
... 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...
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...