Linux PDF version converter












17














I want to convert a PDF from version 1.5 to 1.4 using a command line utility.



Is there anything available?










share|improve this question





























    17














    I want to convert a PDF from version 1.5 to 1.4 using a command line utility.



    Is there anything available?










    share|improve this question



























      17












      17








      17


      9





      I want to convert a PDF from version 1.5 to 1.4 using a command line utility.



      Is there anything available?










      share|improve this question















      I want to convert a PDF from version 1.5 to 1.4 using a command line utility.



      Is there anything available?







      linux pdf conversion






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 19 '09 at 13:02









      BinaryMisfit

      18.7k106276




      18.7k106276










      asked Aug 19 '09 at 12:51









      Tom

      3481211




      3481211






















          1 Answer
          1






          active

          oldest

          votes


















          24














          Found this in the ubuntu forums :



           # gs -sDEVICE=pdfwrite -dCompatibilityLevel=<VERSION> -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf


          Just tested this and it works fine, I'll post some output now.



          [14:08:41]lee@barlow:~/superuser # pdfinfo org_1-4.pdf 
          Title: CV 2009
          Producer: Prince 7.0 alpha 16 (www.princexml.com)
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 51793 bytes
          Optimized: no
          PDF version: 1.4
          [14:08:59]lee@barlow:~/superuser # gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out_1.5.pdf org_1-4.pdf
          [14:09:35]lee@barlow:~/superuser # pdfinfo out_1.5.pdf
          Producer: GPL Ghostscript 8.64
          CreationDate: Wed Aug 19 14:09:34 2009
          ModDate: Wed Aug 19 14:09:34 2009
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 60658 bytes
          Optimized: no
          PDF version: 1.5





          share|improve this answer





















          • This works perfectly! Thank you very much!
            – Tom
            Aug 19 '09 at 13:20






          • 1




            Just noticed that the example is backwards.. 1.4 -> 1.5 instead of 1.5 -> 1.4 . ah well, thanks for the up votes :)
            – lyarwood
            Aug 19 '09 at 15:03










          • Not a problem. I worked that out :P
            – Tom
            Aug 19 '09 at 15:18











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f25598%2flinux-pdf-version-converter%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          24














          Found this in the ubuntu forums :



           # gs -sDEVICE=pdfwrite -dCompatibilityLevel=<VERSION> -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf


          Just tested this and it works fine, I'll post some output now.



          [14:08:41]lee@barlow:~/superuser # pdfinfo org_1-4.pdf 
          Title: CV 2009
          Producer: Prince 7.0 alpha 16 (www.princexml.com)
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 51793 bytes
          Optimized: no
          PDF version: 1.4
          [14:08:59]lee@barlow:~/superuser # gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out_1.5.pdf org_1-4.pdf
          [14:09:35]lee@barlow:~/superuser # pdfinfo out_1.5.pdf
          Producer: GPL Ghostscript 8.64
          CreationDate: Wed Aug 19 14:09:34 2009
          ModDate: Wed Aug 19 14:09:34 2009
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 60658 bytes
          Optimized: no
          PDF version: 1.5





          share|improve this answer





















          • This works perfectly! Thank you very much!
            – Tom
            Aug 19 '09 at 13:20






          • 1




            Just noticed that the example is backwards.. 1.4 -> 1.5 instead of 1.5 -> 1.4 . ah well, thanks for the up votes :)
            – lyarwood
            Aug 19 '09 at 15:03










          • Not a problem. I worked that out :P
            – Tom
            Aug 19 '09 at 15:18
















          24














          Found this in the ubuntu forums :



           # gs -sDEVICE=pdfwrite -dCompatibilityLevel=<VERSION> -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf


          Just tested this and it works fine, I'll post some output now.



          [14:08:41]lee@barlow:~/superuser # pdfinfo org_1-4.pdf 
          Title: CV 2009
          Producer: Prince 7.0 alpha 16 (www.princexml.com)
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 51793 bytes
          Optimized: no
          PDF version: 1.4
          [14:08:59]lee@barlow:~/superuser # gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out_1.5.pdf org_1-4.pdf
          [14:09:35]lee@barlow:~/superuser # pdfinfo out_1.5.pdf
          Producer: GPL Ghostscript 8.64
          CreationDate: Wed Aug 19 14:09:34 2009
          ModDate: Wed Aug 19 14:09:34 2009
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 60658 bytes
          Optimized: no
          PDF version: 1.5





          share|improve this answer





















          • This works perfectly! Thank you very much!
            – Tom
            Aug 19 '09 at 13:20






          • 1




            Just noticed that the example is backwards.. 1.4 -> 1.5 instead of 1.5 -> 1.4 . ah well, thanks for the up votes :)
            – lyarwood
            Aug 19 '09 at 15:03










          • Not a problem. I worked that out :P
            – Tom
            Aug 19 '09 at 15:18














          24












          24








          24






          Found this in the ubuntu forums :



           # gs -sDEVICE=pdfwrite -dCompatibilityLevel=<VERSION> -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf


          Just tested this and it works fine, I'll post some output now.



          [14:08:41]lee@barlow:~/superuser # pdfinfo org_1-4.pdf 
          Title: CV 2009
          Producer: Prince 7.0 alpha 16 (www.princexml.com)
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 51793 bytes
          Optimized: no
          PDF version: 1.4
          [14:08:59]lee@barlow:~/superuser # gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out_1.5.pdf org_1-4.pdf
          [14:09:35]lee@barlow:~/superuser # pdfinfo out_1.5.pdf
          Producer: GPL Ghostscript 8.64
          CreationDate: Wed Aug 19 14:09:34 2009
          ModDate: Wed Aug 19 14:09:34 2009
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 60658 bytes
          Optimized: no
          PDF version: 1.5





          share|improve this answer












          Found this in the ubuntu forums :



           # gs -sDEVICE=pdfwrite -dCompatibilityLevel=<VERSION> -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=output.pdf input.pdf


          Just tested this and it works fine, I'll post some output now.



          [14:08:41]lee@barlow:~/superuser # pdfinfo org_1-4.pdf 
          Title: CV 2009
          Producer: Prince 7.0 alpha 16 (www.princexml.com)
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 51793 bytes
          Optimized: no
          PDF version: 1.4
          [14:08:59]lee@barlow:~/superuser # gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.5 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out_1.5.pdf org_1-4.pdf
          [14:09:35]lee@barlow:~/superuser # pdfinfo out_1.5.pdf
          Producer: GPL Ghostscript 8.64
          CreationDate: Wed Aug 19 14:09:34 2009
          ModDate: Wed Aug 19 14:09:34 2009
          Tagged: no
          Pages: 3
          Encrypted: no
          Page size: 595 x 842 pts (A4)
          File size: 60658 bytes
          Optimized: no
          PDF version: 1.5






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 19 '09 at 13:05









          lyarwood

          1,7261113




          1,7261113












          • This works perfectly! Thank you very much!
            – Tom
            Aug 19 '09 at 13:20






          • 1




            Just noticed that the example is backwards.. 1.4 -> 1.5 instead of 1.5 -> 1.4 . ah well, thanks for the up votes :)
            – lyarwood
            Aug 19 '09 at 15:03










          • Not a problem. I worked that out :P
            – Tom
            Aug 19 '09 at 15:18


















          • This works perfectly! Thank you very much!
            – Tom
            Aug 19 '09 at 13:20






          • 1




            Just noticed that the example is backwards.. 1.4 -> 1.5 instead of 1.5 -> 1.4 . ah well, thanks for the up votes :)
            – lyarwood
            Aug 19 '09 at 15:03










          • Not a problem. I worked that out :P
            – Tom
            Aug 19 '09 at 15:18
















          This works perfectly! Thank you very much!
          – Tom
          Aug 19 '09 at 13:20




          This works perfectly! Thank you very much!
          – Tom
          Aug 19 '09 at 13:20




          1




          1




          Just noticed that the example is backwards.. 1.4 -> 1.5 instead of 1.5 -> 1.4 . ah well, thanks for the up votes :)
          – lyarwood
          Aug 19 '09 at 15:03




          Just noticed that the example is backwards.. 1.4 -> 1.5 instead of 1.5 -> 1.4 . ah well, thanks for the up votes :)
          – lyarwood
          Aug 19 '09 at 15:03












          Not a problem. I worked that out :P
          – Tom
          Aug 19 '09 at 15:18




          Not a problem. I worked that out :P
          – Tom
          Aug 19 '09 at 15:18


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f25598%2flinux-pdf-version-converter%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Paul Cézanne

          UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

          Angular material date-picker (MatDatepicker) auto completes the date on focus out