={ 'type!{urn:appian:ps:pdftools}PdfContent'( page: 1, xPercent: 10, yPercent: 10, angle: 0, sections: { 'type!{urn:appian:ps:pdftools}PdfSection'( style: null, components: { 'type!{urn:appian:ps:pdftools}PdfText'( value: "Some" ), 'type!{urn:appian:ps:pdftools}PdfText'( value: "text" ) } ) } ) }
Discussion posts and replies are publicly visible
The value you use for the document name "Test_"&now()&".pdf" looks suspicious. now() might return invalid characters. I suggest to test that and just use a static string.
Hi Stefan,
I tried running the process with your suggestion and got the same error as before.
Sorry, I do not have any great ideas. Did you check the tomcat-stdout log file for details?