Skip to main content
1-Visitor
March 24, 2022
Solved

Can I create PDFs dynamically?

  • March 24, 2022
  • 1 reply
  • 3532 views

Hello,

 

When using Vuforia Studio as an AR manual, I want to export the implementation record as a report.

I prefer PDF as the report format. Can i export Vuforia Studio values?

I understand that this is possible by working with thingworx, but I want to output a simple report.

 

Best regards,

Best answer by RolandRaytchev

@Y.Moto , I overlooked the "tool like insight" in your post. So , in this case I need to correct my statement:

OK if you want to implement similar functionality for tracking of Vuroria Studio experiences like insight  - I think the best options is to use Thingworx services - so you will have your data then in Thingworx and is better to create there the reports.

To create any reports in studio could be also easy done via javascript , In this case so you can generate e.g. a json object containing a "snapshot" of  all settings of the current Studio Project  attributes or parameters in the Vuforia View session  and send then this json file to a server . Then the server could handle the generation of the report file from the received json object.

I do not think that generation of a report directly on the mobile device will be feasible 

1 reply

16-Pearl
March 24, 2022

yes it is possible 

Y.Moto1-VisitorAuthor
1-Visitor
March 31, 2022

Thank you for the reply.Do you have any sample code for me? I tried to implement it using libraries such as jsPDF, but gave up because the libraries did not use to be available...

21-Topaz I
April 14, 2022

Hi @Y.Moto ,

I see that @Suraj_Patil  wrote that this is possible but unfortunately there is no more info about how is this possible /at least here in the topic

My question is what is the goal here . Do you want to print to pdf  the status of the augmentation display /screen hardcopy / so to share it e.g. via e-mail or is the idea here  different - e.g. to create on server side some reports. In this case you can use via the External data section in Studio some TWX service to forward the task to Thingworx.