Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

(crystal reports) How to decrease RPT file size

I'm trying to decrease size of my rpt file. The problem is in image. When I remove image, file is about 50KB size large. When I add image, it increases to 600KB.

I reduced resulution of my image. It has only 12KB. I tried to use JPG, PNG, TIFF. With bigger image, size of rpt file is growing (for 200KB image it is about 2MB rpt)

Do you have any solution to this problem?

Regards,

-- Marcin Krupowicz

like image 229
Marcin Krupowicz Avatar asked Dec 17 '09 08:12

Marcin Krupowicz


People also ask

How do I open a large RPT file?

Since most RPT files are saved in text format, most of the files can be opened using a text editor, such as Microsoft Notepad or Apple TextEdit.

How do I fix page size in Crystal Report?

If you use Crystal Reports to design your report, Page size and Margins can be edited by Page Setup. Right Click on your report select Page Setup. You'll get a window as shown below. Here you can edit the page size and margins...


1 Answers

Hai,

Try Inserting the image as an OLE object instead of as a picture object

like image 177
ACP Avatar answered Sep 30 '22 12:09

ACP