Hello
I want to add an external PDF as part of the export. I have already added them as a resource in repository with type “resource/pdf” . Can I include that in the combination print or another way so that the external pdf is attached during the export?
Using an external PDF document as part of your reporting means you have to use a report with an PDF object to render. Then it could part of your combination print.
You can see that also in the installed Sample Application of List & Label - DemoApplication30.exe in my installation. Open the report "Form with PDF object.ufm" from the “Forms” button which uses a PDF object.
And in the Designer you can easily insert an PDF object to you report by the ribbon:
If you can create a PDF via code and have the content imported into your repo, it should be sufficient to set the source file property of the PDF object to repository://{repoId} where repoId is your PDF content.