Need to have the pdf file look exactly like a text file

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
QuickBooksDev
Posts: 3
Joined: Wed Sep 27, 2017 5:57 pm

Need to have the pdf file look exactly like a text file

Post by QuickBooksDev »

We are using VB.2010 and need to create a pdf file from a text file. Should look identical.

We are finding issues in trying to do this:
1. File name on top should be removed
2. There should not be any page numbers
3. Word wrapping is occurring. Can't have it.
4. I also noticed that the
BioPDFUtil.PrintFile(myNewInFFn, PRINTERNAME)
only accepts txt files. Our file is a .prn and when we tried that it erred out with
No application is associated with the specified file for this operation

How do we fix these issues?

Thanks
Post Reply