We create a PDF of the SolidWorks drawing when it is
Released(Approved). We then 'paste-as-reference' the PDF file to
the SLDDRW drawing file.
Is there a way to copy all of the data card values from the SolidWorks Drawing file to the data card for the PDF file of that drawing? Can this somehow be done during a transition in the workflow? Or possibly even at the point when the PDF is 'pasted-as-a-reference'? Right now we manually copy-n-paste from one data card to the other.
Thank you,
Dave
Is there a way to copy all of the data card values from the SolidWorks Drawing file to the data card for the PDF file of that drawing? Can this somehow be done during a transition in the workflow? Or possibly even at the point when the PDF is 'pasted-as-a-reference'? Right now we manually copy-n-paste from one data card to the other.
Thank you,
Dave
Either way I think you might need to write an Add-in for it.
- If you are making PDF using Dispatch then SW provided the source code in Visual Basic .Net for SWCreateOutput project, you can modify the code to make it transfer all Drawing's properties to the PDF file.
- If you are printing PDF using a PDF printer (like Adobe Acrobat), you can write an Add-in to copy all Drawing's properties to the corresponding PDF that is triggered by a Workflow transition or something.