... Yes and no. Yes, but you will have to dig into the details yourself. No, there is no command to begin italic text. In PDF, you write the text in an italic...
I'm using the module to generate pdf's on the fly via a cgi. These cgi's are running under the mod_perl registry. I'm finding that sometimes the pdf draws...
... After doing a little more research it looks like the version of the pdf module that comes with debian sarge is pretty dang old. I also saw mentioned in...
When upgrading from an old .4x version of the module to the new .53 package I found that all my text and barcodes went from black to grey. Changing all the...
I don't know the answer but you mention that you thing mod_perl maybe involved in the issue, have you tried with out mod_perl. That at least will help you...
Mark Fowle
mfowle@...
Aug 8, 2006 3:02 pm
2903
... No its not mod_perl. Did everyone see their text/graphics move to grey from black when upgrading at some point? I found the problem in the BarCode.pm has...
I think there may have been some issues with color labels back when I started using PDF API2 but don't remember if it was that or some other rendering module I...
Mark Fowle
mfowle@...
Aug 8, 2006 5:47 pm
2905
... Shouldn't this be: <TD bgcolor="black"> ... ... -- __END__ Just my 0.00000002 million dollars worth, ... "For the things we have to learn before we can do...
Then you would get black, I was trying to should how you might get gray or some semblance there of, treating text as a number. ... From: Mr. Shawn H. Corey...
Mark Fowle
mfowle@...
Aug 8, 2006 6:05 pm
2907
Hello, I just need to read a PDF to determine if the fonts are embedded. Anyone know how to do this?...
... I think that was his point .. he's suggesting that PDF::API2 now expects everything to be a color value rather than a name. Thus it treats 'black' as if it...
hi! ... nope, i just checked the relevant code sections. 'black' is a supported color (see: unicolor.txt). i will include a barcode example in the next...
Hi all, I've got a script which we've been running for ages on linux + perl 5.8.4 + PDF::API2 v0.44 with no problems. However I need to move the script over...
What kind of fonts do you use? Are these installed on the machine? ... /usr/local/lib/perl5/site_perl/5.8.8/PDF/API2/Resource/Font/Postscript.pm ... ...
What kind of fonts do you use? Are these installed on the machine? ... /usr/local/lib/perl5/site_perl/5.8.8/PDF/API2/Resource/Font/Postscript.pm ... ...
... Nothing special - no external .ttf files if that's what you mean. All our English-language docs use Helvetica and our CJK-formatted reports use the ...
Hello Alfred and everyone, I'm looking over the example program included with PDF::APIx::Layout, and I'm trying to review all of the modules included in it and...
... The PDF Reference Manual is available at http://partners.adobe.com/public/developer/pdf/index_reference.html -- __END__ Just my 0.00000002 million dollars...
Longtime fan of PDF::API2 (thank you Alfred!). Been finally kicking the tires on PDF::APIx and encountering erroneous chunkifying of linebreaks running the...
Hello Steve, SK> When I run '0x0_layout' script and generate a new PDF, my output does not match the SK> sample PDF above. The lines break without regard for...
Yeah, I'd seen your post and read it as a feature request and not an instance of faulty behavior. I'm running Perl 5.8.7 and UniWrap looks for 5.008 or later,...
... currently not possible ... $c->render() will return overflow cells if any ... this could be done usin 2 columns ... not possible cheers, -- fredo -- Der...
hi! ... my investigation is finished. seamslike newer versions of perl(!) break UniWrap.pm i'll look for a workaround. cheers, -- fredo -- Der GMX SmartSurfer...
A fix contributed by Niko Tyni for the 'bogen' bug detailed below is on CPAN but not in this message group. If anyone is searching for that fix, it's here: ...