Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creo Creates PDF is slower than. . . . fill in the blank

Status
Not open for further replies.

bawest47232

Mechanical
Joined
Jul 19, 2014
Messages
6
Location
US
We've use Creo Parametric to create dawings and then we export those drawings to pdf using the export feature......It usually works okay, but when we get to some assembly drawings, it will take 20 minutes to create one 3 page pdf. What the heck is causing that? Anyone else have this issue?
 
If you're still having this issue, I have a psuedo solution.

Create a mapkey that generates the pdf and saves it to a folder/desktop. Then run the mapkey whenever you want to make the pdf.
For some reason it does it a lot faster this way. I've had it take similar times to generate small pdfs.
I'll give you mine:

Add this to your config.pro file (You can edit it with notepad)
then with your dwg open in creo, type "pdf"
It saves to your desktop in monochrome and 600 DPI (if I recall correctly)

mapkey pdf @MAPKEY_LABELpdf;~ Close `main_dlg_cur` `appl_casc`;mapkey(continued) ~ Command `ProCmdExportPreview` ;~ Command `ProCmdDwgPubSettings` ;mapkey(continued) ~ Select `intf_profile` `pdf_export.pdf_color_depth` 1 `pdf_mono`;mapkey(continued) ~ Activate `intf_profile` `pdf_export.pdf_launch_viewer` 0;mapkey(continued) ~ Activate `intf_profile` `OkPshBtn`;mapkey(continued) ~ Activate `main_dlg_cur` `main_dlg_cur`;~ Command `ProCmdDwgPubExport` ;mapkey(continued) ~ Activate `file_saveas` `desktop_pb`;~ Activate `file_saveas` `OK`;
 
Thanks, I'll try this tomorrow.

Appreciate the response.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top