Badlooking fonts in pdf viewers

For some reason fonts in pdf documents are badly rendered, they're really uncomfortable to look at. I'm using okular with ghostscript engine. I don't have that problem anywhere else, so I believe it's ghostscript related. Didn't have that problem in Kubuntu, so it's a configuration issue.
What can I do to fix it?

As far as I see it's impossible to change the engine to anything else. I wish I had kubuntu box around here, but I'm 99% positive it's exactly the same there.
Just checked what fonts are loaded by okular in /proc/(pid)/maps with a sample pdf file:
mateusz@saturn:/proc/8858$ egrep -i '([ot]tf|pf[ab])' maps
7f5514353000-7f5514399000 r--p 00000000 08:11 74079                      /usr/share/fonts/TTF/arialbd.ttf
7f55148fa000-7f551492d000 r--p 00000000 08:11 74081                      /usr/share/fonts/TTF/ariali.ttf
7f551492d000-7f5514977000 r--p 00000000 08:11 74089                      /usr/share/fonts/TTF/cour.ttf
7f5514977000-7f55149bb000 r--p 00000000 08:11 74082                      /usr/share/fonts/TTF/arial.ttf
7f5515fe4000-7f5516070000 r--p 00000000 08:11 74033                      /usr/share/fonts/TTF/DejaVuSans-Bold.ttf
7f5516070000-7f5516108000 r--p 00000000 08:11 74049                      /usr/share/fonts/TTF/DejaVuSans.ttf
At least those aren't bitmap fonts, I have no idea why it renders them so badly.
Edit: Actually those fonts are loaded using fontconfig, but it may be that fonts are also included in a pdf file and the included font is rendered like that. I'm not sure how to check exact data in pdf file.
Edit2: File > Properties > Fonts in okular points only to ttf fonts.
Last edited by xaff (2009-04-12 18:28:58)

