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...
Show off your group to the world. Share a photo of your group with us.

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 2144 - 2173 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2144
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...
Rick Measham
rick_measham
Offline Send Email
Apr 5, 2004
2:23 am
2145
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...
fredo
alfredreiben...
Offline Send Email
Apr 5, 2004
9:33 am
2146
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...
fredo
alfredreiben...
Offline Send Email
Apr 5, 2004
9:37 am
2147
hi! i've just uploaded 0.40_18 to SF + CPAN CHANGELOG: 2004-04-05 01:52 fredo * lib/PDF/API2/Version.pm: updated for release 0.40_18 2004-04-05 01:44 fredo *...
fredo
alfredreiben...
Offline Send Email
Apr 5, 2004
10:25 am
2148
... 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...
Gunnar Wolf
gunnarcito
Online Now Send Email
Apr 7, 2004
3:48 am
2149
hi! i've just uploaded 0.40_18b to SF + CPAN 18b is a quickfix, since the separation colorspace creates corrupted files. -- __ _ / _|_ __ ___ __|...
fredo
alfredreiben...
Offline Send Email
Apr 7, 2004
11:44 am
2150
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...
fredo
alfredreiben...
Offline Send Email
Apr 7, 2004
11:53 am
2151
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...
pverdret
Offline Send Email
May 14, 2004
12:34 pm
2152
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...
Duy Pham
duypham18
Offline Send Email
May 14, 2004
12:34 pm
2153
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...
andreas.frank@...
kolbhans2003
Offline Send Email
May 14, 2004
12:34 pm
2154
hi there is a bug at least in barcode code128b requesting a "*" sign will print a "(" requesting a ")" sign will print a "(" and so on... Frederic...
Frederic Steinfels
frederic_ste...
Offline Send Email
May 14, 2004
12:36 pm
2155
Hi, Test with TTF with 0.40_18b. $font=$pdf->ttfont($fn, -encode => 'latin1'); -> Undefined subroutine &PDF::API2::_findFont called at ...
Andy
andy@...
Send Email
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...
Rick Nakroshis
rick_nakroshis
Offline Send Email
May 21, 2004
12:15 pm
2157
Here we go... /usr/local/bin/acroread -toPostScript -size a4 -shrink -fast pdffile.pdf ... De: Rick Nakroshis [mailto:nakroshis@...] Enviado el: viernes,...
Fco. Javier Rodriguez
javierycuca
Offline Send Email
May 21, 2004
12:27 pm
2158
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...
remorse_mgh
Offline Send Email
May 25, 2004
7:44 pm
2159
hi! ... sorry that is not possible with my module cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
May 27, 2004
3:42 pm
2160
hi! ... this is not defined by the pdf-spec, sorry. cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
May 27, 2004
3:45 pm
2161
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...
fredo
alfredreiben...
Offline Send Email
May 28, 2004
11:45 am
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
Messages 2144 - 2173 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