You are not logged in.
Pages: 1
Hi all,
I am using Downloads_GetLink to download a PDF file, but I only get the first page. How can I get the whole file?
Thanks!
Offline
Hi David,
This is probably closely related to https://secure.thirdlight.com/developer … php?id=111 - try the method suggested there.
Dominic
Offline
Hi Dominic,
I tried what you said in that post, but I still get the first page only. What parameters do I have to define in the Downloads_GetLink function to get the whole pdf file?
Thanks!
Offline
Hi David,
In the current version of IMS, simply calling it with no parameters other than the file ID will be sufficient. Previously,
{assetId:<File ID>,settings:{width:-1,height:-1,format:-1}}
would have been the arguments to pass to Downloads.GetLink.
Offline
Pages: 1