I want to include a pdf file in the report.
The pdf file is a feature attachment but it is not an image file. I tried using the rich text and picture box control using scripting. Is it even possible to include a pdf file inside the report?
-
Including a PDF in a report is not possible AFAIK, but you can use the Merge PDFs activity in a server workflow to append an additional PDF.
1 -
Thank you for the response. However, the data for my pdf is in the ms sql data table. I need to extract the data into a pdf file and then merge it. But first, I tried using the send web api request to convert it to a blob but the file is too small which means it did not work. Then, I wrote a sql stored procedure but I had a permission issue with the sp_OADestroy so I am now looking at python to extract the data into pdf file.
0
Please sign in to leave a comment.
Comments
2 comments