... Oh! It's not me! Yikes, I was really feeling like a loser. I could only build & run a few of the examples due to stuff like this. So they _should_ just be ...
Hi, The module, as packaged by you, does not generate by default any man pages - You must resort to perldoc in order to look at the documentation, and it is...
Question: Is there any support for opaque images/text as of yet? If so, how does it work? I have a project where I would like to put a large stamp on a page,...
Hi all, I created a file using PDF::API2 and sent it to a print shop. They answered me that one of the fonts is not embedded correctly. I used my $font =...
Hi, Look for the corresponding *.afm and *.pfb files. They should be named like the font you use. Usually ps Fonts come in several flavors (each flavor a...
Hi, after installing some security pathches on Suse9 and updating Perl to 5.8.1-130 I cannot run or reinstall PDF::API2. Running a simple perl script with...
Hi, to be honest, I only understood half of what you were trying to tell me about ps-fonts :-( I checked my windows/fonts directory and all I found were the...
hi! ... answered ... .. ... anything ... corefonts are not embedded. you need to use: $pdf->ttfont( '/path/to/Verdana.ttf', -encode => 'latin1' ); OR ...
hi! ... sounds like you crashed your perl installation and now have mangled include-dirs floating around. this has nothing to do with PDF::API2 ! - run "perl...
... WAG: if the name of the file is verdanab.ttf, try naming the font 'VerdanaB' as in: my $fontBold = $pdf->corefont('VerdanaB', -enocde => 'latin1');...
or more likely my $font = $pdf->ttfont( '/windows/fonts/verdana.ttf', -encode => 'latin1' ); my $fontBold = $pdf->ttfont( '/windows/fonts/verdanab.ttf',...
Mark Fowle
mfowle@...
Mar 4, 2005 8:29 pm
2551
Fredo, Thanks, this is exactly what I needed! I searched the archives on "opacity" and "transparent", but not "transparency"... My bad. -MC...
Yep, I think that’s it… The file is much larger now. And also AcrobatReader mentions that the fonts are embedded correctly. Thank you, guys. Cheers, Markus...
Hello When trying to run PDF::API2 on z/OS, I encounter a small bug due to char order. A small patch is included. ps : the version I've just get from CPAN is...
Two questions for the PDF::API2 community- First: do you know of any place, i.e. web-sites or FTP sites, that have a repository of docs & examples? Second: if...
... Hi, I don't know of anyplace that has docs, examples or even a FAQ for PDF::API2. If someone wants to set up such a site, I suggest a wiki. Below are some...
Gang, I think Shawn's idea of a Wiki is a great idea. I don't know much about how to create or maintain a Wiki, but I'm open to suggestions. Also, I'm...
Hi, actually I've been thinking about something as well and it seems that now is the time for giving the community something back ... O.K, here is what I...
I think Michael's idea of a PDF::API2 site would fill a long long-felt want. I would like to see a structured list of topics (FAQ for want of a better word)...
Fredo, Thanks for the twiki! I'm a little green at this kind of stuff, but I'm sure many of our users out there have some experience. So as not to clutter...
... This is a bit counter-wiki .. the point of a wiki is normally to not have to bother with central points and plans etc. Each contributor adds as they can,...
... A wiki is a great idea, but just a set of dox & examples would be fine. I'm struggling , as most newbies are, and as (I assume) most of the subscribers ...
S, Please let me know what your employer says about webhosting. Also, would you please contact me offline? I am collecting a small database of users, email...