Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77611
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2014-09-05 12:36 -0700 |
| References | <a672024e-2df2-4c88-b6c9-e37fedbf0756@googlegroups.com> |
| Message-ID | <93a9cc4e-6e80-43dc-bf40-61d2995c18ae@googlegroups.com> (permalink) |
| Subject | Re: Anyway to reduce size of pdf using python script. |
| From | Tim <jtim.arnold@gmail.com> |
On Friday, February 1, 2013 8:03:41 PM UTC-5, access...@gmail.com wrote: > I have a batch file that exports ArcGIS pdf maps to a directory. I would like to include a step in the script where the pdf file is reduced in size instead of manually opening each file in Acrobat X Pro after the script has run and doing it there. > > Can this be done using python scripting or does the automation stop at exporting the map? > > Thanks I don't have a definitive answer but I use qpdf to optimize my pdf files. Whether that reduces the size I'm not sure. http://qpdf.sourceforge.net/ --Tim
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Anyway to reduce size of pdf using python script. Tim <jtim.arnold@gmail.com> - 2014-09-05 12:36 -0700
csiph-web