I'm looking for advice and examples on how to convert files to PDF.
The files could be anything:
Office docs .docx, .xlsx
Images .jpg, .gif
AutoCAD files .dwg .dxf
Microstation files .dgn
Ideally I'd like to do this within the VB application, I'm hoping there is maybe an add-in I can apply, so that each user of the application does not require a program or file installed on their machine. (if possible)
Another option might be:
As each machine has CutePDF installed which allows users to select CutePDF as their printer and effectively convert any file to a PDF. Using VB to basically run a print function using this printer, if that makes sense. But I want to avoid this as I assume this would require user interaction in naming the file and choosing it's location...