I did not use Acrobat to add the property.1. I just opened the XDP in Designer.2. Added the _pagezerocontent code in Designer under File > Form Properties.3. Saved as Dynamic PDF.4. Opened the saved PDF with Chrome. It works fine and the custom message appears.5. Reader Extended the PDF.6. Opened it...
Please follow the steps below to make this work: 1. Add the property _pagezerocontent in the XDP template(not PDF), with the following value. You may modify the text as per your requirement. <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p style="font...
@nowackem As per the link you are referring to, in the Notes section at the bottom, it states that it might not show the custom property after reopening the form, but it should work. Are you still not seeing the custom message in the browser, after Reader Extending the PDF?
For every XDP you upload in AEM Forms, the rendering profile property is stored at /content/dam/formsanddocuments/<xdp_name>.xdp/jcr:content/metadata node.You can either use curl command to update the property with the command below:https://sourcedcode.com/blog/aem/update-a-node-jcr-property-in-aem-...
Use the following value for the custom property. It should work then. <body xmlns="https://www.w3.org/1999/xhtml" xmlns:xfa="https://www.xfa.org/schema/xfa-data/1.0/"><p style="font-family:'Times';font-size:12pt;letter-spacing:0in"><span style="xfa-spacerun:yes"> </span> </p><p style="font-family:'T...
I am also able to reproduce the issue in my 6.5.11 AEM Forms JEE server. Can you please log a Support case for this issue, so that it can be investigated further? Thanks!