is there a way to print a PDF page from as string (VB)

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
Giuseppe Ferlisi
Posts: 22
Joined: Thu Oct 03 2002
Location: Germany

is there a way to print a PDF page from as string (VB)

Post by Giuseppe Ferlisi »

Hi

we have a page in a (VB) string. We like to print that page to a printer like...

private function PrintPage(strPage as string)

dim myPDFprinter as PDFCreatorX
myPDFprinter .SetLicenseKey x,y

...
'Load string
...

myPDFprinter.StartPrint "myPrinter",true
myPDFprinter.printpage (1)
myPDFprinter.ClearPage(1)
myPDFprinter.EndPrint

end function
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Please check page 211 from the "Common Driver Interface 300.pdf" it contains information on intercepting data stream.

Hope this helps.
Giuseppe Ferlisi
Posts: 22
Joined: Thu Oct 03 2002
Location: Germany

Post by Giuseppe Ferlisi »

Hi,

tx. We have only the PDF Creator Developer Manual.pdf (184 Pages) for the Creator.

Giuseppe
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

You can get the latest Developers' manual by downloading the latest version of the PDF Creator (either evaluation or release version) or by contacting support@amyuni.com.

Hope this helps.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
Post Reply