... it reduced the file size by about 700 bytes but it also reduced the font quality on my 10pt helvetica regular. it would seem that it didn't make any kind...
hi! ... seams like it discarded the cmap and embedded a helvetica-substitute what does: ps2pdf14 old.pdf new.pdf do and which version of ghostscript do you...
Only company I was able to find that did this on UNIX/Linux last year was Mentalix with their "Pixel ENGINE/OCR" product (not cheap). Anyone know of any...
... I'll check it out, but it doesn't look like its got the same feature set. Don't think they have scripting support for their linux edition. Thanks for the...
hi, i have one question. i use pdf::api2 module by my application. during generation of document it increases memory usage by 30MB. i use two ttf fonts, which...
Ing. Andrej Košec...
andrej@...
Jun 9, 2005 11:15 am
2656
... Ko¹ecký" ... during ... ttf ... Andrej, Could you tell us what platform you're on, and which version of Perl, PDF::API2, etc. Also, do you have a code...
Folks, I'm new to the list, and have been using PDF::API2 for several (four?) years now. We have a home grown system for setting up tabular reports, but it's...
A Leading MNC Company is Looking for C Professional With PERL expertise KINDLY NOTE THAT THIS IS AN IMMEDIATE REQUIREMENT Our Client, a leading CMM-LEVEL 5...
Dear PDF::API2 Gurus, I am using Windows 2000, PDF::API2 version 3r77 (I am not able to use the new versions because I cannot compile it and use it an...
aqua
aqua@...
Jun 11, 2005 6:38 am
2660
’ and <sub> are HTML notations. I don't think PDF::API2 or PDF itself support HTML notations, do they? Schöne Grüße, Best Regards, -- Andreas Frank ...
hi! i'd just like to inform you that i've just uploaded my presentation "PDF::API2 for Fun and Profit" i gave on the "Austrian Perl Workshop 2005" to the Wiki....
hi! ... if you cant compile perl just download the vc++ 2003 toolkit and the platform sdk to compile perl 5.8.x or build extensions for the activestate builds...
... I wanted to switch to new recent version. But the exe created doesnt work properly. I would appreciate if you could please have a look at your posting. ...
aqua
aqua@...
Jun 13, 2005 11:41 am
2665
... Hi, Use the Perl-Unicode notation: "\x{2019}"...
Hi, I'm looking for a method to reduce the size of a PDF file bij deleting the embedded Tiff images from it. So something like: open pdf; foreach $image...
hi! i just uploaded PDF-API2-0.43 to CPAN. * tgz + ppm archive bla, bla ... * added Build.PL + META.yml * fixed annotation creation in existing pdfs cause by ...
Fredo, I've been fiddling around with this; though it didn't immediately fix the problem it sure helped a lot. Seems the problem is not with the images but...
Hi, talking about extracting from pdfs ... Is there a way to extract a list of colors used in a pdf, i.e. also spot colors/ named colors and their values? ...
Hey Gang, I have a problem that I'm sure can easily be solved. I have just been forced to install a new version of the PDF::API2 (by the way we love this...
Below is an example for a ean13 .. should be able to adapt it. my $gfx = $page->gfx; my $bc = $pdf->xo_ean13(-font => $hvbfnt, -code => $code, -umzn => 8,...
Quick question... Is there a way to make a font BOLD and ITALIC at the same time??? I can make it bold like: $headerfont = $pdf->corefont( "Helvetica-Bold",...
If you use postscript fonts, which you should in a pdf, there is no declaration that changes the font outlines to italic or bold (Quark used to do that in a ...
... Hi, I have put some utilities on line at <http://www.geocities.com/shwncorey/pdfapi2-utilities.html> The one called corefonts will create a PDF with the...
Thanks you ever so much. I'll give it a try today. David A. Buzan Business Programmer Analyst Boeing Information Technology South West Region Engineering...
... This is probably orthogonal to your request, but have you considered converting to XSLT and FOP? You've obviously scaled your requirements by at least one...