Hi
I want to download pdf of saved form using inside java application where i will call http service with parameter of form id and name.
However i tried to do so but i found for every such pdf download request for orbeon form it internally creates one unique id for pdf and genreate url and it happened only if i click on pdf button in orbeon webapp.
My requirement is to download the form and save into my web application database so i already have details
like http service url of orbeon webapp, my application name, form name, document id
as given below:
http://172.51.21.27:8080/orbeon-war/fr/service/paripalapp/empty-form/pdf/1524d97f69c4360cbdaca4f61db84087eb2de70d/dynamicid.pdfhere only part dynamicid.pdf is not with me as it get generated only when i click pdf button of form.
please let me know how i handle this scenario.
Thanks,
Ashok