How to import DNG module images into RPE
5 answers
You can try adding maximiseEmbeds=true parameter to the datasource URL so that graphic is shown in the output. To print the diagram, you can Insert the Diagram artifact into a Text artifact and then GET the Text artifact (https://server:port/rm/publish/text?resourceURI=UUID&maximiseEmbeds=true).
https://jazz.net/forum/questions/231407/get-diagram-picture-in-dng-into-rpe-report
Comments
Hi Subramanya,
You should be using dataSource/artifact/content/text/richTextBody/div in the template. This will contain the formatted text along with images.
Comments
Here is my current issue:
You also need to add text schema in the template. Using Data Source Configuration element, you can reconfigure the URL for each text artifact within the module and then print dataSource/artifact/content/text/richTextBody/div. You can refer the sample template - use module URL (https://server:port/publish/modules?resourceURI=xxxxx) to configure "module" data source and generate document.
printing dataSource/artifact/content/text/richTextBody/div directly from the query container is printing image.