

Advanced option to reduce the PDF file size Open a single PDF, or select one or more PDFs in a PDF Portfolio. Click Ok, and save the document with the appropriate file name. The default setting should be fine, so you will not need to change anything here. Under the File tab, select Save as Other, and then Reduced Size PDF.
HOW TO REDUCE SIZE OF PDF IN ACROBAT HOW TO
How do I change the save properties in the Call myDocument. HOW TO REDUCE THE FILE SIZE OR COMPRESS A PDF There are a couple of ways you can reduce the size of a PDF. Can you reduce PDF file size with Adobe Reader. Reduce the size of the PDF file using Adobe Acrobat. You’ll find the audit request button at the top right side of the popin. When you choose the compatibility level, be aware that the newer the version of Acrobat that you. Select Acrobat 8.0 And Later for file compatibility, and click OK. Check the audit for space usage to see an analysis of your PDF, with all the elements that are used in your file. In this section, you'll use the Reduce File Size command to dramatically reduce or compress the size of a PDF file. However, the modified PDF is 15 times larger in size than the original PDF (original 60kb, modified 800kb) Go to File > Save as other > Optimized PDF. Set myDocument = NothingĬall acroApp.Exit Set jso = NothingĬall acroApp.CloseAllDocs 'Save documentĬall myDocument.Save(1, strPath & strFileName) You can also click the 'Open File' button directly. Now, locate the desired file and open it. To open the file, click 'File' in the main menu and then click 'Open'. Jso.addWatermarkFromText _ĬText:=order & " ", _ How to Shrink PDF File Size with Adobe Acrobat Alternative Step 1. Set myDocument = CreateObject("AcroExch.PDDOc")
HOW TO REDUCE SIZE OF PDF IN ACROBAT PRO
Set acroApp = CreateObject("AcroExch.App") However, if you didn’t make the PDF yourself, you can still do something about the file size: compress it using Adobe Acrobat Pro or an online tool (you have plenty of options, some listed here) By following the steps below you will reduce the PDF file size (compression) without distortions or cropping. Function PDF_Numbering(order As String)ĭim acroApp As Acrobat.acroAppĭim myDocument As Acrobat.AcroPDDocĭim jso As Objectĭim strPath As Stringĭim strFileName As Stringĭim intPages As Integerĭim i As Integer
