Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello PTC Community,
I have issues to print hidden lines on drawing module, i export to PDF and hidden lines appears as continuous linemaking drawing confuse, any of you can guide me what to configure to fix the issue?
Solved! Go to Solution.
Try this config:
intf2d_out_pdf_scale_line_fonts no
We had the same issue after upgrading to 4.0 M130
@GR_6261265 wrote:
Hello PTC Community,
I have issues to print hidden lines on drawing module, i export to PDF and hidden lines appears as continuous linemaking drawing confuse, any of you can guide me what to configure to fix the issue?
Hi,
1.] what command sequence do you use to produce PDF ? (attach pictures if necessary)
2.] what config.pro options did you set ?
Hello Martin,
Thanks, I use File→ Save As→ Export and then it creates my PDF file, which I can then send it to printer.
And in config.pro last changes I did was to set the folling options to "yes"
pdf_use_pentable→Yes
use_8_plotter_pens→Yes
See attached file.
Thanks
@GR_6261265 wrote:
Hello Martin,
Thanks, I use File→ Save As→ Export and then it creates my PDF file, which I can then send it to printer.
And in config.pro last changes I did was to set the folling options to "yes"
pdf_use_pentable→Yes
use_8_plotter_pens→Yes
See attached file.
Thanks
Hi,
please upload you pentable file.
Also ... your config.pro file must contain following option:
pen_table_file absolute_path_to_pentable_file
Try this config:
intf2d_out_pdf_scale_line_fonts no
We had the same issue after upgrading to 4.0 M130
Wooowww, Thank you very much it works, now hidden lines looks dashed as it should be.
Thanks a lot. 👍
You've apparently marked your response to the solution *as* the solution.