Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 iTextSharp 生成 PDF 文档以打印 A4 尺寸的预印纸。我们公司决定使用点阵打印机打印文件。所以我不得不相应地修改代码。
请提供一个很好的解决方案来处理这个问题。
对于问题 1,将打印机设置更改为更高的 CPI 有助于提高打印质量。对于问题 2,必须继续测试程序中的 X 和 Y 轴变化,直到对齐正常。
希望它可以帮助某人。