Administration > Property Settings in PTC FlexPLM > Tech Pack Property Settings
  
Tech Pack Property Settings
The following properties apply to the configuration of tech packs.
Including Part Details Using the PDFPartVariationsGenerator
Use this property to enable report generation to include part details using the PDFPartVariationsGenerator.
SPEC_PART_REPORT=com.lcs.wc.partstruct.PDFPartVariationsGenerator
Specifying the Column Display of Part Information
Use this property to specify the column display of part information in the tech pack.
com.lcs.wc.partstruct.PDFPartVariationsGenerator.AttributeColumnsOrder=partName|2.0,
partNumber|1.0,partVersion|.5,colorways|.5,specPartLinkSize|.5,specPartLinkSize2|.5,destinations|.5
Controlling Attributes for Measurements Reports, Fit Specification Reports, and Construction Reports
Use the following properties to control which attributes appear as columns for reports when exporting the specification to PDF. These properties also control the width of each column.
The following property controls the attributes that appear as columns for measurements reports:
com.lcs.wc.measurements.gen.MeasurementsGradingPDF.AttributeColumnsOrder=
This property has the following default value:
com.lcs.wc.measurements.gen.MeasurementsGradingPDF.AttributeColumnsOrder=number|.75,
measurementName|2.0,SIZES|.5
The following property controls the attributes that appear as columns for fit specification reports:
com.lcs.wc.product.measure mentsFitSpecPDF.AttributeColumnsOrder=
This property has the following default value:
com.lcs.wc.product.measurementsFitSpecPDF.AttributeColumnsOrder=number|.75,measurementName|2.0,
plusTolerance|.5,minusTolerance|.5,SIZES|.5
The following property controls the attributes that appear as columns for construction reports:
com.lcs.wc.product.PDFProd uctSpecificationConstruction2.AttributeColumnsOrder=
This property has the following default value:
com.lcs.wc.product.PDFProductSpecificationConstruction2.AttributeColumnsOrder=constructionPart|1.0,
constructionPartDetail|1.0,stitching|1.0,topstitch|1.0,seamType|1.0,comments|1.0
* 
The value of any property setting is a comma-separated list, with each item in the list following the same format: internal name, pipe, relative width of the column. Whole number relative widths must be entered to one decimal point (one is entered as 1.0, two is entered as 2.0, and so on).
For example, if you wanted to include the comments attribute as a column, with a relative width of four, enter it as: comments|4.0
If you wanted to include both the previous column, and the section attribute with a relative width of two, enter the entire string as the value of the property setting: comments|4.0,section|2.0
Enter attributes in the order in which you want them to appear in the report
You must include the SIZES column value (SIZES|.5) as either the first or last column for both the measurements and fit specification reports. It is not required for the construction report.