Re: Need help on GhostScript Utility
Chris Liddell <[email protected]> Wed, 10 May 2017 22:22:04 +0100
| Newsgroups | gmane.comp.printing.ghostscript.devel |
|---|---|
| Message-ID | <CAGy8pWrAsynTFMxv62vXy1GG1f31YpaRHeGH5VZiWLEY1+NTQg@mail.gmail.com> |
The first thing to say is that Ghostscript doesn't "merge" PDF files. The files are interpreted into graphics primitives, and then those are assembled into a totally new PDF in the output. Since you've given no hint at all as to what the problem you see might be, it's rather hard to guess at a cause, or suggest a solution. If the fonts are embedded in the input files, however, the most common issue that arises in these cases is that the input PDFs do not follow the guidelines for embedding subset fonts properly, thus meaning we can't differentiate between two different subsets of the same fonts, and you end up with the wrong glyphs being displayed. There really isn't much we can do about that, and anything we can do at the moment has other potential issues. But, as I said, "some problem with the font" isn't much to go on. Oh, and sending a mail to a public mailing list and including a rather lengthy "confidentiality notice" seems rather pointless. Chris On 10 May 2017 at 21:39, Rakhi L Ramwani <[email protected]> wrote: > Hello Team, > > > > We are using GhostScript utility to merge the PDF into single PDF. Below is > the command which is used to merged the PDF. > > > > Command: /usr/bin/gs -dBATCH –dNOPAUSE -I > -sFONTPATH=/usr/share/fonts/default/ghostscript -q -sDEVICE=pdfwrite > -sOutputFile=FINAL.PDF 001.PDF 002.PDF 003.PDF > > > > PDF are getting merged but there seem to be some problem with the font. We > need Calibri and Calibri bold font for the Merged PDF. > > > > Is there some way to solve the problem? Please provide the solution with > example. > > > > Thanks in Advance! > > > > Regards, > > Rakhi > > CONFIDENTIALITY NOTICE: THE CONTENTS OF THIS EMAIL MESSAGE AND ANY > ATTACHMENTS ARE INTENDED SOLELY FOR THE ADDRESSEE(S) AND MAY CONTAIN > CONFIDENTIAL AND/OR PRIVILEGED INFORMATION AND MAY BE LEGALLY PROTECTED FROM > DISCLOSURE. IF YOU ARE NOT THE INTENDED RECIPIENT OF THIS MESSAGE OR THEIR > AGENT, OR IF THIS MESSAGE HAS BEEN ADDRESSED TO YOU IN ERROR, PLEASE > IMMEDIATELY ALERT THE SENDER BY REPLY EMAIL AND THEN DELETE THIS MESSAGE AND > ANY ATTACHMENTS. IF YOU ARE NOT THE INTENDED RECIPIENT, YOU ARE HEREBY > NOTIFIED THAT ANY USE, DISSEMINATION, COPYING, OR STORAGE OF THIS MESSAGE OR > ITS ATTACHMENTS IS STRICTLY PROHIBITED.