cancel
Showing results for 
Search instead for 
Did you mean: 

Parse webform data to pdf

fromano
Champ in-the-making
Champ in-the-making
Hi,

I've created a two-field webform and the attachment button to allow a document to be posted to Alfresco Community 5.0.d Repository as per the online tutorial we're all familiar with.  It works great.

I have next created a webform with about 12 data fields.  I would like to take these 12 pieces of information in the data fields and transfer (parse) them to a document with corresponding blank fields in my Alfresco repository.  Not being the most fluent in Java, I’ve been unsuccessful in devising a strategy to do so.

can anyone out there offer some pointers about how I can accomplish this?

Thank you,
Frank
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
This part confuses me: "…to a document with corresponding blank fields…".

But if the goal is to store some HTML form values in Alfresco node properties, you might take a look at the CMIS browser binding. That's exactly what it's for.

There are many examples on the net but here is a forum post with one:
https://forums.alfresco.com/forum/developer-discussions/alfresco-api/cmis-service-example-create-doc...

Jeff