Query |
Response | |
If I use Export-PDF I get an enormous large file (1Page = 1.5Mb). |
We suspect that the exported PDF document has larger file size is due to the .png image used in the report. As per PDF base suggestion using .jpeg type will reduce the size of file, also can you share your report with us so that we can validate further to reduce the file memory size. | |
Also I get an error saying "internal error occurred" if I try to open this file with Acrobat Reader. The Error occurs when I try to Zoom into the document.
|
We are able to open the shared PDF document using Adobe Acrobat Reader and there is no error occurs while performing the zooming actions in the document. We have prepared a video for the same and it can be downloaded from the below location.
Please share a video of the issue and Acrobat Reader version used to reproduce the reported error. | |
If I use Print->Microsoft Print to PDF (Or any other PDF-Printer) I get a very pixelated and ugly PDF. |
We are facing the pixelating problem when the report printed from ReportViewer. We are converting the rendered items as images that is given as input to the printer and normal 96 dpi are used in image conversion, so that the pixel problem occurred in pdf printed document. We have already exposed properties to “Print” increase the dpi values in ReportViewer, you can set the values as shown below snippet.
We have prepared a sample based on this and it can be downloaded from the below location.
|