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;








2















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 command
ps2pdf 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.









share|improve this question









New contributor




Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 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







  • 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

















2















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 command
ps2pdf 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.









share|improve this question









New contributor




Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 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







  • 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













2












2








2


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 command
ps2pdf 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.









share|improve this question









New contributor




Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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 command
ps2pdf 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






share|improve this question









New contributor




Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 10 hours ago









Rui F Ribeiro

42.1k1484142




42.1k1484142






New contributor




Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 10 hours ago









Paula Navarrete DíazPaula Navarrete Díaz

112




112




New contributor




Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Paula Navarrete Díaz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 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







  • 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





    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





    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










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.









draft saved

draft discarded


















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.









draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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

Popular posts from this blog

Mobil Contents History Mobil brands Former Mobil brands Lukoil transaction Mobil UK Mobil Australia Mobil New Zealand Mobil Greece Mobil in Japan Mobil in Canada Mobil Egypt See also References External links Navigation menuwww.mobil.com"Mobil Corporation"the original"Our Houston campus""Business & Finance: Socony-Vacuum Corp.""Popular Mechanics""Lubrite Technologies""Exxon Mobil campus 'clearly happening'""Toledo Blade - Google News Archive Search""The Lion and the Moose - How 2 Executives Pulled off the Biggest Merger Ever""ExxonMobil Press Release""Lubricants""Archived copy"the original"Mobil 1™ and Mobil Super™ motor oil and synthetic motor oil - Mobil™ Motor Oils""Mobil Delvac""Mobil Industrial website""The State of Competition in Gasoline Marketing: The Effects of Refiner Operations at Retail""Mobil Travel Guide to become Forbes Travel Guide""Hotel Rankings: Forbes Merges with Mobil"the original"Jamieson oil industry history""Mobil news""Caltex pumps for control""Watchdog blocks Caltex bid""Exxon Mobil sells service station network""Mobil Oil New Zealand Limited is New Zealand's oldest oil company, with predecessor companies having first established a presence in the country in 1896""ExxonMobil subsidiaries have a business history in New Zealand stretching back more than 120 years. We are involved in petroleum refining and distribution and the marketing of fuels, lubricants and chemical products""Archived copy"the original"Exxon Mobil to Sell Its Japanese Arm for $3.9 Billion""Gas station merger will end Esso and Mobil's long run in Japan""Esso moves to affiliate itself with PC Optimum, no longer Aeroplan, in loyalty point switch""Mobil brand of gas stations to launch in Canada after deal for 213 Loblaws-owned locations""Mobil Nears Completion of Rebranding 200 Loblaw Gas Stations""Learn about ExxonMobil's operations in Egypt""Petrol and Diesel Service Stations in Egypt - Mobil"Official websiteExxon Mobil corporate websiteMobil Industrial official websiteeeeeeeeDA04275022275790-40000 0001 0860 5061n82045453134887257134887257

Frič See also Navigation menuinternal link

Identify plant with long narrow paired leaves and reddish stems Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?What is this plant with long sharp leaves? Is it a weed?What is this 3ft high, stalky plant, with mid sized narrow leaves?What is this young shrub with opposite ovate, crenate leaves and reddish stems?What is this plant with large broad serrated leaves?Identify this upright branching weed with long leaves and reddish stemsPlease help me identify this bulbous plant with long, broad leaves and white flowersWhat is this small annual with narrow gray/green leaves and rust colored daisy-type flowers?What is this chilli plant?Does anyone know what type of chilli plant this is?Help identify this plant