Hi
It´s my first intervention in a Windchill forum and i hope someone can help me.
I have Windchill 10.1 configurated for publishing PDF files whenever we do checkin or create a representation.
<?xml version="1.0"?>
<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">
<additional-files name="standard_files">
<!-- only default='true' files will be generated at this time -->
<file output-prefix="pdf" default="true" type="dxf" display-label="PDF"/>
</additional-files>
<publish additional-files="standard_files" on="checkin"/>
<publish additional-files="standard_files" on="create-representation"/>
</authoring-application> </rules>
this works pretty well, but we have somes drawings whit 2 sheets, and in those cases, Windchill creates a PDf with two pages. What i want to know is if there's a way of creating only the first sheet in PDF.
thanks in advance