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: ...
... I wanted to add that it seems like the first 36 pages of 0x0_layout.pdf created by the 0x0_example perl script seems be uneffected by the "block expand"...
... I've since discovered that saying 'no warnings' or setting $^W = 0; immediately before the $pdf->cjkfont() call in the above snippet does _not_ turn the...
Has anyone responded to this? I also have a script that was developped a year ago that I need to update to get it to work with the latest version of PDF::API2,...
Hi All (and Fredo especially) - Is there a way to query whether a font has PDF::API2 - "compatible" kerning info in it, and if so, to check that it's going to...
... Correctamundo ... I copied the old paragraph code (including a patch to fix a nasty divide by zero error) to a local function called "jec_paragraph" Be...