Skip to main content
1-Visitor
January 7, 2019
Solved

Pen table and line thickness

  • January 7, 2019
  • 2 replies
  • 8634 views

Hi, 

I am trying to convert my drawing into pdf format however the line thickness of the pdf version is very thick. How can I reduce/change thickness?

 

Thanks in advance.

Best answer by BenLoosli

It is just a plain text file, you can cut what I have above and paste it into a wordpad or notepad file and name the file table.pnt.

The location can be in your home folder or the start up folder for creo. Be sure to edit the config.pro file so pen_table_file points to your file.

 

This is where mine points to, it is a network shared drive: pen_table_file X:\PTC_Settings\Plotters\table.pnt

2 replies

23-Emerald III
January 7, 2019

Try these settings in your table.pnt file.

 

! This Pen Table will print everything in black and white except
! user defined colors.
pen 1 thickness .015 in;
pen 2 thickness .012 in; color 0 0 0; letter_color; selected_color; shaded_edge_color
pen 3 thickness .010 in; color 0 0 0; sketch_color; curve_color; primary_highlight_color
pen 4 thickness .010 in; color 0 0 0; geometry_color; edge_highlight_color
pen 5 thickness .010 in; color 0 0 0; drawing_color; preselection_highlight_color
pen 6 thickness .008 in; color 0 0 0; quilt_color; hidden_line_color
pen 7 thickness .008 in; color 0 0 0; datum_color; previewed_geometry_color
pen 8 thickness .008 in; color 0 0 0; dimmed_color; section_color; background_color
elle1-VisitorAuthor
1-Visitor
January 8, 2019

Thanks for your reply. However can you kindly tell me how to create the table.pnt file and where to save it please?

 

 

23-Emerald IV
January 7, 2019

Don't forget to tell the Creo to use the pen table when creating PDFs.  See these config options:

  • pdf_use_pentable yes
  • pen_table_file <path to file, including extension>
elle1-VisitorAuthor
1-Visitor
January 8, 2019

Thanks for your reply. However can you kindly tell me how to create the table.pnt file and where to save it please? I have managed to get the configuration menu.

BenLoosli23-Emerald IIIAnswer
23-Emerald III
January 8, 2019

It is just a plain text file, you can cut what I have above and paste it into a wordpad or notepad file and name the file table.pnt.

The location can be in your home folder or the start up folder for creo. Be sure to edit the config.pro file so pen_table_file points to your file.

 

This is where mine points to, it is a network shared drive: pen_table_file X:\PTC_Settings\Plotters\table.pnt