RE: RE: Wide character in print error
"Tim Turner" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.pdfapi2 |
|---|---|
| Message-ID | <20070713144821.ESUR275.ibm65aec.bellsouth.net@SONYXP2003> |
No it's not printing off the page. This is a working piece of software that works just fine generating the PDF on the other machine. On new machine if I don't use the ttfont, but use corefonts... There are a bunch of holes where text paragraphs were added and now nothing shows up. No errors are generated though. Regards, -Tim -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mr. Shawn H. Corey Sent: Friday, July 13, 2007 9:19 AM To: [email protected] Subject: Re: [perl-text-pdf-modules] RE: Wide character in print error Tim Turner wrote: > > It was not those characters or unicode. It's something with the > ttfont() loading some font files I uploaded to the server. Regardless > I am not getting the wide character error anymore. The PDF can be > generated using the corefonts just fine, with one exception....using > "text" calls displays nothing in the document. > > # these types of lines display no text in the PDF $txt = $page->text ; > $txt->font($headerfont, 18); $txt->text_center("Your Assumptions are > listed here for ACME$trademark "); > > # all of the gfx label calls like this one work fine > $gfx->textlabel(0.5*72,8.4*72,$headerfont,12,"Some text to print"); > > I'm wondering if we're missing a module or something. The text calls > are not working even when using the corefonts i.e. Helvetica. The gfx > calls work fine using the same fonts as the text calls. > > No errors are showing in the error log with regards to this. It's far more likely that you are printing off the bottom of the page. I can't say for sure until I see more of your code. -- Just my 0.00000002 million dollars worth, Shawn "For the things we have to learn before we can do them, we learn by doing them." Aristotle