RenderToPS |
ยท RenderToPS( cFileName, oPspace ,nRes, nPag ) => Render's the named file to any Xbase Presentation Space. This method can be used to create your own viewer, to print PDF files, or any other desired usage.
cFileName (character) : full filename of PDF file (including path, if not in current folder) to be rendered.
oPspace (object) : Xbase++ presentation space object, it can be linked to a screen dialog or to a printer object
nRes (numeric) : Resolution (DPI) for the rendering, default is 150. Any resolution above 300 DPI can cause an excessive amount of memory usage.
nPag (numeric) : Page number to render, any number between 1 and the total number of pages in the PDF file. Default is 1.