<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to reduce the size of the pdf scanned file ? in Desktop Inkjet Printers</title>
    <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/148036#M26588</link>
    <description>&lt;P&gt;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 &lt;A href="http://www.rasteredge.com/how-to/csharp-imaging/pdf-convert-ms-office-to-pdf/" target="_blank"&gt;&lt;FONT color="#000000"&gt;save Word to PDF&lt;/FONT&gt;&lt;/A&gt; with microsoft office PDF converting plug-in.&lt;/P&gt;&lt;P&gt;I'm looking forward someone can share good resource for reducing PDF size.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Aug 2015 05:51:33 GMT</pubDate>
    <dc:creator>longwest</dc:creator>
    <dc:date>2015-08-05T05:51:33Z</dc:date>
    <item>
      <title>How to reduce the size of the pdf scanned file ?</title>
      <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/16425#M26583</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2013 05:25:46 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/16425#M26583</guid>
      <dc:creator>jai</dc:creator>
      <dc:date>2013-03-05T05:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of the pdf scanned file ?</title>
      <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/17081#M26584</link>
      <description>&lt;P&gt;There are two main ways to effect the file size of a scanned PDF.&amp;nbsp; The main way would be to lower the scan resolution.&amp;nbsp; For most black and white documents you should not need more then 100dpi to get a good quality PDF.&amp;nbsp; If the file size is still to large, next to the PDF file type option should be a Set button.&amp;nbsp; When you click Set, there will be radio buttons for PDF Compression.&amp;nbsp; The default is standard, and if you change it to high, it will reduce the file size.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2013 23:55:30 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/17081#M26584</guid>
      <dc:creator>Karl1</dc:creator>
      <dc:date>2013-03-11T23:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of the pdf scanned file ?</title>
      <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/40987#M26585</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;For pdf size,you can &lt;FONT color="#333333"&gt;&lt;A target="_self" href="http://www.rasteredge.com/how-to/csharp-imaging/pdf-compressing/"&gt;&lt;FONT color="#333333"&gt;compress the pdf size&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt; if you want to reduce the size of the pdf files.&lt;/P&gt;&lt;P&gt;Here is the code to do it:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;using&lt;/SPAN&gt; System.IO;&lt;BR /&gt;&lt;SPAN&gt;using&lt;/SPAN&gt; System.Drawing.Printing;&lt;BR /&gt;&lt;SPAN&gt;using&lt;/SPAN&gt; RasterEdge.Imaging;&lt;BR /&gt;&lt;SPAN&gt;using&lt;/SPAN&gt; RasterEdge.Imaging.Codec.Compression;&lt;BR /&gt;&lt;SPAN&gt;using&lt;/SPAN&gt; RasterEdge.Imaging.PDF;&lt;BR /&gt;&lt;BR /&gt;DocumentCompression.infile(&lt;SPAN&gt;@"C:\1.pdf"&lt;/SPAN&gt;);&lt;BR /&gt;DocumentCompression.Outfile(&lt;SPAN&gt;@"C:\2.pdf"&lt;/SPAN&gt;);&lt;BR /&gt;DocumentEncoder = DocumentEncoder.Group3Encoding&lt;BR /&gt;&lt;BR /&gt;RasterEdgeImaging Document = &lt;SPAN&gt;new&lt;/SPAN&gt; RasterEdgeDocumentg();&lt;BR /&gt;Image. DocumentCompression(&lt;SPAN&gt;@"C:\1.pdf"&lt;/SPAN&gt;, &lt;SPAN&gt;"C:\2.pdf"&lt;/SPAN&gt;, DocumentEncoder DocumentEncoder.Group3Encoding);&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:28:40 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/40987#M26585</guid>
      <dc:creator>Abigail111</dc:creator>
      <dc:date>2013-09-23T09:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of the pdf scanned file ?</title>
      <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/44471#M26586</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;I am a little confused. You mean to do &lt;A target="_self" href="http://www.yiigo.com/net-document-image-sdk/compression-support.shtml"&gt;&lt;FONT color="#000000"&gt;compression work&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt; to&amp;nbsp; the PDF files or adjust the size of the PDF documents?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 04:05:15 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/44471#M26586</guid>
      <dc:creator>arronlee</dc:creator>
      <dc:date>2013-10-17T04:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of the pdf scanned file ?</title>
      <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/52077#M26587</link>
      <description>&lt;P&gt;If you feel attach a smaller size PDF file in your E-mail, there are two methods. One is to&lt;FONT color="#000000"&gt; &lt;A target="_self" href="http://www.rasteredge.com/how-to/vb-net-imaging/pdf-compressing/"&gt;&lt;FONT color="#000000"&gt;compress your PDF document&lt;/FONT&gt;&lt;/A&gt; &lt;/FONT&gt;and the other is to convert your PDF document to other image formats in smaller size.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2013 03:51:02 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/52077#M26587</guid>
      <dc:creator>daniel147</dc:creator>
      <dc:date>2013-12-03T03:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of the pdf scanned file ?</title>
      <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/148036#M26588</link>
      <description>&lt;P&gt;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 &lt;A href="http://www.rasteredge.com/how-to/csharp-imaging/pdf-convert-ms-office-to-pdf/" target="_blank"&gt;&lt;FONT color="#000000"&gt;save Word to PDF&lt;/FONT&gt;&lt;/A&gt; with microsoft office PDF converting plug-in.&lt;/P&gt;&lt;P&gt;I'm looking forward someone can share good resource for reducing PDF size.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Aug 2015 05:51:33 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/148036#M26588</guid>
      <dc:creator>longwest</dc:creator>
      <dc:date>2015-08-05T05:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of the pdf scanned file ?</title>
      <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/174333#M26589</link>
      <description>&lt;P&gt;Using the "Set" button to compact the file totally worked. &amp;nbsp;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 18:29:59 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/174333#M26589</guid>
      <dc:creator>shirleyp</dc:creator>
      <dc:date>2016-05-26T18:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to reduce the size of the pdf scanned file ?</title>
      <link>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/376767#M57011</link>
      <description>&lt;P&gt;I am trying to reduce the PDF size for a B&amp;amp;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.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 18:44:56 GMT</pubDate>
      <guid>https://community.usa.canon.com/t5/Desktop-Inkjet-Printers/How-to-reduce-the-size-of-the-pdf-scanned-file/m-p/376767#M57011</guid>
      <dc:creator>leonthepc</dc:creator>
      <dc:date>2022-06-20T18:44:56Z</dc:date>
    </item>
  </channel>
</rss>

