cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I need to get instance of document already sheduled with format pdf and save it in specific unmanaged disk:

I have a list of instances of a webi document, i need to get all there instances .pdf  .csv or .xlsx and save them on specific folder (unmanagedDisk).

How can i copy this intance.pdf in specific folder with java sdk or restfull webservice?

Thanks in advance!

0 Likes
View Entire Topic
DellSC
Active Contributor
0 Likes

AFAIK, there is no way to just copy them from instances to another folder, even using one of the SDKs.  The only way I know of to do this is to download the files from the instances and then re-publish them to the correct folder.  This is not difficult using either of the SDKs you mention.

-Dell

querrec
Explorer
0 Likes
i am a developper java i need to do that with java not with Assistant tool, so i cant get the pdf instant content from the history.
Ask a Question