Page 1 of 1

Adding PDF Pages to Report in Viewer

Posted: Thu Jun 23, 2016 10:12 pm
by ScottStoneback
Hi, is there a way to add the contents of an external PDF to a report?

Basically this is my use case.
1.) I have a standard StiReport that renders.
2.) User needs to attach uploaded PDF document(s) to the end of the standard report for viewing/printing.

I already know how to use the RenderedPages to add pages to an existing report, however I do not know if it's even possible to add a PDF content in the form of report pages to a report. I've attempted creating images of the PDF pages and binding them to image fields on a report, but while it works, the render time is extremely slow.

Do you currently have a built-in way to do this? Or if not, are there plans to add that feature in the future?

Thanks,
Scott

Re: Adding PDF Pages to Report in Viewer

Posted: Fri Jun 24, 2016 1:06 pm
by Alex K.
Hello,

Unfortunate, it is not possible.
You can export rendered report to pdf file and then make necessary changes in this file.

Thank you.