Similar Messages

  • Poppler based pdf viewers don't seem to honor embedded fonts anymore?

    I apologize if this thread is misplaced. I realize poppler is not in [testing], but since I ride [testing] and recently got the new xorg/mesa update that I believe may have indirectly prompted this breakage, I figured my thread would end up here anyway.
    After a recent upgrade, libpoppler based pdf viewers don't seem to render pdfs with embedded fonts quite right anymore.
    The last time I opened this pdf in evince was two or so weeks ago, and I just now noticed that evince has begun rendering it oddly. Here you can see some comparison screenshots between a ghostscript-based pdf reader (mupdf) and evince:
    Screenshot 1,  Screenshot 2,  Screenshot 3,  Screenshot 4.
    Unfortunately, I've been pulled away from my laptop for the last few weeks, and when I did an -Syyu recently, I had a fairly huge amount of packages to upgrade (making this issue even harder to debug ). If anyone wants to take a look at my pacman log, here's the log from the recent huge upgrade. And yes, I realize ghostscript, evince, poppler/poppler-glib and libspectre are in there.. but when I reverted to their original revisions from /var/cache/pacman/pkg, I still had the same symptoms.
    Sorry if I've overlooked anything glaringly obvious. I'm sleep deprived at the moment... though, if anyone has any suggestions on where to proceed trying to debug this issue from here, I'd really appreciate it... and thanks for taking the time to read this.

    jbsgi wrote:
    Thank you for replying.
    I'm fine with the reader's reader substituting Times for Times New Roman, Helvetica for Arial, etc. As you can see from the pub, precise typography isn't all that important.
    But you have no way to ensure that even those fonts are available on the viewer’s computer. Even if they are, how do you know how the substitution will occur? If I just replace every glyph (letter, numeral, symbol, etc.) in one font with another, but leave the glyphs where they are I might make the text unreadable.
    100 kb is a pitifully small threshold for saving a file for offline viewing. Unless this is meant to be read in Kazakhstan, then I’d ignore this arbitrary file size limit.
    About the hyperlinks issue when distilling a PostScript file: there’s nothing you can do about that, since PostScript files do not support hyperlinks. But you can export a PDF with hyperlinks, then Distill a PostScript file. Open the exported PDF and use Document > Replace Pages. Replace all the pages in the open (exported) PDF with all the pages in the Distilled PDF. Hyperlinks will remain.

  • Clearscan Errors in Preview and other pdf viewers

    I scan a lot of documents and have started using the ClearScan OCR option.  This produces very good quality scans and very small file sizes, but I've been running into problems when I try to read my pdfs in Preview or other pdf readers.  If I open a ClearScanned pdf in Preview and try to copy and paste some of the text, it pastes just fine.  If I save the pdf in Preview, however, and then try to copy and paste text, the result is something like this: "␣␣␣␣␣ ␣␣␣".  The PDF still looks fine, it doesn't change its visual appearance, but the OCR is no longer correct. This is a big problem because I use several other pdf readers to read and annotate my PDFs, and any time I save a ClearScanned PDF I lose the functionality of scanned text (since I can no longer copy and paste or even search the PDF since all the letters have been replaced with "␣").  Has anyone else had any problems with ClearScan?  Is ClearScan only compatible with Adobe, or is there any way to save a ClearScanned PDF so that it will work correctly with other PDF viewers?   Thank you!

    I have not tried it, but I've seen posted in another thread that one of the Preflight options in AA9 allows you to embedd the fonts created by the ClearScan process. This might fix your problem. You just have to figure out how to use Preflight!
    I just tried this - it's the "Embed fonts" option under the PDF fixups category. I can't tell if it will do what you need though, as I don't use Preview or any other PDF viewer. It did seem to embed fonts that were previously not embedded, though (a) they still didn't show up in the PDF Optimizer dialog, only in the document properties dialog, and (b) it seems like the ClearScan were embedded in the first place, even before I ran this Preflight.

  • How to embed font into PDF - Listener 2.0.2 FOP configuration

    I need to embed custom font into PDF report in order to print one of Slovenian characters: Č (C with caron) This character shows as # sign when I generate standard PDF report using Apex 4.2.2 and Listener 2.0.2. As far as I understand 14 native Adobe PDF fonts are based on Windows 1252 encoding. This encoding doesn't include mentioned Slovenian character.
    Oracle White paper http://www.oracle.com/technetwork/developer-tools/apex/learnmore/custom-pdf-reports-1953918.pdf says:
    "APEX Listener 2.0.2 supports only the Base-14 fonts. To configure additional fonts, see this document: Apache(tm) FOP: Fonts "
    I was able to embed my custom font into standard Apache FOP report server. Solution consist of saving two files my_font.ttf and my_font.xml to server and update of FOP userconfig.xml file (fonts part where path to saved 2 files have to be specified)
    How can I do this on Apex Listener 2.0.2 ? Where is located userconfig.xml file?
    Simon

    Hello Ivaylo Mutafchiev,
                                           There is no way we can control the fonts in the created PDF / while creating the PDF using the class cl_document_bcs in your PDF creation logic.
    You can try some other approach of creating PDF from the Smartforms OTF stream data .
    Try using the follosing FM for the PDF creation and sending email:
    CONVERT_OTF_2_PDF
    CONVERT_OTF_AND_MAIL
    SO_OBJECT_SEND
    CONVERT_OTF_AND_MAIL_NEW (Try this but this FM still uses  the class that you are using currently. But give it a try and see the results)
    Hope this answers your question.
    Thanks,
    Greetson

  • My MacBook has Leopard Printer has asked me to 'embed fonts' in pdf text. I have used Web but mostly out of date or Windows focused. Can you advise me how best to embed fonts on pdf documents created with TextEdit ?  Thank you.

    My MacBook has Leopard. A printer has asked me to 'embed fonts' in pdf text. I have looked csrefully on Web but mostly out of date or Windows related.
    Can you advise me how best to embed fonts on pdf documents created with TextEdit ?  Thank you.  PippinD

    Hi
    Level 2 posters and Above can report various posts.
    When they do so they have various options that they can attribute as the issue.
    I have reported your post.
    I found the one block of text very difficult to read.
    9:36 PM      Monday; January 28, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How to identify fonts in pdf using vc++

    Hi All,
              how to identify fonts in pdf using vc++. could you please help me out in this scenario.
    Thanks,
    Parthasarathy.S

    I believe there is a sample plugin in the SDK for doing this.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 15 Dec 2011 02:27:21 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: how to identify fonts in pdf using vc++
    how to identify fonts in pdf using vc++
    created by partha56<http://forums.adobe.com/people/partha56> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4086333#4086333

  • Embed font in pdf/a

    Hi everybody !
    I'm working on a SAP project and i wish know how to embed a font in a pdf/a file. I can not use common methode to process it. I can not use Acrobat or Microsoft Word in order to embed fonts.
    Is anyone knows how can i embed fonts in pdf/a ? i've try to use embedded file stream dictionary and File specification dictionary but it's not allowed in pdf/a.
    I read many and many times the PDF Reference 1.4 in order to know how to use font in that file but i did not find something ...
    Any ideas ?
    Thanks a lot
    Noel Adrien

    Hi,
    I've not explain my issue enought :
    My problem is that i use a standard program from SAP for generating pdf file. Then, i've to create a pdf/a file with this pdf.
    And the two last things that i need to complete the file ( in respect with the ISO 19005 ) is managing colors and embed fonts.
    Is anyone knows how can i embed fonts in pdf/a file without using any software ? Clearly, what are the changing in the file ?
    regards,
    Noel Adrien

  • Thick border around hyperlink in exported PDF (in some PDF viewers)

    We are seeing an issue with the formatting of hyperlinks once a report is exported to PDF.
    The problem is that the resulting PDF shows a thick black border around the hyperlink, but only when viewed in certain PDF viewers.  For example, the formatting looks fine in various versions of Adobe (both Reader and Acrobat), but when viewed in PDF Converter Pro (our company's new standard) we see the thick black border.
    Also, GSview completely chokes and refuses to display the PDF.  Not sure if this error message is a red herring..
    The problem occurs in PDF's created by the following Crystal environments:
    - Full version of Crystal 2008 designer (even though Print Preview looks okay)
    - A .NET web application built on Crystal 2008 components
    - A .NET Windows application built on Crystal 8.5 components
    It seems that our PDF output file has had this problem for at least the two years that we have been generating these reports, but was not noticed until we switched to a new standard PDF viewing application ([PDF Converter Pro|http://www.nuance.com/imaging/products/pdfconverter.asp]).
    Initially, I thought that Crystal was relying on our installed PDF creation tool to generate the PDF, but I understand from this thread that Crystal uses its own PDF engine:
    [Version of PDF export Engine|Version of PDF export Engine]
    Any advice would be appreciated.  From what I have learned so far, I think our best option might be to find a way to get users to use Adobe Reader to view the problematic PDF files.
    Edited by: Shannon Wagner on Sep 23, 2009 5:16 PM - (Removed GSView output since it seemed to be messing up the format of the post.)

    Hola,
    does anyone know if this bug (and yes, it is a bug), has been fixed in any later version of crystal reports ?
    I am using Crystal 2008 and any object with a defined hyperlink is getting a black border written into the PDF when the settings on the control explicilty say 'None' for all 4 borders of the object. This is true when the pdf exported from CR is viewed on the latest versions of Snow Leopard (Mac OSX 10.7) on any Mac computer.
    This is a posting for a mac forum circa 2009 which still applies at the the time of my posting here - http://hintsforums.macworld.com/archive/index.php/t-106893.html
    The problem is that the PDF exported from CR is being generated with the following settings for the border of the affected objects:
    /Border [ 10 10 10 60 ]
    if the top,left,right,bottom border in CR is set to 'None', then the reports designer should actually be outputting this:
    /Border [ 0 0 0 0 ]
    if you open the PDF in TextEdit on the mac and make the above change, the borders disappear. However this is obviously not a suitable work-around for an end-user.

  • Fonts in pdf files show as squares

    My new lion imac renders some fonts in pdf files as squares. I trensferred applications and setting from my old snow leopard macbook which was working ok. Problem appears in preview, skim, filemaker but not in adobe reader. Seems like the lion pdf renderer is not working correctly?

    It seems that the problem is with good old Helvetica. Acrobat Professional identifies the "boxed" fonts as:
    Helvetica
    Type: Type 1
    Encoding: Ansi
    Actual Font: Helvetica
    Actual Font Type: TrueType
    According to FontBook, this Helvetica is installed on my system:
        PostScript name    Helvetica
        Full name    Helvetica
        Family    Helvetica
        Style    Regular
        Kind    TrueType
        Language    Afrikaans, Albanian, Azerbaijani, Basque, Belarusian, Bulgarian, Catalan, Cornish, Croatian, Czech, Danish, Dutch, English, Esperanto, Estonian, Faroese, Finnish, French, Galician, German, Greek, Hawaiian, Hungarian, Icelandic, Indonesian, Irish, Italian, Kalaallisut, Kazakh, Latvian, Lithuanian, Macedonian, Malay, Maltese, Manx, Norwegian Bokmål, Norwegian Nynorsk, Oromo, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Somali, Spanish, Swahili, Swedish, Swiss German, Turkish, Ukrainian, Uzbek, Vietnamese, Welsh, Zulu
        Version    7.0d20e1
        Location    /System/Library/Fonts/Helvetica.dfont
        Unique name    Helvetica; 7.0d20e1; 2011-04-05
        Copyright    © 1990-2006 Apple Computer Inc. © 1981 Linotype AG © 1990-91 Type Solutions Inc.
        Trademark    Helvetica is a registered trademark of Linotype AG
        Enabled    Yes
        Duplicate    No
        Copy protected    No
        Embeddable    Yes
        Glyph count    2.194
    I guess there is a Helvetica mix-up. The PDF seems to contain a Type 1 version, which is substituted with the standard Apple system Helvetica dfont version, but they don't match.
    This is indeed a long-standing problem, not really Lion specific. But I would have thought that by now it would have been solved. Why all those conflicting font formats and encodings anyway? What a mess this is!

  • Embedded fonts in PDF

    Hello
    we need to embed our own font "Frutiger" in our AdobeForms.
    I installed fonts (TTF) in the Adobe Directory already and
    edited XFA.XCI File already but Fonts are not embedded.
    I attached a screenshot of the File and the TTF Font.
    Any ideas why this is not working ?
    BR,
    Sebastian

    Dear Sebastian,
    I checked your PS fonts from folder "Frutiger Next PC PS Single",
    please see my steps below:
    1) I copied this two folders from "Frutiger Next PC PS Single",
    "Condensed" and "Standard" to ADS server folder /usr/sap/
    <SID>/SYS/global/AdobeDocumentServices/FontManagerService/fonts/customerMore information you can find in manual:
    http://help.sap.com/saphelp_nw73ehp1/helpdata/en/4b/95ae9c26f26e83e10000000a421937/content.htm
    2) I edited a custom_xfa.xci file (can be a xfa.xci file).
    More information in SAP Note: 1815722 - How to embed specific font on
    PDF output
    3) I created PDF and fonts Frutiger are embedded.
    Please check my PDF attached "sample.pdf". You can find there also my
    custom_xfa.xci file.
    Your question:
    Where to find in TTF and PS (*.afm,*.inf, *.pfb) the font name to be
    noted in xfa.xci?
    Please look at SAP Note 1815722 - How to embed specific font on PDF
    output -> Solution -> 1. Find out correct font name
    If issue still exist please send to us second time an ADS font trace
    information (SAP Note 1717189) and please create a PDF (print preview)
    with additional info (template, data, ...) by the note 944221 chapter
    "Generated PDF with additional information".
    1. Call the Form Builder (transaction SFP).
    2. Choose "Utilities -> Settings".
    3. In the dialog box, choose the option "Very Detailed Trace" for
    "Trace Level" under "Runtime Information".
    After that generate the PDF and send to us.
    Best regards,
    Piotr Kaczmarek
    SAP Active Global Support

  • Unable to view OCR FONT in PDF preview

    Hi,
    I am working on XML Publisher report. I have developed an RTF, in which i have number whose font is OCRA. When i preview the rtf as PDF, the number doesn't show the font as OCR, it displays the number in a different font.
    So can you please help me why is this happening? and how can i display OCR FONT in pdf.
    Thanks.

    Thanks for your time.
    Yes i was trying on my desktop, but now i have been able to display/preview OCR font in PDF output.
    To do this,
    I downlaoded OCR FONT to my client computer.
    In the template, go to custom properties (File/Properties/Custom) and add the following property for each special font:
    Name: xdo-font.<font display name>.normal.normal
    Value: truetype.<font path and file name>
    Example 1
    xdo-font.OCR A Extended.normal.normal
    truetype.C:\WinNT\Fonts\OCRAEXT.TTF
    Example 2
    xdo-font.IDAutomationMICR.normal.normal
    truetype./u204/custom/12.0.0/others/IDAutomationMICR.ttf.
    The above solution worked for me only in case of previewing pdf output from template on my client machine, it dint worked form applications because i haven't installed the font on Linux/Apps server.
    I now have to figure it out to get it work from Applications. So please let me know if you know any solution on the steps to follow to download/install the fonts on server to have it effective from applications.
    I appreciate your help and time.
    Thanks.

  • Use of Fonts in PDFs

    1. Can I create PDFs of documents that use fonts (that were installed in my Macintosh upon installation of Adobe Creative Suite CS5) for creating proofs for client approval and for sending to supplier for output?

    The same applies to all fonts either licensed from Adobe (typically via adobe.com) or licensed via being bundled with Adobe applications. All these fonts have at least preview and print embedding privileges which means you can embed the fonts in PDF (or EPS) files and redistribute the resultant PDF (or EPS) files without any limitation for personal or commercial purposes. Obviously, you cannot redistribute the raw font files!
              - Dov

  • Cant get the font on PDF document and alignment

    I cant get the font on PDF document and alignment eventhough I have margins to 0 still getting some space from the top and left side.
    I have added fonts to CF Admin and restarted too still same issue. I am able to see fonts are added in CF Admin.

    I suspect there is a little bit of padding between the HTML content and the edge of the PDF page. You could solve the problem by specifying the fonts and margins using the HTML style property, like this, for example:
    <cfdocument format="PDF" pageType="A4" marginBottom="0" marginLeft="0" marginRight="0" marginTop="0">
    <head>
            <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <style>
            body{font-family:arial,sans-serif;font-size:100%;margin-top: 0px; margin-left: 0px; padding: 0;}
            p{font-family:"Times New Roman", Times, serif;font-size:14px}
        </style>
    </head>
    <body>
    <!--- Content of your document --->
    </body>   
    </cfdocument>

  • EMBEDDING POSTSCRIPT FONTS INTO PDFS

    Used Quark Xpress 3.31 on Windows 98/Millenium/2000, made ps file, distilled to PDF. Worked great. All fonts embedded in PDF. Files worked great for prepress. Can't update Quark because of maths program I use that won't work on later Quark versions and can’t get math program upgrade. Trying to update to Windows XP. With XP postscript fonts will not embed in PDFs via Quark 3.31/Acrobat Distiller 4. Fonts will only show in Courier on PDF, although using Word same fonts will distill and show in PDF preferences/fonts list – so fonts are working. Have tried Universal Document Converter 5.3 as straight PDF converter. Fonts show on PDF but not showing as fonts embedded in preferences/fonts in PDF. Trying Adobe Acrobat Pro 10 but does not seem to work either. I think it is an issue with Quark 3.31 and later Windows platforms. Any suggestions out there on problem/solution? I may have to be stuck in the middle ages with software. Thanks

    I may have to be stuck in the middle ages with software
    People have the best experience when their application software, their OS software and their hardware are moving forward together. But you've pretty much just stuck with what you have for the past 16 years.
    I'd guess that the problem is that QuarkXPress 3.31 (which came out in 1996, according to Wikipedia) is probably incompatible with Windows XP (which came out in 2001).
    Either you stick with what you have or you'll have to replace all your software. Assuming you want to stick with QuarkXPress, you'll have to find new math software which works with a later version of QuarkXPress. This will then require you to probably upgrade your hardware and update your Windows software. Since you waited so long, this will take some work.

  • How remove embedded font from PDF

    When I print to PDF on Mac OS 10.6.8 by default embed fonts to PDF-file. It add unnecessary bites to PDF-file (the file is huge size).
    How to remove this option of fonts embedding? Or how remove embedded font from PDF file?

    After opening dozens and dozens of linked files,I finally found the offending "empty line of text" in one of the AI files I placed in the INDD file. Open > Select All.... then check the font panel. With mixed fonts, it was empty, but if everything was the correct font, it was filled in. It was just one AI file.
    I want to thank you all for your great ideas and for sharing your experience. Onward, now.

