03-05-2013 12:25 AM
Hi,
I have canon PIXMA MG2120. I am trying to scan the documents but the size is to big to attach to email. Any Idea how to reduce the size of the PDF file?
03-11-2013 07:55 PM
There are two main ways to effect the file size of a scanned PDF. The main way would be to lower the scan resolution. For most black and white documents you should not need more then 100dpi to get a good quality PDF. If the file size is still to large, next to the PDF file type option should be a Set button. When you click Set, there will be radio buttons for PDF Compression. The default is standard, and if you change it to high, it will reduce the file size.
05-26-2016 02:29 PM
Using the "Set" button to compact the file totally worked. Thank you!
06-20-2022 02:44 PM
I am trying to reduce the PDF size for a B&W scanned from the printer. I have a Canon GX7021 printer. In the Scan Utility, there is no set button next to the PDF option.
09-23-2013 05:28 AM
Hello
For pdf size,you can compress the pdf size if you want to reduce the size of the pdf files.
Here is the code to do it:
using System.IO;
using System.Drawing.Printing;
using RasterEdge.Imaging;
using RasterEdge.Imaging.Codec.Compression;
using RasterEdge.Imaging.PDF;
DocumentCompression.infile(@"C:\1.pdf");
DocumentCompression.Outfile(@"C:\2.pdf");
DocumentEncoder = DocumentEncoder.Group3Encoding
RasterEdgeImaging Document = new RasterEdgeDocumentg();
Image. DocumentCompression(@"C:\1.pdf", "C:\2.pdf", DocumentEncoder DocumentEncoder.Group3Encoding);
10-17-2013 12:05 AM
I am a little confused. You mean to do compression work to the PDF files or adjust the size of the PDF documents?
12-02-2013 10:51 PM
If you feel attach a smaller size PDF file in your E-mail, there are two methods. One is to compress your PDF document and the other is to convert your PDF document to other image formats in smaller size.
08-05-2015 01:51 AM
Actually, different PDF converter will create different PDF size. When I want to save word to PDF. I use formats converter can get a larger PDF file, but I get a smaller pdf file when I directly save Word to PDF with microsoft office PDF converting plug-in.
I'm looking forward someone can share good resource for reducing PDF size.
09/26/2024: New firmware updates are available.
EOS R5 Mark II - Version 1.0.1
EOS R6 Mark II - Version 1.5.0
07/01/2024: New firmware updates are available.
04/16/2024: New firmware updates are available.
RF100-300mm F2.8 L IS USM - Version 1.0.6
RF400mm F2.8 L IS USM - Version 1.0.6
RF600mm F4 L IS USM - Version 1.0.6
RF800mm F5.6 L IS USM - Version 1.0.4
RF1200mm F8 L IS USM - Version 1.0.4
Canon U.S.A Inc. All Rights Reserved. Reproduction in whole or part without permission is prohibited.