word to pdf component

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have written an application in vb.net that outputs a word file. I want to add a component to my solution that allows me to save the document created as a pdf. Does anyone know of a good component I could use?
 
Maybe you could programmatically open up the Word-doc and then print it
using PDFWriter or some other PDFPrinter. I haven't searched, but there
should be components that do this.

Best regards
Niklas E


Rob said:
I have written an application in vb.net that outputs a word file. I want
to add a component to my solution that allows me to save the document
created as a pdf. Does anyone know of a good component I could use?
 
Back
Top