Home > Archive > PostScript > November 2005 > How to print single file from given tow pdfs with GS.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to print single file from given tow pdfs with GS.
|
|
|
| Hi EveryOne,
I know that this group is not the right place to post this
question BUT i do know few guys here good in ghostscript , and secondly
i don't know any other active mailing list or forum for post.
I have been intouch with ghostscript in past , now don't even have GS
installed on my machine but a friend of mine is doing some work with GS
and actually he has asked me this question.
Whar is the command to combine tow pdf files with GS? say i have a and
b file and i want to produce Both.pdf which will consist on a and b
files;-)
Regards,
ali
| |
| Jim Land 2005-11-28, 7:01 pm |
| "Ali" <abdulrazaq@gmail.com> wrote in news:1133197370.822686.213360
@z14g2000cwz.googlegroups.com:
> What is the command to combine two pdf files with GS? say i have a and
> b file and i want to produce Both.pdf which will consist of a and b
> files
http://www.google.com/search?q=merge+pdf+ghostscript
First result:
http://centaur.maths.qmul.ac.uk/Info/pdf-faq.html
Q: How can I merge PDF files?
A: ...run Ghostscript like this. Put all your PDF files in a single
folder, open a Command Prompt window on that folder and execute the
command:
gswin32c -sDEVICE=pdfwrite -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf
*.pdf
(or if you want to specify the files, or merge them in something other
than alphabetic order, replace *.pdf by a list of files).
| |
|
| Hi Jim,
Thanks for comprehensive reply + solution.
Cheers,
| |
|
| Hi again!
Does GS support chinese fonts? if not then how to print chinese
pdfs.
Regards,
ali
|
|
|
|
|