Report PDF is an image instead of text

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
frofan
Posts: 1
Joined: Thu Feb 16, 2012 5:24 pm

Report PDF is an image instead of text

Post by frofan »

I'm having an issue with my PDF being created as an image instead of searchable text. I'm developing in VFP and instantiated a _ReportListener object to tweak my report. The code is similar to the following.

loUpdate = CREATEOBJECT("_ReportListener")
loUpdate.ListenerType = 0

REPORT FORM (.cFrxName) NOCONSOLE OBJECT loUpdate TO PRINTER

If I don't define an object in my REPORT FORM, the PDF output is straight text and can be searched and copied. What am I missing when defining the object name?
Post Reply