Expand my Community achievements bar.

CM - cmPdfSubmitButton

Avatar

Former Community Member
Hi,



I'm facing the problem that I can not complete the letter filling experience without using Acrobat 9 Pro.



I try to fill a letter using the guide and after finishing that I want to send the result attached to an email.



This works fine if I use Acrobat 9 Pro, if I use Acrobat 9 Reader I can not complete the task in WS.

Why? because the cmPdfSubmitButton submits as pdf. (needs obviously Acrobat)

If I use XML or XDP the attachment is malformed.



What might be a possible solution for this problem? Because now every possible user has to have Acrobat installed on his client.



re render the Form? convert XDP to PDF? ReaderExt?



Regards

Johannes
1 Reply

Avatar

Former Community Member
Yes, full Acrobat is required for this sample.



Our next drop of CM should include a modification to this sample where the submit button will be configured to submit as XDP. The process will be tweaked as well to deal with that change since it currently expects PDF, perhaps by re-merging this into a new PDF rendering.



If the process must be submitting PDF, this is more difficult to solve. The XDP would have to be modified to include the FormBridge XFO, and then saved as a PDF. This PDF would then require extending to permit the PDF submit operation. The PDF would then replace the XDP as the source template within the Lc repository, and the renderFormGuide part of the sample process would use it instead of the xdp when serving the client.



-Kevin