I know very little about Visual Basic. I know a few things about Visual Studio because I have learned C programing in it and used it for Typescript and PHP development. Right now, I have a need to use this guide to automate PDF Creation. I have experience with Visual Basic to set up some things in other programs that use it as a scripting language. I am trying to figure out the best way to use the command here on page 5
to automate *.htm to *.pdf creation. Can someone start me off in setting up the project in Visual Studio? My goal is to run the command with variables from the command line. Alternatively, any suggested way. I say command line because it is the way I can automate it from FileMaker.
VB.NET:
Dim pdf As PdfDistiller
pdf.FileToPdf "My Test File.ps", "", ""