I have been using iTextSharp for generating the PDF documents to print pre-printed paper in A4 size. Our company has decided to use the Dot Matrix Printer for printing the documents. So I had to make modifications to code accordingly.
- Fonts are not clear while printing from the PDF.
- Alignments are not ok. I could not move the first line above the existing margin.
Please provide a good solution to handle this.
For problem 1, changing the printer settings to higher CPI helped the print quality better.
For problem 2, got to keep testing with the X & Y axis variation in the program, until the alignment is ok.
Hope it helps someone.