Hello @athletic_future2d15
Thanks for the details. Please let us know how it goes after trying the suggestions.
Also, as you mentioned, you are using the freeware Acrobat Reader app. Please note that free Acrobat Reader cannot thin these lines. The width is now baked into the PDF, and Reader is a viewer only, it has no Preflight, no Fix Hairlines, and no line-editing tools (those are Acrobat Pro). The Enhance Thin Lines and Line Weights (Ctrl+5) options in Acrobat only change how lines look on screen, not the actual width in the file or on paper, so they will not solve a genuinely thick line. So printing from Reader will reproduce whatever Creo exported.
Also, the real fix is in Creo's PDF export. Creo does not store a true line width for the geometry in your views; it assigns each entity type a colour, and at PDF export, each colour maps to a pen with a thickness. Without a pen table (or with a heavy default pen), the geometry pen comes out much heavier than the thin lines you see on screen. Control it like this:
- Create a small pen table text file, for example table.pnt, with a thin thickness for the geometry colour. Thickness must be in inches or centimetres, not mm. A good starting line is:
pen 1 thickness .010 in; color 0.0 0.0 0.0; drawing_color
then adjust down toward about .002 in until it looks right. - Tell Creo to use it. In config.pro add:
pen_table_file <path>\table.pnt
pdf_use_pentable yes
Or, in the export dialog (File > Save As > Save a Copy > PDF), on the General tab of PDF Export Settings, tick "Use pentable." - Re-export the PDF and open it in Reader. The lines should now be thin without needing any display tricks. Do a test print to confirm.
One caution: if a pen defines a thickness, it overrides any width you set on screen for entities of that colour, so tune the pen values rather than the on-screen display.
I hope this helps, and let us know how it goes.
Regards,
Anand Sri.