Question Specify Filename for a PDF Print Driver

Karlman

Member
Joined
Nov 25, 2009
Messages
8
Programming Experience
10+
I have an application that I use for label printing. It has a .Net interface that allows for loading of formats, attaching data, and printing. Unfortunately it does not have the ability to print to PDF directly.

What I am looking for is a PDF print driver that can operate silently. I have seen ones that always print to the same filename. While this might work it is a bit clunky having to do it that way. I am afraid I might pull the wrong file if the application get larger.

Is there a PDF driver that somehow allows you to specify the output PDF filename through the page or printer setup that can be accessed via VB.Net?

Thank you,
Karl
 
Back
Top