Preview App using odd fonts...

Hi,
When I view some PDFs (notably ones generated by websites - like a Skype Invoice) Preview App displays some of the text using a horible font that looks a bit like 'Impact' - Opening the same PDFs in Acrobat shows them as they should look - with a nice font like Arial or Helvetica or some such.
Any clues as to how to fix this?
See my example screenshots here:
http://www.itsnotallwork.com/dl/Picture 4.png (Preview)
http://www.itsnotallwork.com/dl/Picture 5.png (Acrobat)
Pdf is here:
http://www.itsnotallwork.com/dl/invoice.pdf
Thanks,
Guy

Not sure how to fix the issue - something to do with the font cache I would think - but your post needs a tiny bit of help. when posting a URL with a space in the name you either need to enclose the whole thing in brackets or use html tags (or if it is just a single one replace the space with %20, like so:
<http://www.itsnotallwork.com/dl/Picture 4.png>
<href a="://www.itsnotallwork.com/dl/Picture 4.png">http://www.itsnotallwork.com/dl/Picture 4.png</href>
http://www.itsnotallwork.com/dl/Picture%204.png

Similar Messages

  • Trouble with Preview not using embedded fonts in a PDF

    I have a client I'm working with that is generating PDF reports for various organizations in various languages. They are using an Arial Unicode font but are using different encoding for some of the more unique languages. To ensure the report will be viewable regardless of installed fonts, they are embedding the font.
    Most of the languages are showing up fine in preview, but three languages are giving me trouble. Specifically Greek, Russian and Thai which are using encoding EL8MSWIN1253, CP1251, and TH8TISASCII.
    Basically the question is whether there is some toggle that will tell Preview to use the embedded font? Or something we can put into the PDF (the pdf is created using FPDF) that will allow a user to know which font/encoding they'll need to install in order to properly view the document? (I'm actually trying to figure that out myself...which font I need to install to get preview to view the document properly).
    Thanks in advance for any help.

    Actually, I got that example to work... here are the changes
    I made...
    <mx:htmlText>
    <![CDATA[You can vary the <font size='20'>font
    size</font>,<br><font
    color="#0000FF">color</font>,<br><font
    face="Courier New">face</font>, or<br><font
    size="18"color="#FF00FF"face="Times New Roman">any combination
    of the three.</font>]]>
    </mx:htmlText>
    As I said above, I have found errors in the code of the help
    docs... this is yet another one of them. Usually its spaces in the
    wrong place, or no space at all, or missing ) or ], or a case
    sensitivity issue.
    If you got your custom font to display, that should work...
    but then again.. what should work, doesn't always.

  • Apps using larger font in my new iPhone 6

    I just received my iPhone 6 this morning and I've noticed all my apps are opening in a larger more pixelated font. I tried resetting the phone but it's still in this large ugly font. what can I do to change it back to the correct font

    Its the way iPhone 5 apps are scaling, its now upto the app developers to update their apps for the new screen sizes. I would say a couple of months for most major apps. Some devs are really fast and have already updated their apps for the new screen sizes, like wunderlist. As of now there is nothing that you can do to make the fonts smaller, just wait till the developers catch up.

  • The problem with mail app using Helvetica font (Mountain lion 10.8.2)

    I used mail application to send an email (Korean Language) with Helvetica font. However, the receiver could not read the content because a mess content with symbols was displayed. How can I solve this problem?
    Thanks a lot

    chiennguyen wrote:
    I used mail application to send an email (Korean Language) with Helvetica font. However, the receiver could not read the content because a mess content with symbols was displayed. How can I solve this problem?
    You didn't really use the Helvetica font, because that font has no Korean characters.  You just sent Korean text in an encoding which the recipient did not understand.  Use the Message > Text Encoding menu before sending to try a few different encodings, like UTF-8, Korean EUC, and Korean Windows, to see which one works best for that receiver.

  • How can I know what the font(s) is/are used in PDF using 'Preview.app'?

    As the subject, thanks in advance!

    AFAIK, you can't with Preview. Use Adobe Reader to ascertain the embedded fonts.

  • Preview.app crashes whenever I use a key command

    I've had this very annoying problem for quite a while now, and so far I haven't been able to find a solution for it.
    Whenever I use a key command in Preview.app it either freezes or crashes or both. I can use all the menu options, just not trigger them with a key command.
    So I can use the app just fine, just so long as I remember to not use the key commands, but it's just that having been using apple key commands since 1986 it's really hard to not acidentally hit any of them while in Preview.app, and every so often I accidentally do … sometimes losing unsaved changes in the process.
    I'm not sure when the problem first occurred, but it dates back to Lion at least and it's still there in Mountain Lion as well.
    I thought it might be some extension or some background app clashing with Preview.app, but when starting up holding shift the problem remains.
    And the problem is local to my user account only, and Preview.app works just fine in other user accounts.
    So I figured I'd just trash the Preview.app prefs and all would be well, but no go. Unless there are some more hidden prefs of some kind that I don't know about.
    So, something local to my user account only screws up key commands in Preview.app only, and I can't figure out what or how to solve it.
    I may end up having to migrate the contents and settings of my account to a new user account to solve this, but that soundsa lot like surrendering doesn't it? ;-)
    And I thought I'd give it one more try to figure this out before I put myself through a migration process. ;-)
    Ideas anyone?

    Ha! Fixed it!
    Kept reading all "Preview+plist" threads and found this one: https://discussions.apple.com/message/17195650#17195650
    And sure enough, trashing ~/Library/Containers/com.apple.Preview/ reset the preferences for Preview.app and now all key commands work without crashing.
    But if erasing that folder, and more importantly the plist in it, did reset the preferences, that would suggest the preferences were being saved there. So I now changed the prefs and quit the app, and then trashed the containers folder again, and restarted the app. But strangely the prefs remained. So I thought, well if the prefs were being stored there, maybe erasing that plist made Preview reinstate the regular plist in the regular Preferences folder? But no go, as there's still no regular Preview plist in the regular Preferences folder.
    So now, there's no regular plist, and erasing the Containers folder no longer resets the prefs, but changes to prefs are still being saved somewhere … so where the **** are they being saved now? It's like they just keep burrowing down further into the ground with every attempt to erase them. What the **** is going on? ;-)
    Anyways, the initial problem is solved, so … maybe I should just let the mystery remain? ;-)

  • Custom fonts on iOS app using AIR 3.9

    we are building an app for iOS using AIR 3.9 where we have to display the text using different fonts which are not available on iOS 5 or later. To fix this issue we have found a solution using XCode via ANE where by using "CTFontManagerRegisterGraphicsFont" class we can download the font from a location and register it on the device(working on mac using simulator ).  But when we are packaging the ANE with AIR 3.9, it gives us the error which says that:-
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "_CTFontManagerRegisterGraphicsFont", referenced from:
          ___setPath_block_invoke in libnet.example.download.a(IOSFontLib.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    can anyone suggest where we are going wrong!
    thanks in advance

    According to this post, using CTFontManagerRegisterGraphicsFont should still work on iOS too:
    http://stackoverflow.com/questions/4942449/ios-programmatically-add-custom-font-during-run time
    since it requires the CoreText framework have you included the following option in your <linkerOptions> set in platform.xml?
    <option>-framework CoreText</option>

  • Lion Preview.app crashes every time i use a key command

    Whenever I use a key command in Preview.app it crashes.
    I'm fine selecting any command from the actual menus, but as soon as I use the key commands for the same functions the app crashes.
    (And we're talking also basic stuff like command N or O or even Period to exit an Open dialog.)
    So … anyone have any ideas?
    I've tried trashing all Preview preferences in my library folder, and I've repaired permissions, and I've tried a safe boot … but the problem remains.
    The problem is local, and everything works just fine for other user accounts on the same machine. But I'd rather solve the issue than migrating all my data to a new account.

    Ha! Fixed it!
    Kept reading all "Preview+plist" threads and found this one: https://discussions.apple.com/message/17195650#17195650
    And sure enough, trashing ~/Library/Containers/com.apple.Preview/ reset the preferences for Preview.app and now all key commands work without crashing.
    But if erasing that folder, and more importantly the plist in it, did reset the preferences, that would suggest the preferences were being saved there. So I now changed the prefs and quit the app, and then trashed the containers folder again, and restarted the app. But strangely the prefs remained. So I thought, well if the prefs were being stored there, maybe erasing that plist made Preview reinstate the regular plist in the regular Preferences folder? But no go, as there's still no regular Preview plist in the regular Preferences folder.
    So now, there's no regular plist, and erasing the Containers folder no longer resets the prefs, but changes to prefs are still being saved somewhere … so where the **** are they being saved now? It's like they just keep burrowing down further into the ground with every attempt to erase them. What the **** is going on? ;-)
    Anyways, the initial problem is solved, so … maybe I should just let the mystery remain? ;-)

  • Embedded fonts not displaying in Preview.app

    I occasionally get PDF documents with embedded fonts in them. They look fine in Adobe Acrobat, but opening them in Preview.app makes the system fall back to some ugly default font.
    I keep a copy of Acrobat reader laying around pretty much only so I can open these files. This behavior is consistent across computers and has been occurring on OSX for ages. I can provide an example PDF is anyone who knows about these things would like to take a look at it.
    Any thoughts on the matter?

    Check out this thread:
    http://discussions.apple.com/click.jspa?searchID=4541194&messageID=5729015

  • Why do I keep getting a message saying: "Firefox.app wants to use the font "Bodonti SvtyTwo ITC TT Book" on the volume "Backup" ?

    Underneath this alert it says:
    "This font is not installed. Allow Firefox.app to use this font?"
    How can it use this font when it is not installed?
    Why does it have to keep asking me no matter how many times I push Allow or Don't Allow?

    You're welcome and thanks for confirming that the instructions worked.

  • Using custom fonts in app development?

    Could somebody inform me if it is possible to use custom fonts of choice when developing an app. If so are there any restrictions? I have read that sinds OS 3.2 iPhonesupports custom fonts, ttf and otf  fonts. Is this not the case also  for the ipad? Or am I completely off track?
    If one can add custom fonts do they work along the same lines as embedded webfonts, availale for all users even if they are not  on their ipad?
    I am a media design lecturer looking for correct info for my students who are doing the visual design voor an app.
    Thanks in advance.
    Toronot00

    Hi William
    I found one error. In the skin file, I had added a dependency to my css. It was missing a slash (/) to point to the correct folder level. Now that I've added that, the TOC displays the same font as the Index, Search results, and the topic (content, breadcrumbs, and footer). So, that's good, but on closer inspection, it looks like Verdana, not my custom font.
    I changed the font in whthost.js to the name of my custom font and generated the help, but it made no difference. I also changed the font and just opened the help without generating and got the same results.
    For your second suggestion, you mean whtdhtml.htm not whtdhtml.js? The custom font is in the lines:
    setFont("Normal", "MyFont","10pt","Black","Normal","Normal","none");
    setFont("Hover", "MyFont","10pt","#004080","Normal","Normal","underline");
    I added the <font> tag to this file, but the tag just shows up as plain text within the webhelp TOC (no matter where I insert it in the file).
    I also tried changing the font to my custom font for the Index body and Search results using the steps in Rick's Skinny on Skins (editing the whibody.htm and whfbody.htm files). When I do this, the serif font appears in the Index body and Search results.
    It seems like the files cannot "see" my custom fonts (which are in a folder at the same level as my css).
    Deborah

  • What Apple apps use Helvetica and Helvetica Neue fonts of the System fonts?

    Hello,
    What Apple applications need the System fonts (Helvetica and Helvetica Neue) ?
    I know that firefox Ical Ichat use those fonts but i want to know ALL the apps !
    if you could help me it wiil be cool
    thanks

    Why are you asking? If you tell us more about your hunt for Helvetica, there may be other sources we can point you to, for instance, this one. Or this one. These may be helpful, if you are a graphic designer.
    EDIT: In Kurt's tip besides stating, +"For Leopard, the .dfont supplied versions of Helvetica and Helvetica Neue are necessary for Mail, iPhoto 7 and iLife 08."+
    He also mentions, +"If you have installed Acrobat or the free reader, you will find more PostScript versions of Helvetica and Courier in these application's Support folders. Since none of them are in a location that will be automatically activated by OS X, they can be left alone. Only those applications that installed them will use those fonts if they are not already active otherwise"+. So that may be another instance of Helvetica.
    -mj
    Message was edited by: macjack

  • I keep getting the message: Mail.app wants to use the font "Garamond" etc

    I keep getting the message: Mail.app wants to use the font "Garamond" etc
    even if I tell it not to bother me again, it does.

    On your iPad or a Mac?
    You posted in the iMac community but your profile indicates an iPad 2.

  • Preview App Fonts

    I'm editing photos at the Preview App and adding texts. I was able to change the font size manually (As in type the size i want) until yesterday. I must have pressed something but i can't figure out how to undo it! Is there anyone who knows? I can still do this in Pages etc. but I must have done something in Preview

    I was running Mavericks for my screenshot and chose the font/size in the edit toolbar of Preview.
    Which OS version are you on? And how are you getting that font window to pop up? That is usually a pop up within a word processing app, not Preview.
    The Yosemite version of Preview has this toolbar:

  • I have just upgraded to OSX Mavericks and I have an annoying issue, this happened after I used clean mymac app and do some routine scanning. After it was done, I have noticed that Preview app doesn't work anymore, it just keeps crashing up until now

    Anyone having issues of Preview.app crashing in OSX Mavericks?

    Chonggi wrote:
    Anyone having issues of Preview.app crashing in OSX Mavericks?
    No but CleanMyMac ca cause destructive issues to your system. I would recommend uninstalling it completely as per the Developers instructions, and if Preview still is not working, then chances are good that CleanMyMac has corrupted it and you may need to reinstall Mavericks (after backing up your system)
    Cheers
    Pete

