The following command produces really jagged edges on some of the glyphs
pstoedit -f dxf_14 -dt -page 1 $DATE.ps $DATE.dxf
This problem actually already shows up with the ps output so apparently that means a frontend bug?
pstoedit -f ps -page 1 2023-12-31.ps test.ps
Please add -psarg "-r300x300" to your command line to increase the resolution during the frontend processing. Best Regards Wolfgang
Log in to post a comment.
This problem actually already shows up with the ps output so apparently that means a frontend bug?
Please add
-psarg "-r300x300"
to your command line to increase the resolution during the frontend processing.
Best Regards
Wolfgang