Hi,
I am generating the PDF from the XML as input, now I have to add the stored doc(saved as byte array) at the end of this PDF. Now I am passing the bytearray in the xml and I created a PDF placeholder array to passthrough in a blank filler flow page.
This is how I pass it in the xml:
<pdfsPOC><pdf_ph>JVBERi0xLjcKNiAwIG9iago8PCAvQ3JlYXRvciAoT3BlblRleHQgRXhzdHJlYW0gVmVyc2lvbiAxNi42LjIgNjQtYml0KQovQ3JlYXRpb25EYXRlICgxMC8yNC8yMDIyIDE3OjE1OjAzKQovQXV0aG..........</pdf_ph></pdfsPOC>
This is how I mapped in schema:
when I do it I getting this error
EX003625E (1) A dynamically imported PDF file $$CNT$$naFo9LK8CKpxnHXfcVEDkQ== could not be added properly to a document because the key for PDFImport is not valid.
Please let me know if you have any solution for it.
Thank you In Advance,
Ram