HTML Print to file

Ethan

New member
Joined
Aug 11, 2009
Messages
4
Location
Charlotte, NC
Programming Experience
10+
Hello,

I am writing a program to convert HTML to PDF format. All of the machines running the program will have Acrobat Pro, so I will be using distiller. Distiller cant convert straight from HTML to PDF. The input file has to be in Postscript(PS) format. I have been searching for a PrintToFile function in VB.NET but have only found threads online saying that the function doesn't exist in .NET. I cant believe Microsoft would just remove that functionality like that, sinc it existed in VBA and I assume in VB6 as well.

Maybe there is another approach besides printing to PS; a save as PS?

If anyone knows how to convert a file from HTML to PS, please let me know. It would be a big help.

Thanks,
Ethan
 
Back
Top