Skip to main content

I want to include a pdf file in the report.

Comments

2 comments

  • Berend Veldkamp

    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
  • Jenny Oh

    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.