Previous | Next | (P-PDF) Beginners
Topic: Create a basic PDF
Conf: (P-PDF) Beginners, Msg: 23578
From: aandi
Date: 7/9/2001 03:10 PM
Visual Basic has no tools to create a PDF directly. However, you CAN create a PDF by writing a program that sets PDFWriter as the current printer, suppresses the prompt, prints a little bit of information, tidies up the prompt, and resets the printer. This is mostly standard VB stuff, only the PDFWriter API is needed for the Acrobat programming.