Parse webform data to pdf

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2016 08:58 AM
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
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2016 12:26 PM
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
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
