PDF Disable Anti-alias on Lines
- by Travis
I'm creating a dynamically generated PDF using FPDF.
My PDF requires many exactly horizontal/vertical lines in a grid and when rendered they are anti-aliased and look very fuzzy and unacceptable to the client. I need to remove the anti-aliasing for these(or all) lines in the doc.
I know this is possible because it's shown correctly in the adobe…