cancel
Showing results for 
Search instead for 
Did you mean: 

generate pdf document from docx file using Java Delegate ?

dharmraj
Confirmed Champ
Confirmed Champ

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 ? 

2 REPLIES 2

bassam_al-saror
Star Collaborator
Star Collaborator

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.

dharmraj
Confirmed Champ
Confirmed Champ

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