Create a report from a pdf

Stimulsoft Reports.NET discussion
Post Reply
User avatar
Fabio Pagano
Posts: 355
Joined: Mon Apr 16, 2007 12:38 pm
Location: Bari (Italy)

Create a report from a pdf

Post by Fabio Pagano »

I have a pdf on the file system (containg, for example, one or more scanned sheets). I would like to create a report from the pdf. I could store the pdf in a binary datatable column to pass it to the report, but i don't know if the report can automatically generate a report from the pdf or i must process the pdf before, transform it in an image for each page and then pass the images to the report.

Thank you.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Create a report from a pdf

Post by Andrew »

Hello,

We do not support import from PDF.
So you need to transform it as an image for each page and then pass the images to the report.

Thank you.
Post Reply