Possible to auto save report as an image?
-
4. května 2012 23:40
Hi, I like to know if possible to save a report into a image file (jpeg,...) when report has been executed by end user. An example would be when I run the reportA, I can select a parameter (export to an image file) and run the report. When report runs a copy of it would be saved as an image file into a proper location. Is this possible to do?
Thank you.
Všechny reakce
-
4. května 2012 23:53
you can achive your result through C#.for this you need to make the interface of your reports in C# and on the save button you need to perfrom two operations
1.report to pdf
2. pdf to image
please have a look into the following article which is converting the pdf to image:
http://www.codeproject.com/Articles/32274/How-To-Convert-PDF-to-Image-Using-Ghostscript-API
thank,
- Označen jako odpověď rv7a99cv 7. května 2012 18:17
-
5. května 2012 0:23thank you Zaim, I will check it out and keep you posted.