This simple tutorial shows how to convert postscript .ps file to pdf in Ubuntu.
ghostscript package contains a group of command line tools, in which ps2pdf converts .ps file to .pdf file.
I have a ps file,and converted it to a pdf file using ps2pdf.
ps2pdf elden.ps elden.pdf
When I open the pdf file in evince, and try to select some text in it using my mouse, the selected content is not the text but some incomprehensible symbols, and also it cost a lot of memory for opening the ps and pdf files and a lot of CPU time for selecting.
I was wondering how to convert the ps to a p
If man -t ls | ps2pdf - > ls.pdf is useful for outputting the ls man page via ps2pdf to pdf, what about info pages?
I've tried something like the following but with no success:
info -o info | ps2pdf - > info.pdf
All this does is output a blank pdf file called info.pdf and output the body into a text file.
Hi All,
I have a requirement, where i have create a pdf file in unix. I have gone through few links and understood that it could be done in 2 step manner.
- Create a .ps PostScript file.
- Pass .ps file to p2pdf command to create the pdf.
But i am having trouble creating the .ps file. I have learned that a2ps is the command to create it.
When I try to print pdf documents that have been created from ps documents by ps2pdf, the output is corrupted. Many letters are missing but included graphics are printed just fine. This happens with my HP printer and with cups-pdf, when I print the pdf document to a new pdf document. There are no errors in the logs, so I don't know what is goning wrong.
Hi,
I want to create batch file using shell script. I am new to this world.Please help me to create batchfile.
Batch file should contains following:
Requirement is get the .zip file from the specified path and unzip the .zip file to some specified folder.
This requirement I need to create batch file using shell script. Explain me what are the requirement needs to be installed for this?
I have a pdf that is 8MB which I need to reduce down. I used ghostscript with this command:
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dNOPAUSE -dQUIET -dBATCH -sOutputFile=passport_complete_natarized_small.pdf passport_complete_notarized.pdf
This shrunk the file to 497KB but has now rendered the quality to low.
Hi, I'm new here.I try to remastering the install from https://wiki.archlinux.org/index.php/Re … nstall_ISOYeah, customisations are fine, but Finally I missed Creating a new ISO section.Once you have edited your custom ISO to your needs, you must create a new ISO image.
hi
i have create a soft link using below command.
Code:
ln -s <filename> <dirmane>
where file name i use is t1 and dir name was t2.
i deleted the dir t2 using command
Code:
rm -rf
to remove the soft link .
however again i create a file a using the name t2 and when i just try to link t1 to t2
Code:
using command ln -s t1 t2
it is showing
Code:
file exists