Full Build Error :
I tried to change the start level while uploading the jar, still fails. Any suggestions welcomes.
Thanks in advance.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
I have used this api to generate pdf successfully using xdp template and xml data.
POST call
https://YOUR_UNIQUE_SERVER.adobeaemcloud.com/adobe/forms/doc/v1/generatePDFOutput
req. parameters - in body add required files as a input with the name of template and data. Use Basic auth / Bearer it works fine on both authentication.
Thanks.
Hi @aravindS ,
What you are using is the AEM Forms SDK version of 6.5 but compiling and using the code on AEM Forms Cloud Service instance. This is incorrect and will never work. Interactive Communications on 6.5 is not available in the same form in AEM Forms CS. We have just released in early access Interactive Communications on Forms CS. For getting access, please send a mail to
aem-forms-ea@adobe.com with details of your IMS Organisation for Forms CS and license details.
Regards,
Sufyan
Hi @sharoon ,
Yes i know that using the 6.5 api, can you suggest any way to generate the pdf using the xdp and xml data. Thanks
表示
返信
いいね!の合計
HI @sharoon ,
Thanks for your reply.
I have tried with the latest cloud version of forms sdk as well, got error. I have figured out the other way to generate the pdf.
表示
返信
いいね!の合計
I have used this api to generate pdf successfully using xdp template and xml data.
POST call
https://YOUR_UNIQUE_SERVER.adobeaemcloud.com/adobe/forms/doc/v1/generatePDFOutput
req. parameters - in body add required files as a input with the name of template and data. Use Basic auth / Bearer it works fine on both authentication.
Thanks.