How to get file from ThingWorx repository to Vuforia
Hello Dear Community experts,
My question is that i have 6 pdfs in ThingWorx repository each contains 1 page which i send from Vuforia Studio to ThingWorx and when these 6 pages are generated and sent one by one, then afterwards in the end i need to fetch these 6 pages and merge them and send it to ThingWorx so that 1 pdf will be generated. I am sending file as a blob to save the pdf pages on ThingWorx and now my question is how can i get these pages in front end (Vuforia Studio) again. I know the service getFileListingsWithLinks but there is only downloadlink acutally and i cant see blob in any service.
PROCESS: I was doing before that i was generating single pdf after generating each page on client side and send to thingworx but my vuforia app crashes sometimes because its so heavy process even in PC it takes around 35 seconds to generate the pdf and in ipad its around 26seconds but In PC the process never breaks even though it takes long on PC but on Ipad the process takes less time but sometimes its just break the process. Now i am thinking that to generate the pdf for each page and send the pdf one by one to server side so that my memory would be enough on IPAD to handle this process because its one by one and process never breaks.
Any information is welcomed!

