RE: [PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
: Chris Fry [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 1:50 AM To: James Willard Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Fonts with PDFlib Importance: High James, Have you set text rendering? I thought that the default was for solid text but maybe.. pdf_set_value($pdf, "textrend

Re: [PHP] Fonts with PDFlib

2001-07-19 Thread Chris Fry
> [EMAIL PROTECTED] > > -Original Message- > From: Chris Fry [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 1:27 AM > To: James Willard > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Fonts with PDFlib > Importance: High > > Here's the magic code

RE: [PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
b-4.0.1 to /usr/local and they are world-readable. Do you have any other suggestions as to what could be wrong? Thanks, James Willard [EMAIL PROTECTED] -Original Message- From: Chris Fry [mailto:[EMAIL PROTECTED]] Sent: Friday, July 20, 2001 1:27 AM To: James Willard Cc: [EMAIL PROTECTED]

Re: [PHP] Fonts with PDFlib

2001-07-19 Thread Chris Fry
Here's the magic code:- putenv("PDFLIBRESOURCE=/usr/local/apache/htdocs/fonts/pdflib.upr"); This works well. Chris James Willard wrote: > Hello, > > I have what should be a fairly simple question, but it's something I've been > struggling with for the past couple of days. Whenever I create a

[PHP] Fonts with PDFlib

2001-07-19 Thread James Willard
Hello, I have what should be a fairly simple question, but it's something I've been struggling with for the past couple of days. Whenever I create a PDF document in PHP, the font that is used is always an outline (not a solid letter). I have searched the mailing list archives and online help but