Search found 4 matches

by jfulford
Fri Apr 25 2003
Forum: Visual Basic Community
Topic: Opening an ascii file
Replies: 7
Views: 15275

Oops, I mistyped the company argument of the EnablePrinter method. It is actually pdfPrinter.EnablePrinter "Developer Evaluation Version", _ "07EFCDAB010001000A8E993212686EF251F0149882C22720A96D46AA632D046DD64229B0989A28FC47CFD1981295249B80961849D9B54CE17181F18E7A5188ABCF2DB572E6215AD...
by jfulford
Fri Apr 25 2003
Forum: Visual Basic Community
Topic: Opening an ascii file
Replies: 7
Views: 15275

Here's my code for importing a .txt file into MS Word, since I'm not sure how to use Notepad or WordPad to programatically open and Print a file to the AmyUni printer object. Case ".TXT" Dim WordApp As New Word.Application Dim Docs As Word.Documents Dim aDoc As Word.Document Set Docs = Wor...
by jfulford
Thu Apr 24 2003
Forum: Visual Basic Community
Topic: Opening an ascii file
Replies: 7
Views: 15275

Hello, I've looked through the Technical Notes and found nothing that explains how to print out a .txt file to the AmyUni printer. Unless I missed it, none of your technical notes explain or give examples of printing ASCII (.txt) files out to the Amyuni virtual printer and saving it as a pdf file. I...
by jfulford
Thu Apr 03 2003
Forum: Visual Basic Community
Topic: Opening an ascii file
Replies: 7
Views: 15275

Opening an ascii file

I'm testing your Converter to use in a product I'm developing for a lab that needs to convert lots of .doc nad .txt files to .pdf format and then combine them all into one large final report in .pdf format. How do I take an ascii text file an convert it to a pdf file? Can you give me some sample cod...