Maybe you are looking for

  • Configuring MDB to listen to external destination

    Hi, Let me start by explaining the setup. I have installed Sun MQ in a server lets say serverMQ and have created a Queue by name QueryQueue. Application server is installed in another machine (serverAS). Configured the file system based objectstore f

  • Maxl Script running Issue in Essbase 11.1.2.2

    Hi All, We have a Maxl Script which takes Level 0 Backup of the Database. We have migrated the apps to the new server 11.1.2.2 and this script is not running in the new server but it works fine in the Old Server.We have the code like this in the scri

  • ORDERS05 IDOC to flat file - mapping question

    I have a requirement to convert an ORDERS05 IDOC to a "flat" structure for one of our vendors. When the IDOC has the following data, the mapping works well Input ===== ORDERS05    - E1EDP01       POSEX        00010       - E1EDPT1           -E1EDPT2

  • Problems with trying to create a dynamic pop up list on Forms 9.0.4

    Here is the scenario I have: I have a form with multiple tab pages. On one of those tab pages I have a list item that is intended to produce a list of options when a user clicks on the down arrow icon common to these objects. This list item is not go

  • Building an image previewer

    Hi all Looking for advice on which direction to go to develop an Illustrator CS2 previewer app - displaying thumbnail of PDF Compatible .ai files. I want to tap into how the finder does it I guess. I've written scripts in AppleScript and JavaScript f