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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 2327 - 2356 of 3697   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2327
I don't know if this can be done by PDF::API2. In Pitstop, a PDF file can be resized proportionally to the original PDF file. Can this be done by PDF::API2? ...
wu hai
gzwuhai
Offline Send Email
Oct 4, 2004
3:35 pm
2328
hi! ... fixed with 0.40_65 thanks cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux, freebsd...
fredo
alfredreiben...
Offline Send Email
Oct 4, 2004
3:35 pm
2329
hi! ... that looks very much like what i had in mind ! i'll take a shot at it, stay tuned cheers, -- __ _ / _|_ __ ___ __| | ___ unix, linux,...
fredo
alfredreiben...
Offline Send Email
Oct 4, 2004
3:36 pm
2330
hi! ... UPC-A is actually an EAN-13 with an additional '0' prefix as described at the site below: http://www.barcodeisland.com/ean13.phtml ... you might look...
fredo
alfredreiben...
Offline Send Email
Oct 4, 2004
4:30 pm
2331
Hello, f> UPC-A is actually an EAN-13 with an additional '0' prefix f> as described at the site below: Thank you for all the links, I'll read up on them soon...
James Olsen
samej71
Offline Send Email
Oct 5, 2004
12:25 am
2332
Anyone know of a command line program to convert PDF pages to an image format? Windows has pdf2gif, but I'd like something for linux. -Robert...
rgraff@...
robert_graff
Offline Send Email
Oct 15, 2004
6:12 pm
2333
isn't convert suitable convert see http://www.imagemagick.org/...
Tom Schindl
tomAtLinux@...
Send Email
Oct 16, 2004
10:23 am
2334
hi! there are 3 ways to do it opensouce: PDF -> ghostscript -> image PDF -> pdftops (xpdf) -> ghostscript -> image (sometimes better output than gs only) PDF...
fredo
alfredreiben...
Offline Send Email
Oct 18, 2004
12:41 pm
2335
Thanks! I already use convert for a variety of things. I didn't realize that it could read PDFs. -Robert...
rgraff@...
robert_graff
Offline Send Email
Oct 18, 2004
3:38 pm
2336
I have gone back and forth through the 023_cjkfonts,v 1.1 2004/04/06 example on how to use cjkfonts but have been unsuccessful in using it for Japanese text in...
arikin3
Offline Send Email
Oct 19, 2004
12:40 am
2337
I found my own problem. For those who are interested in CJK this is what I found on my journey: I had the encoding wrong in the string. So I used Encode to...
arikin3
Offline Send Email
Oct 21, 2004
12:52 am
2338
I a fairly new to the API2 module so I will apologize in advance. Basicly I have a portion of the page that is 3 inches wide. Currently I am able to place text...
Tony
iceaxewsu
Offline Send Email
Oct 26, 2004
11:07 pm
2339
... # This gives you a page 11 inches wide, 8.5 high. Is this what you want? ... # Extra parameter. Try: ... corefont( 'Helvetica' ); ... # Font size is 12...
Shawn Corey
shwncorey
Offline Send Email
Oct 27, 2004
11:20 am
2340
Shawn, Thanks for the suggestion with the lead. I tried it and now I get "Illegal division by zero at c:/Perl/site/lib/PDF/API2/Text.pm line 629." I looked...
Tony
iceaxewsu
Offline Send Email
Oct 27, 2004
3:41 pm
2341
... My best advise is to upgrade to PDF-API2-0.40_67...
Shawn Corey
shwncorey
Offline Send Email
Oct 27, 2004
6:35 pm
2342
hi people, could you help me ? where can i send bug reports ? pdf-api2 really rocks, but i have big problem. when i use localization in perl (such, that uses...
Ing. Andrej Košec...
andrej@...
Send Email
Nov 2, 2004
9:10 am
2343
This is from way back but Stephen Bill or anybody else... do you have any code to share for creating tables? We have code for that that works in html and will...
Tim Turner
turnertim
Offline Send Email
Nov 9, 2004
2:26 am
2344
Hello, I searched the archive and found a few mentions but could not find the solution.... When I run a test script it returns this error: Unknown encoding...
Tim Turner
turnertim
Offline Send Email
Nov 17, 2004
3:46 am
2345
hi! ... hard to tell without seeing the actual script, but based on the given message: it is not a pdfapi2 error :) cheers, -- __ _ / _|_ __ ___...
fredo
alfredreiben...
Offline Send Email
Nov 17, 2004
12:06 pm
2346
The 2 lines of code causing the error are: my $font = $pdf->corefont( "Helvetica-Bold", 1 ); $font->encode("latin1"); ... From: fredo...
Tim Turner
turnertim
Offline Send Email
Nov 17, 2004
1:12 pm
2347
... You should check your psfonts and make sure the fonts arein the path. Also check the fontnames: Is the font called Helvetica-Bold or HelveticaBold? Try...
the Shelter
the_shelter
Offline Send Email
Nov 17, 2004
3:20 pm
2348
hi! ... ah, you have to convert your code to the new 0.40 style: my $font = $pdf->corefont( "Helvetica-Bold", -encode=>"latin1"); cheers, -- __ _ ...
fredo
alfredreiben...
Offline Send Email
Nov 17, 2004
3:28 pm
2349
Hi, I make pdf files with ttf fonts in different encodings, whith the iso-8859-9 encoding, The scedilla and Scedilla characters are not displayed in "older"...
siukurnin
Offline Send Email
Nov 17, 2004
4:41 pm
2350
Fredo hit the nail on the head... That was the problem... Fredo, you sir are cool... Very cool. As a technogeek for the last 14 years I can really appreciate...
Tim Turner
turnertim
Offline Send Email
Nov 17, 2004
5:27 pm
2351
Hello, I understand how to palce text at a specific location... but is there a better way to find the exact aligned coordinates without just using ...
turnertim
Offline Send Email
Nov 18, 2004
3:54 pm
2352
I'm not sure what exactly you are asking. I'll answer how I deal with putting objects on a page (text image pdf etc.). sub INCH {72}; # put text at 4 inches by...
Mark Fowle
mfowle@...
Send Email
Nov 18, 2004
4:02 pm
2353
Shoot. So I get all excited about upgrading to the dev release of .40_67 (for the openScalar function) and then I go and discover that it requires 5.008. But...
thomasoniii@...
thomasoniii
Offline Send Email
Nov 18, 2004
4:49 pm
2354
By golly it's so simple I think it might work :-) Thank you. _____ From: Mark Fowle [mailto:mfowle@...] Sent: Thursday, November 18, 2004 11:10 AM ...
Tim Turner
turnertim
Offline Send Email
Nov 18, 2004
5:22 pm
2355
hi! ... unicode is an essential building-block for font-support. if you dont want to write anything (not even ascii), you could patch the module ;) cheers, -- ...
fredo
alfredreiben...
Offline Send Email
Nov 18, 2004
5:45 pm
2356
Tim, If you're trying to overlay text onto a pdf, here's some code that ... #!/usr/bin/perl -w ...
Joe Vigil
ornamentalnoise
Offline Send Email
Nov 18, 2004
6:18 pm
Messages 2327 - 2356 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