Skip to main content
8-Gravel
September 3, 2015
Question

export default pdf

  • September 3, 2015
  • 4 replies
  • 9050 views

when I export in pdf file is marked the TrueType fonts box and have to uncheck, opens every time I think is checked. There are some config parameter to not marked out?

thanks.

4 replies

12-Amethyst
September 3, 2015

Not that I know of.

I use a mapkey to create pdf exports

for WF4, I use:

mapkey caf @MAPKEY_NAMECreate Acrobat Reader File (current sheet);\

mapkey(continued) @MAPKEY_LABEL>Create PDF (current sheet)(caf);~ Command `ProCmdModelMkPdf`;\

mapkey(continued) ~ Select `intf_pdf` `pdf_color_depth` 1  `pdf_mono`;\

mapkey(continued) ~ Open `intf_pdf` `pdf_linecap`;~ Close `intf_pdf` `pdf_linecap`;\

mapkey(continued) ~ Select `intf_pdf` `pdf_linecap` 1  `2`;\

mapkey(continued) ~ Select `intf_pdf` `PDFMainTab` 1  `PDFContent`;\

mapkey(continued) ~ Select `intf_pdf` `pdf_font_stroke` 1  `pdf_stroke_all`;\

mapkey(continued) ~ Activate `intf_pdf` `pdf_btn_ok`;

In the config.pro, i have:

pen_table_file <file location>/<filename.pnt>

This may work with C2 but no guarantees.

I have one configured for C2 but it is more entailed so I can't give you this one right now.

ron

23-Emerald IV
September 3, 2015

You should be able to save the PDF settings that you want and then recall them before saving the PDF.  Once selected, they stay active for the length of your session.  If you're using a mapkey to save PDFs, you could always have the mapkey select the desired profile first.

pdf.PNG

jtorres8-GravelAuthor
8-Gravel
September 3, 2015

Ok, very good solution both. I'll try.

thank you very much,

18-Opal
September 3, 2015

Hi Juan,

This article should provide some information on how to create the profile:

CS31414 - How to create a 2D PDF Export Profile in Creo Parametric

In case you are unable to access the article, here is the information from the Resolution area:

Take below steps to create PDF Export Profile :

  1. Click File > Save As > Export Choose PDF option > Settings
  2. The PDF Export Settings dialog box opens
  3. Specify a name for the profile
  4. Set the PDF creation options for the profile
  5. Click Save to save the profile
  6. Click Cancel to close the PDF Export Settings dialog box (Alternatively, click OK to save the PDF export settings)

The 2D PDF export profile has .dop (Dex Output Profile) extension and will be stored in the current working directory

Config.pro option intf_profile_dir can be defined to specify the default profile folder for selection from drop down list

Thanks,

Amit

10-Marble
January 5, 2016

Hello Amit,

will there be an option to set default profile also? (not only folder but also .dot file)

Redards,

Bojan

4-Participant
August 23, 2017

I also, would like to know how to set a 'default' PDF export configuration.  Something that loads when Creo2.0 is started.