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? ...
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...
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...
isn't convert suitable convert see http://www.imagemagick.org/...
Tom Schindl
tomAtLinux@...
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...
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...
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...
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...
... # 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, 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...
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@...
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...
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...
... 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...
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"...
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...
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@...
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...
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, -- ...