Distiller "can't find font" error with MS-Gothic and ArialUnicodeMS

Hi. I'm tried to verify that Distiller (both 9 and XI) and PDF Generator (11.0 SP1) are able to generate PDFs from Postscript files using a variety of fonts. Almost every font that I tried works perfectly fine, but MS-Gothic and ArialUnicodeMS both fail with "can't find font" errors. I've verified font configurations in both Distiller and PDF Generator, and lots of other fonts work fine. I've also verified that the two fonts are installed, enabled, and can be used in other applications (e.g., MS Word). In fact, I can generate PDFs from MS Word documents on the same server that use both of those fonts. I suspect the errors are misleading in that those apps can find the fonts, but are unable to open or use them for some reason. I've been able to replicate this behavior both on Windows Server and Mac OS X.
Has anyone seen behavior like this? Any suggestions on how to get more information out of these Adobe apps to get a better idea what the real error is?
JJR

Addirional note: This is a java class within a JavaFX application if that is relevant.
It does seem to be relevant - if I create the same class as part of a Java application rether than a JavaFX application it compiles without error. Is the imported java.awt.GraphicsEnvironment different in the tow cases??
Edited by: Sidereal on Aug 28, 2009 11:19 AM

Similar Messages

  • Can't find symbol error with registerFont() - why?

    I am using the following code which is essentially the same as I copied from a post of someone for whom it apparently works. I am using JDK6 and Netbeans.
    No matter what I do the line containing registerFont() causes Netbeans to flag it with the following error message:
    cannot find symbol
    symbol : method registerFont(java.awt.Font)
    location: class java.awt.GraphicsEnvironment
    Here is the code. What do I need to do to get rid of this error?
    Thanks!
    import java.awt.Font;
    import java.awt.FontFormatException;
    import java.awt.GraphicsEnvironment;
    import java.io.IOException;
    import java.io.InputStream;
    import java.net.URL;
    import java.net.URLConnection;
    public class FontLoad {
    public Font downloadFont(String filename) throws IOException, FontFormatException{
    URL serverStream=new URL("xxxxxxxxxxxx.com");
    URLConnection uc=serverStream.openConnection();
    System.out.println("Connection established. Downloading font...");
    uc.setDoInput(true);
    InputStream is=serverStream.openStream();
    Font font=Font.createFont(Font.TRUETYPE_FONT, is);
    GraphicsEnvironment.getLocalGraphicsEnvironment().registerFont(font); // <-----
    System.out.println("Font downloaded.");
    is.close();
    System.out.println("Connection closed.");
    font=font.deriveFont(45);
    font=font.deriveFont(Font.PLAIN);
    return font;
    }

    Addirional note: This is a java class within a JavaFX application if that is relevant.
    It does seem to be relevant - if I create the same class as part of a Java application rether than a JavaFX application it compiles without error. Is the imported java.awt.GraphicsEnvironment different in the tow cases??
    Edited by: Sidereal on Aug 28, 2009 11:19 AM

  • How can i find my ipod with serial nuber and plz dont tell me nooo iyts not possible

    helpp

    I am going to tell you the truth. You can't. The SN will only help identify the iPod as yours if it is recovered.
    - If you previously turned on FIndMyiPod on the iPod in Settings>iCloud and wifi is on and connected go to iCloud: Find My iPhone, sign in and go to FIndMyiPhone. If the iPod has been restored it will never show up.
    - You can also wipe/erase the iPod and have the iPod play a sound via iCloud.
    - If not shown, then you will have to use the old fashioned way, like if you lost a wallet or purse.
    - Change the passwords for all accounts used on the iPod and report to police
    - There is no way to prevent someone from restoring the iPod (it erases it) using it unless you had iOS 7 on the device. With iOS 7, one has to enter the Apple ID and password to restore the device.
    - Apple will do nothing without a court order                                                        
    Reporting a lost or stolen Apple product                                               

  • Can't find home page with current bookmarks and pined tabs/home page reverted to Fire Fox start up page

    Some how my home page reverted to Fire Fox start up page and lost my up to date book marks/ this is very bad. I had just finished uninstalling some tag along programs that installed even when I hit decline when installing a program I received with the fire fox emblem that would automatically notify me of new updates on existing programs. How can I get it back?

    Hi renee98,
    Your question was posted in the Firefox OS support forums. This section is for the mobile device developed by Mozilla.
    However, from what you describe, it appears that your problem is related to the Firefox browser in your Windows PC. Is this correct?
    We look forward to hearing back from you so that we can continue to assist you.
    Thanks,
    - Ralph

  • How do I correct the error: adobe acrobat 9 distiller can not find its standard icc profiles.

    How do I correct the error: Adobe Acrobat 9 distiller can not find its standard ICC profiles. Please reinstall adobe acrobat to correct this problem?
    I have tried all the suggestion in the forums. But I keep getting the error. I reinstalled AA9 Pro and downloaded the updates. But I keep getting the error.
    I recently upgraded to Windows 7.

    You have permissions issues on the respective folders, e.g. Windows\System32\Color and so on. Fix them and allow all apps to access the contents.
    Mylenium

  • Distiller can not find its sdandard ICC profiles

    I have Acrobat X installed on Windows 7 (x64) as part of CS6 Master collection.
    Every 4-5 days during simple browsing I get an pop up with error:
    Distiller can not find its standard ICC profiles. Please reinstall Adobe Acrobat to correct this problem. And all .pdf files won't open any more till I reinstall Acrobat. Reinstalling it every week is pretty annoying, any idea how to get rid of it?

    Hey Tatjana.Esin,
    Please install Distiller ICC profiles from the below given link:
    Adobe - ICC profiles : For Windows
    Unzip this file and copy all .icc files to this location: "C:\Windows\System32\spool\drivers\color"
    These new files would probably overwrite old ones thus resolving the issue.
    Please check and let me know.
    Regards,
    Anubha

  • Can't find Centered look with Top Menu

    Can't find Centered look with Top Menu
    In SharePoint 2013 (with O365 subscription), when I go to Site > Change the look I see mainly two types of layouts:
    1. Left aligned with top menu
    2. Centered with left-side menu
    Is this some sort of best practice? I'm trying to find a "look" that is centered (or full screen) with top menu - which seems to be the most common in most cloud CMS'es out there. Is there one in-built?
    I tried modifying the Stylesheet by adding margin:0 auto; to
    .ms-pub-contentLayout class, but that did not make any difference. Any help greatly appreciated!
    PS: After clicking submit on this post in previous attempt few minutes ago I got Internal Server Error.

    Hi, 
    According to your description, my understanding is that you'd like to change the layout as centered with top menu as like below link.
    https://zirlentechnologies-public.sharepoint.com/
    I've done this by editing master page .css file.
    #s4-bodyContainer {
    min-height: 100%;
    padding-bottom: 0px;
    width: 1280px !Important;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    .ms-pub-contentLayout {
    display: table-cell;
    min-width: 1240px !Important;
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.
    Prabhu

  • Can't find DAE error message -9065

    IEverytime I launch Logic i get the "can't find DAE error -9065" message. any tips?
    Thanks
    matt

    If you don't even have Digi HW, somehow somebody installed and drove with it. So you're better off removing the driver because it's only going to cause problems. You can launch Logic with control held to bypass the audio engine from loading when you launch, to disable it.

  • How can i find my errors during project validation before burning my project

    How Can I find the errors during the project validation before burning the project??

    Follow this workflow to help assure the best qualty video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process. 
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.
    OT

  • I am trying to download xfinity tv go app. I can not find it in my App Store and can not download it from the comcast website. All I get is a blank screen in the App Store. My Apple ID is associated with a Canadian address. How can I find the app?

    I am trying to download xfinity tv go app. I can not find it in my App Store and can not download it from the comcast website. All I get is a blank screen in the App Store. My Apple ID is associated with a Canadian address. How can I find the app?

    Its possible the App is not available in the Canadian store if the link doesn't work for you.
    https://itunes.apple.com/us/app/xfinity-connect/id320788270?mt=8

  • After having to reinstall my drive with applications I get a message with Premiere Pro CS5 that it can't find any "capable video play modules" and asks me to "update" my "video display modules". How do I do this? I am using a mid-2010 iMac 27" with 10.7.3

    After having to re-install my start-up drive recently I am getting a message with Adobe Premiere Pro CS5 that it can't find any "capable video play modules" and asks me to "update" my "video display modules". I am using a mid-2010 iMac 27" with OSX 10.7.3. How do I do this?

    Premiere is an Adobe application and is supported in their forums.
    Good luck.
    x

  • Where can i find a pdf with the dutch version of the manual for lightroom 6

    where can i find a pdf with the dutch version of the manual for lightroom 6

    I don't think it's available yet.  The English help page has a link to it:
    https://helpx.adobe.com/lightroom/topics.html
    But the equivalent page for Netherlands only links to prior versions:
    Help bij Lightroom | Help bij Lightroom
    Same for DE, FR, ES.  Maybe someone more enlightened knows if they're available somewhere else on Adobe's site.

  • With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution, With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution

    With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution, With the new software for the I phone it appears 12 000 mails without reading and I can't find the solution

    Actually your suggestions are the ones that i have tried. i have seen that you have tried to help others with this issue and the only one that i could find that said they found the problem said that it was an ilife update issue and it fixed it and i have no available updates. i know it has to do with something in photo stream because it happens when i create a new library and it is loading the photos but i get the message before i reach the maximum 1000 photos. so i've tried updating, new library(first backing up photos and then deleting them from iPhoto), reinstalling OSX many times, running disc utilities. I called Apple the first day i had this issue and i was the first person to call them for support with the retina display and i actually had it escalated to a senior advisor and we thought we fixed the problem but we did not. i am pretty fluent in dealing with troubleshooting these type of issues and this is the first time i'm reaching out to the community. i figured now that the retina has been out some time now that there would be an obvious answer to this issue. thanks for the quick reply.
    Bebers5

  • How can u find SRM error message texts?

    hi friends
    How can u find SRM error message texts?
    thanks
    regards
    chinna

    Hi,
    There are several ways.
    1. Go to BBP_PD and open the document. Select the link "Check again" in the bottom area.
    2. Go to SE17 and serch it from table T100.
    3. Go to SE91.
    Regards,
    Masa

  • Dialing into conferencing - "sorry I can't find a meeting with that number" but yet the user has that ID assigned

    via my dial in website 24494 is assigned to the user, but when you try to call it I get  "sorry I can't find a meeting with that number".  I know I can reset the ID and it will work but this is the 3rd user that has had this problem. 
    When I do a debug it shows:
    TL_INFO(TF_PROTOCOL) [2]15F8.1B60::01/24/2013-22:26:51.788.000900a4 (SIPStack,SIPAdminLog::ProtocolRecord::Flush:2387.idx(196))[960327338] $$begin_record
    Trace-Correlation-Id: 960327338
    Instance-Id: 8FB48
    Direction: outgoing;source="local"
    Peer: pool:62367
    Message-Type: response
    SIP/2.0 400 pstnMeetingIdNotFound
    Start-Line: SIP/2.0 400 pstnMeetingIdNotFound
    FROM: <sip:[email protected]:5072;transport=Tls;ms-opaque=84495afe39ba64b7>;epid=405FA20A16;tag=f310578fdf
    To: <sip:[email protected];gruu;opaque=srvr:HomeServer:E1afnHoe-VCvSgUhA7OT6gAA>;tag=2711C94508D01F9EE8A863D02A51E2CC
    CALL-ID: 2cfd68ae1e4449d99f9a9b1bb67f710f
    CSEQ: 541 SERVICE
    Via: SIP/2.0/TLS 192.168.205.70:62367;branch=z9hG4bKd82c74c;ms-received-port=62367;ms-received-cid=9C5F00
    Content-Length: 379
    Content-Type: application/cccp+xml
    ms-diagnostics: 3174;reason="An authoritative conference directory was found, but the given id is not currently assigned.";meeting-id="24494";source="LYAPP"
    Message-Body: <response xmlns="urn:ietf:params:xml:ns:cccp" requestId="7" C3PVersion="1" from="sip:[email protected];gruu;opaque=srvr:HomeServer:E1afnHoe-VCvSgUhA7OT6gAA" to="sip:RtcApplication-67758190-5c3b-4f6c-b236-a14357c5f097@com:5072;transport=Tls;ms-opaque=84495afe39ba64b7"
    code="failure">\n<resolveConference reason="pstnMeetingIdNotFound"/>\n</response>
    $$end_record

    Did you do the migration? If so, you have to renew the conference ID.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • Reg Pooxy migration from PI 7.0 to 7.1

    HI Guys, Can any one suggest me with the prerequisits when migrating Java Proxy from pi7.0 to 7.1. My requirement is ....we are migrating from pi7.0 to 7.1... I got some info that we need to import the jarfiles and in the code we need to import some

  • Selection Screen painter

    Hi. I have created selection screens (SE51) and custom transactions in system DEV and all is working fine. Now when i transport this to QA system The transport is showing that it is successfull(GREEN in STMS). BUT when i see the selection screen it h

  • HT2895 Can I increase the size of my "Genius" selections?

    Can I increase the size of my "Genius" selections?

  • Time machine unable to access network disk

    I have a USB disk attached to my Airport Extreme, and use it as the target of my time machine backups from my mac book pro (connected via WiFi).  For the most part things work fine.  But if my macbook goes to sleep, after it wakes up it often (not al

  • Hyperion EPM running on VMWARE

    Does any one know what the total number of users that can be accomodated on a Hyperion version 11.x implemented on VMWARE? The applicaion suite is Shared Services, EAS, Provider Services, BI Core, Workspace, HFM/FDM and Essbase regards Ziyad Choudhur