Skip to main content
10-Marble
May 12, 2026
Solved

Stop stokes when exporting as PDF

  • May 12, 2026
  • 1 reply
  • 49 views

When saving a 2D drawing as PDF, how do we stop the stroke lines around symbols, etc?
 

This is how it looks in Creo.
When saved PDF, this is how it looks:

 

Best answer by Van_AG

In the config file, set the ‘pen_table_file’ option to point to the pnt-file containing the print pen settings.

In the pnt-file, specify the minimum thickness for pen 1. For example: pen 1 thickness 0.001 cm

In the PDF export settings, enable 'use pentable'.

1 reply

Van_AG
Van_AG15-MoonstoneAnswer
15-Moonstone
May 12, 2026

In the config file, set the ‘pen_table_file’ option to point to the pnt-file containing the print pen settings.

In the pnt-file, specify the minimum thickness for pen 1. For example: pen 1 thickness 0.001 cm

In the PDF export settings, enable 'use pentable'.

10-Marble
May 12, 2026

Hi,
thank you! it worked like magic.

Kind regards.