Error using ps2pdf Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election Results Why I closed the “Why is Kali so hard” questionHow to tell libgs to use another freetype implementation?How to convert TXT to PDF?convert - unrecoverable error when pdf to jpgCustom title in PDF files when using ps2pdfCan't print to PDF using cups-pdf; used to work, now “failed to set file mode” printing as non-rootFix PDF margins for two-sided printingWhy my rescued PDFs forms are empty?How to remove zoom information from a PDF bookmarkUnix way to extract vectorised image and its graph from a PDF file?convert CDA XML to PDF without *TeX?ps: error: conflicting format options
Old style "caution" boxes
Why didn't Eitri join the fight?
If a contract sometimes uses the wrong name, is it still valid?
How to answer "Have you ever been terminated?"
Fundamental Solution of the Pell Equation
If my PI received research grants from a company to be able to pay my postdoc salary, did I have a potential conflict interest too?
Can you use the Shield Master feat to shove someone before you make an attack by using a Readied action?
Significance of Cersei's obsession with elephants?
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
Why are there no cargo aircraft with "flying wing" design?
Amount of permutations on an NxNxN Rubik's Cube
Is there a kind of relay only consumes power when switching?
First console to have temporary backward compatibility
What is homebrew?
Using et al. for a last / senior author rather than for a first author
8 Prisoners wearing hats
Would "destroying" Wurmcoil Engine prevent its tokens from being created?
What causes the direction of lightning flashes?
Does classifying an integer as a discrete log require it be part of a multiplicative group?
また usage in a dictionary
What does this Jacques Hadamard quote mean?
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
How to react to hostile behavior from a senior developer?
Is safe to use va_start macro with this as parameter?
Error using ps2pdf
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
2019 Community Moderator Election Results
Why I closed the “Why is Kali so hard” questionHow to tell libgs to use another freetype implementation?How to convert TXT to PDF?convert - unrecoverable error when pdf to jpgCustom title in PDF files when using ps2pdfCan't print to PDF using cups-pdf; used to work, now “failed to set file mode” printing as non-rootFix PDF margins for two-sided printingWhy my rescued PDFs forms are empty?How to remove zoom information from a PDF bookmarkUnix way to extract vectorised image and its graph from a PDF file?convert CDA XML to PDF without *TeX?ps: error: conflicting format options
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I used to work on linux in a virtual Box and now I'm using a computer with Ubuntu 16.04.
I have some ps files I need to convert to pdf and I used to run the commandps2pdf file.ps file.pdf
in my previous computer, but now it doesn't work, I get the following error:
/usr/bin/gs: symbol lookup error: /usr/lib/libgs.so.9: undefined symbol: FT_Property_Set
I tried using convert file.ps file.pdf
and it doesn't work either, I get the error:
convert.im6: not authorized `sc1.ps' @ error/constitute.c/ReadImage/454.
convert.im6: no images defined `sc.pdf' @ error/convert.c/ConvertImageCommand/3044.
pdf ps conversion
New contributor
|
show 1 more comment
I used to work on linux in a virtual Box and now I'm using a computer with Ubuntu 16.04.
I have some ps files I need to convert to pdf and I used to run the commandps2pdf file.ps file.pdf
in my previous computer, but now it doesn't work, I get the following error:
/usr/bin/gs: symbol lookup error: /usr/lib/libgs.so.9: undefined symbol: FT_Property_Set
I tried using convert file.ps file.pdf
and it doesn't work either, I get the error:
convert.im6: not authorized `sc1.ps' @ error/constitute.c/ReadImage/454.
convert.im6: no images defined `sc.pdf' @ error/convert.c/ConvertImageCommand/3044.
pdf ps conversion
New contributor
1
How did you install theps2pdf
utility? It seems like it is missing a library, or has the wrong version of a library. You can check a little further withldd `which ps2pdf`
– ivanivan
10 hours ago
1
For the second issue, please refer to this related Q&A: Error during converting jpg to pdf
– steeldriver
10 hours ago
I installed Ghostscript and it turned out to be already installed. The ps2pdf command worked just fine with an example ps file that has only images. However, the files I need contain fonts and I think that's where the problem is.
– Paula Navarrete Díaz
10 hours ago
1
Duplicate of unix.stackexchange.com/questions/387286/… ?
– steve
10 hours ago
Yes! It appears so, I found it before but I didn't understand the solution (couldn't find freetype files or anything). Like I said, I'm a new user. If you could explain me what to do I would be really gratefull. Thnx!
– Paula Navarrete Díaz
10 hours ago
|
show 1 more comment
I used to work on linux in a virtual Box and now I'm using a computer with Ubuntu 16.04.
I have some ps files I need to convert to pdf and I used to run the commandps2pdf file.ps file.pdf
in my previous computer, but now it doesn't work, I get the following error:
/usr/bin/gs: symbol lookup error: /usr/lib/libgs.so.9: undefined symbol: FT_Property_Set
I tried using convert file.ps file.pdf
and it doesn't work either, I get the error:
convert.im6: not authorized `sc1.ps' @ error/constitute.c/ReadImage/454.
convert.im6: no images defined `sc.pdf' @ error/convert.c/ConvertImageCommand/3044.
pdf ps conversion
New contributor
I used to work on linux in a virtual Box and now I'm using a computer with Ubuntu 16.04.
I have some ps files I need to convert to pdf and I used to run the commandps2pdf file.ps file.pdf
in my previous computer, but now it doesn't work, I get the following error:
/usr/bin/gs: symbol lookup error: /usr/lib/libgs.so.9: undefined symbol: FT_Property_Set
I tried using convert file.ps file.pdf
and it doesn't work either, I get the error:
convert.im6: not authorized `sc1.ps' @ error/constitute.c/ReadImage/454.
convert.im6: no images defined `sc.pdf' @ error/convert.c/ConvertImageCommand/3044.
pdf ps conversion
pdf ps conversion
New contributor
New contributor
edited 10 hours ago
Rui F Ribeiro
42.1k1484142
42.1k1484142
New contributor
asked 10 hours ago
Paula Navarrete DíazPaula Navarrete Díaz
112
112
New contributor
New contributor
1
How did you install theps2pdf
utility? It seems like it is missing a library, or has the wrong version of a library. You can check a little further withldd `which ps2pdf`
– ivanivan
10 hours ago
1
For the second issue, please refer to this related Q&A: Error during converting jpg to pdf
– steeldriver
10 hours ago
I installed Ghostscript and it turned out to be already installed. The ps2pdf command worked just fine with an example ps file that has only images. However, the files I need contain fonts and I think that's where the problem is.
– Paula Navarrete Díaz
10 hours ago
1
Duplicate of unix.stackexchange.com/questions/387286/… ?
– steve
10 hours ago
Yes! It appears so, I found it before but I didn't understand the solution (couldn't find freetype files or anything). Like I said, I'm a new user. If you could explain me what to do I would be really gratefull. Thnx!
– Paula Navarrete Díaz
10 hours ago
|
show 1 more comment
1
How did you install theps2pdf
utility? It seems like it is missing a library, or has the wrong version of a library. You can check a little further withldd `which ps2pdf`
– ivanivan
10 hours ago
1
For the second issue, please refer to this related Q&A: Error during converting jpg to pdf
– steeldriver
10 hours ago
I installed Ghostscript and it turned out to be already installed. The ps2pdf command worked just fine with an example ps file that has only images. However, the files I need contain fonts and I think that's where the problem is.
– Paula Navarrete Díaz
10 hours ago
1
Duplicate of unix.stackexchange.com/questions/387286/… ?
– steve
10 hours ago
Yes! It appears so, I found it before but I didn't understand the solution (couldn't find freetype files or anything). Like I said, I'm a new user. If you could explain me what to do I would be really gratefull. Thnx!
– Paula Navarrete Díaz
10 hours ago
1
1
How did you install the
ps2pdf
utility? It seems like it is missing a library, or has the wrong version of a library. You can check a little further with ldd `which ps2pdf`
– ivanivan
10 hours ago
How did you install the
ps2pdf
utility? It seems like it is missing a library, or has the wrong version of a library. You can check a little further with ldd `which ps2pdf`
– ivanivan
10 hours ago
1
1
For the second issue, please refer to this related Q&A: Error during converting jpg to pdf
– steeldriver
10 hours ago
For the second issue, please refer to this related Q&A: Error during converting jpg to pdf
– steeldriver
10 hours ago
I installed Ghostscript and it turned out to be already installed. The ps2pdf command worked just fine with an example ps file that has only images. However, the files I need contain fonts and I think that's where the problem is.
– Paula Navarrete Díaz
10 hours ago
I installed Ghostscript and it turned out to be already installed. The ps2pdf command worked just fine with an example ps file that has only images. However, the files I need contain fonts and I think that's where the problem is.
– Paula Navarrete Díaz
10 hours ago
1
1
Duplicate of unix.stackexchange.com/questions/387286/… ?
– steve
10 hours ago
Duplicate of unix.stackexchange.com/questions/387286/… ?
– steve
10 hours ago
Yes! It appears so, I found it before but I didn't understand the solution (couldn't find freetype files or anything). Like I said, I'm a new user. If you could explain me what to do I would be really gratefull. Thnx!
– Paula Navarrete Díaz
10 hours ago
Yes! It appears so, I found it before but I didn't understand the solution (couldn't find freetype files or anything). Like I said, I'm a new user. If you could explain me what to do I would be really gratefull. Thnx!
– Paula Navarrete Díaz
10 hours ago
|
show 1 more comment
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
Paula Navarrete Díaz is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f513078%2ferror-using-ps2pdf%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Paula Navarrete Díaz is a new contributor. Be nice, and check out our Code of Conduct.
Paula Navarrete Díaz is a new contributor. Be nice, and check out our Code of Conduct.
Paula Navarrete Díaz is a new contributor. Be nice, and check out our Code of Conduct.
Paula Navarrete Díaz is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f513078%2ferror-using-ps2pdf%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
-conversion, pdf, ps
1
How did you install the
ps2pdf
utility? It seems like it is missing a library, or has the wrong version of a library. You can check a little further withldd `which ps2pdf`
– ivanivan
10 hours ago
1
For the second issue, please refer to this related Q&A: Error during converting jpg to pdf
– steeldriver
10 hours ago
I installed Ghostscript and it turned out to be already installed. The ps2pdf command worked just fine with an example ps file that has only images. However, the files I need contain fonts and I think that's where the problem is.
– Paula Navarrete Díaz
10 hours ago
1
Duplicate of unix.stackexchange.com/questions/387286/… ?
– steve
10 hours ago
Yes! It appears so, I found it before but I didn't understand the solution (couldn't find freetype files or anything). Like I said, I'm a new user. If you could explain me what to do I would be really gratefull. Thnx!
– Paula Navarrete Díaz
10 hours ago