Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello,
I want to configure PDF publishing on the Creo worker.
I would like to have the same rendering as when I created PDF from creo.
how can we configure the PDF settings of the worker.
cordially
Solved! Go to Solution.
First of All the setting at worker machine e.g. Fonts, Config.pro templates and *tbl etc should be same at your client machine.
Open the Recipie File: <creo_view_adapters\proe_setup\proe2pv.rcp>
1. Go to Advance Tab >> PDF Output
2. Color Control = Monochrome ?? or Greyscale ??
3. Set other required properties as per requirement
4. Save the RCP
5. Go to Windchill >> Site >> utilities >> Worker configuration
6. Perform Reload of Worker
7. Start worker
8. Test publishing to PDF.
Hello,
<?xml version="1.0" encoding="UTF-8"?> <rules evaluate-rules-on-republish="true" xsi:schemaLocation="http://www.ptc.com PublishRulesSchema.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.ptc.com"> <authoring-application name="PROE"> <condition name="is_released_drawing"> <attribute name="epmdoc_CADName" regex=".*\.drw$"/> </condition> <condition name="is_cadpart"> <attribute name="epmdoc_CADName" regex=".*\.prt$"/> </condition> <condition name="is_asm"> <attribute name="epmdoc_CADName" regex=".*\.asm$"/> </condition> <additional-files name="publish_drawing"> <file display-label="pdf" type="pdf" default="true" output-prefix="pdf"/> <file display-label="dxf" type="dxf" default="true" output-prefix="dxf"/> </additional-files> <if condition="is_released_drawing"> <publish on="checkin" additional-files="publish_drawing" /> <publish on="create-representation" additional-files="publish_drawing" /> <publish on="schedule" additional-files="publish_drawing" /> </if> </authoring-application> </rules> |
Thank you for your reply.
The worker configuration is already effective.
But the format of the PDF is not identical to the PDF generated maunellement in Créo.
(shaded views transformed to wired view, line color blue instead of black, etc.)
how to set these options on the Publisher
First of All the setting at worker machine e.g. Fonts, Config.pro templates and *tbl etc should be same at your client machine.
Open the Recipie File: <creo_view_adapters\proe_setup\proe2pv.rcp>
1. Go to Advance Tab >> PDF Output
2. Color Control = Monochrome ?? or Greyscale ??
3. Set other required properties as per requirement
4. Save the RCP
5. Go to Windchill >> Site >> utilities >> Worker configuration
6. Perform Reload of Worker
7. Start worker
8. Test publishing to PDF.
setting made
Add to worker config.pro
pdf_use_pentable yes
pen_table_file C: \ PTC \ CAD_Worker \ pen.pnt
system_colors_file C: \ PTC \ CAD_Worker \ syscol.scl
and copy the pen.pnt and syscol.scl files from the PCs to the Worker
Thank you for your help
Well done!
Another method is to use a network location for your PTC settings, then point all workers and Creo clients to that folder to obtain settings. One location if you need to update any settings and everyone has the change automatically.