Batch convert ai files to pdf / png etc





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







8















Does anybody know of software that can batch convert .ai into another format? Preferably png or pdf?










share|improve this question





























    8















    Does anybody know of software that can batch convert .ai into another format? Preferably png or pdf?










    share|improve this question

























      8












      8








      8








      Does anybody know of software that can batch convert .ai into another format? Preferably png or pdf?










      share|improve this question














      Does anybody know of software that can batch convert .ai into another format? Preferably png or pdf?







      pdf file-format conversion inkscape vector-drawings






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 4 '12 at 13:54









      digitalWestiedigitalWestie

      14315




      14315






















          2 Answers
          2






          active

          oldest

          votes


















          14














          You can use GhostScript for batch output .ai to various formats, i.e. transparent PNG:



          gs -dNOPAUSE -dBATCH -sDEVICE=pngalpha -r300 -sOutputFile=out.png in.ai


          Where -r300 is dpi resolution.



          For available devices with which you can convert .ai format, reference documentation.






          share|improve this answer

































            4














            A typical .ai file (from version 9 up), saved the normal way (with PDF compatibility) does not need any special conversion (in most cases). For example, if you take a typical .ai file ...as I said, saved with PDF compatibility which is the default ... you can simply add .pdf to the end, and then open it in your default PDF viewer. No special conversion needed. On the other hand, if the file is not saved with PDF compatibility, the only option you have is to use Illustrator. All ai to pdf converters I have found require that the ai file have the PDF data to "convert" ... which they aren't really doing since its already a PDF to begin with (just change the extension to .pdf and see).






            share|improve this answer
























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              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%2faskubuntu.com%2fquestions%2f101353%2fbatch-convert-ai-files-to-pdf-png-etc%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              14














              You can use GhostScript for batch output .ai to various formats, i.e. transparent PNG:



              gs -dNOPAUSE -dBATCH -sDEVICE=pngalpha -r300 -sOutputFile=out.png in.ai


              Where -r300 is dpi resolution.



              For available devices with which you can convert .ai format, reference documentation.






              share|improve this answer






























                14














                You can use GhostScript for batch output .ai to various formats, i.e. transparent PNG:



                gs -dNOPAUSE -dBATCH -sDEVICE=pngalpha -r300 -sOutputFile=out.png in.ai


                Where -r300 is dpi resolution.



                For available devices with which you can convert .ai format, reference documentation.






                share|improve this answer




























                  14












                  14








                  14







                  You can use GhostScript for batch output .ai to various formats, i.e. transparent PNG:



                  gs -dNOPAUSE -dBATCH -sDEVICE=pngalpha -r300 -sOutputFile=out.png in.ai


                  Where -r300 is dpi resolution.



                  For available devices with which you can convert .ai format, reference documentation.






                  share|improve this answer















                  You can use GhostScript for batch output .ai to various formats, i.e. transparent PNG:



                  gs -dNOPAUSE -dBATCH -sDEVICE=pngalpha -r300 -sOutputFile=out.png in.ai


                  Where -r300 is dpi resolution.



                  For available devices with which you can convert .ai format, reference documentation.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Apr 4 at 15:49









                  Pavel

                  10713




                  10713










                  answered Feb 4 '12 at 14:57









                  zetahzetah

                  5,93483967




                  5,93483967

























                      4














                      A typical .ai file (from version 9 up), saved the normal way (with PDF compatibility) does not need any special conversion (in most cases). For example, if you take a typical .ai file ...as I said, saved with PDF compatibility which is the default ... you can simply add .pdf to the end, and then open it in your default PDF viewer. No special conversion needed. On the other hand, if the file is not saved with PDF compatibility, the only option you have is to use Illustrator. All ai to pdf converters I have found require that the ai file have the PDF data to "convert" ... which they aren't really doing since its already a PDF to begin with (just change the extension to .pdf and see).






                      share|improve this answer




























                        4














                        A typical .ai file (from version 9 up), saved the normal way (with PDF compatibility) does not need any special conversion (in most cases). For example, if you take a typical .ai file ...as I said, saved with PDF compatibility which is the default ... you can simply add .pdf to the end, and then open it in your default PDF viewer. No special conversion needed. On the other hand, if the file is not saved with PDF compatibility, the only option you have is to use Illustrator. All ai to pdf converters I have found require that the ai file have the PDF data to "convert" ... which they aren't really doing since its already a PDF to begin with (just change the extension to .pdf and see).






                        share|improve this answer


























                          4












                          4








                          4







                          A typical .ai file (from version 9 up), saved the normal way (with PDF compatibility) does not need any special conversion (in most cases). For example, if you take a typical .ai file ...as I said, saved with PDF compatibility which is the default ... you can simply add .pdf to the end, and then open it in your default PDF viewer. No special conversion needed. On the other hand, if the file is not saved with PDF compatibility, the only option you have is to use Illustrator. All ai to pdf converters I have found require that the ai file have the PDF data to "convert" ... which they aren't really doing since its already a PDF to begin with (just change the extension to .pdf and see).






                          share|improve this answer













                          A typical .ai file (from version 9 up), saved the normal way (with PDF compatibility) does not need any special conversion (in most cases). For example, if you take a typical .ai file ...as I said, saved with PDF compatibility which is the default ... you can simply add .pdf to the end, and then open it in your default PDF viewer. No special conversion needed. On the other hand, if the file is not saved with PDF compatibility, the only option you have is to use Illustrator. All ai to pdf converters I have found require that the ai file have the PDF data to "convert" ... which they aren't really doing since its already a PDF to begin with (just change the extension to .pdf and see).







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Jan 27 '17 at 22:50









                          MikeMMikeM

                          1434




                          1434






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • 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%2faskubuntu.com%2fquestions%2f101353%2fbatch-convert-ai-files-to-pdf-png-etc%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

                              Category:香港粉麵

                              List *all* the tuples!

                              Channel [V]