I was using the build in program from the jar to convert a text file to pdf. The text in the file is formatted to use the total page width. There are no margins in the test file. The pdf is created with margins. How can I create the pdf and retain the text to the side of the page. I use this pdf with the overlay to put the text on top of a form background for sending invoices with email.
java -jar pdfbox-app-2.0.19.jar TextToPDF -standardFont Courier
I expected the text to start at the left edge of the paper. I expected no margins at all. Full edge to edge. Like printing to a dot matrix printer. That is the input to the pdf.