Maybe you are looking for

  • Difficulty texting and and making calls after iOS 8.2 update on iphone 5

    Hi Since upgrading to iOS 8.2 on my iPhone 5 a couple of months ago I have had cellular connectivity problems. But even when I have several bars of reception texts won't send / receive and phone calls fail. iMessage and wifi connection is unaffected.

  • I need some serious iTunes help or I'm going to throw my iPod in the pool..

    Okay...here's my problem. I cannot import. There is no import button at all. There is on my husbands computer but not mine. I have repaired iTunes in the add/remove programs and I just uninstalled and reinstalled iTunes. I'm trying to put my son's CD

  • 0IC_C03 Inventory stock- Please help

    Dear all. We have compressed the cube 0IC_C03 with the "No Marker Update" option selected. Now we found out that our stock reports are not working fine any more. we are not sure if running the compresion with this tick is the one causing the issue. I

  • Verizon Tones

    I down loaded a ringback from Verizon Tones.  I am unable to find it on my phone.  It's not under setting, sound, phone ringtone.  Where do I find it so I can set my download as a ring tone?

  • Yosemite upgrade, all projects crash FCP-X

    I recently purchased a new 5k iMac, and installed it with a TimeMachine backup of a mid-2011 imac. I am able to open the Library, and view Events and clips; however, any Project I try to play crashes FCPX. Old iMac: mid-2011 Mavericks 10.9.5 12GB RAM