Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
Try attached extension.
This will give you the api`s to export to pdf.
var params = {
FileRepository: '<repository name>' /* THINGNAME */,
Rotated90Deg: undefined /* BOOLEAN */,
AppKey: '<app key>' /* STRING */,
ServerAddress: '<mashup url>',
OutputFileName: '<file name>' /* STRING */,
Resolution: undefined /* STRING */
};
// result: STRING
var result= Resources["PDFExport"].CreatePDF(params);
Regards,
Janakiraman P
Could you please open a support ticket through http://support.ptc.com? A TSE will be able to help you.
Hi,
Try attached extension.
This will give you the api`s to export to pdf.
var params = {
FileRepository: '<repository name>' /* THINGNAME */,
Rotated90Deg: undefined /* BOOLEAN */,
AppKey: '<app key>' /* STRING */,
ServerAddress: '<mashup url>',
OutputFileName: '<file name>' /* STRING */,
Resolution: undefined /* STRING */
};
// result: STRING
var result= Resources["PDFExport"].CreatePDF(params);
Regards,
Janakiraman P
Hi @Rajesh_Kumar.
If you feel your question has been answered, please mark the appropriate reply as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon