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
Need to have the pdf file look exactly like a text file
Moderator: jr
-
- Posts: 3
- Joined: Wed Sep 27, 2017 5:57 pm