generate pdf document from docx file using Java Delegate ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 06:56 AM
I am using Document generate task to generate PDF in Bpm . But I want rest service to generate document and attach that document to process. Is it possible ?
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2018 06:08 AM
Yeah you can use a Java delegate that will fetch your PDF document via a REST call and add to the process using RelatedContentService.createRelatedContent.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2018 06:33 AM
I want to generate document using docx file and generated document attached to process. In Bpm I can generate document using DOCUMENT GENERATION TASK. BUT I want java delegate to generate document using doc file
