Batch convert ai files to pdf / png etc
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Does anybody know of software that can batch convert .ai into another format? Preferably png or pdf?
pdf file-format conversion inkscape vector-drawings
add a comment |
Does anybody know of software that can batch convert .ai into another format? Preferably png or pdf?
pdf file-format conversion inkscape vector-drawings
add a comment |
Does anybody know of software that can batch convert .ai into another format? Preferably png or pdf?
pdf file-format conversion inkscape vector-drawings
Does anybody know of software that can batch convert .ai into another format? Preferably png or pdf?
pdf file-format conversion inkscape vector-drawings
pdf file-format conversion inkscape vector-drawings
asked Feb 4 '12 at 13:54
digitalWestiedigitalWestie
14315
14315
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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.
add a comment |
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).
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
add a comment |
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.
add a comment |
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.
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.
edited Apr 4 at 15:49
Pavel
10713
10713
answered Feb 4 '12 at 14:57
zetahzetah
5,93483967
5,93483967
add a comment |
add a comment |
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).
add a comment |
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).
add a comment |
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).
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).
answered Jan 27 '17 at 22:50
MikeMMikeM
1434
1434
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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