Bookmarks and embedded language font

Hi,
When creating a pdf including bookmarks with an embedded
laguage font, the pdf is readable in the font language, but the
bookmarks aren't readable.
Can someone tell me how to create the pdf, the bookmarks are
also readable in the embedded font.
The document are created within Word 2003.
Ferdie8

Hi,
This forum is for acrobat.com only.
Try the acrobat forums at
http://www.adobeforums.com/webx/.ee6b2f

Similar Messages

  • Splash page and embedded custom fonts?

    Hi
    Just wondering how I tag/name a splash/intro page for a website? For example say you have: home (index), about, gallery, contact. For every page you have them tagged the same so they link within the site. How or what do you name the splash/intro page?
    Also, I have some custom fonts I want to use for my sites and am wondering how to embed them so they'll be seen on any browser? Is there a one for all code?
    Thanks,
    Lee

    The use of "splash pages" has fallen out of common use (really starting back in the 90's) and should be avoided for search engine optimization reasons.
    Don't waste the first page your viewer's see on a splash page with a big "whoopideedoo you found our site, look what I can do with javascript" type of effect/animation. The first page your viewers see should give them the info they need to make a decision on whether to keep clicking through your site. It's the most important page of your site, make sure it is full of relevant, keyword rich html text content. If you still want a big "rah-rah-sis-boom-bah" style effect for a first visit, put it in a modal window that shows on the viewer's first visit. Use javascript cookies to set it's css to display:none for future visits if you don't want it to pop up each time.

  • Vista and Embedded Flash Fonts are missing?

    I Just upgraded to Vista with a new development machine. Have
    everything installed and good to go.
    I open a previous Director File that contains swf assets and
    static fonts. The fonts are simply missing. When I view the swf on
    it's own... no problem and text displays perfectly. swf in Director
    in Vista, no go. It worked perfectly in XP.
    The files that are published with XP, the fonts in Flash
    assets are all okay. Publish the exact same file in Vista, Fonts
    are missing.
    Any ideas?

    Fixed it by installing the latest Flash8 Xtra. Wish adobe had
    an installer that could just "update" the software rather than
    manually replacing files... Ah well, all good now.

  • Where can I download the Asian and Extended Langauge Font Packs as an add-on?

    I am trying to download the
    Asian and Extended Language Font Packs  located at the bottom of: http://www.adobe.com/products/reader/languages/
    It sent me to the page: http://www.adobe.com/downloads/updates/
    When I selected the Adobe Reader for Windows, I came to this page:
    http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    I clicked the add-on for: Asian and Extended Language Font Packs (including Chinese Simplified, Chinese Traditional, Korean and Japanese), which has the following property: http://www.adobe.com/products/acrobat/acrrasianfontpack.html
    It sent me to this page:  http://www.adobe.com/products/acrobat/
    Where can I download the Asian and Extended Langauge Font Packs as an add-on?  Thanks.
    p.s. I have installed with 9.3.3 version. I do not wish to upgrade to 9.3.4 until this has been resolved. Thanks.

    If the above doesn't work, this one should, but only in the 64 bit version of photoshop cs5.1
    http://helpx.adobe.com/photoshop/kb/psdx-files-dont-open-photoshop.html
    After you extract the plugin (AdobePSDXLoader.8BI) put it in
    C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Plug-ins\File Formats

  • Kannada language font - How to install in E6-00?

    I have recently bought E6-00 in India. It has English and Hindi language fonts. As I often need to see messages typed in Kannada which is a local language, I would need to install it. How do I go about installing Kannada font in my E6-00? -BBN.

    The E6-00 is based on the Symbian operating system.
    On Symbian you can install and override default/system fonts, if you wish (and have compatible font files).
    Here's an old blog article describing the process:
    http://darlamack.blogs.com/darlamack/2007/05/chang​ing_fonts_.html
    Install the new fonts on the memory card; restoring the phone is easier, if you can just pull out the memory card.

  • Embedding and using external fonts in Flash CS5

    I just upgraded to Flash CS5.  Font embedding is entirely different than it was in CS4.  I've been looking for examples online but none seem to show me a solution that matches what I need.
    In the project I'm working on, code changes the font a text box uses based on region and language.  To keep file size down I created separate swf files with the fonts embedded.  That way I only download the font I need.  The way I did this and the code I used in CS4 doesn't seem to work anymore.  Can someone please point me to a tutorial on this.
    Thanks

    OK, maybe you can help me figure out what I'm doing wrong.  Below is the code I'm using.
    LOADING THE FONT
    Font SWFs:
    I'm trying something new with CS5.  To create a swf with the font I need I'm creating a library symbol of the font with all the characters in it.  Titled it "Verdana".  I've also turned on Export for ActionScript and given the font a unique class name (VerdanaFont).  Then of course publish the swf, name it Verdana.swf, and put it in the correct location.  Does doing it this way automatically register the font?
    The Loader code:
    private function LoadFont()
    var fontPath:String = "assets/fonts/Verdana.swf";
    var fontLoader:Loader = new Loader();
    fontLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, createTextBox);
    fontLoader.load(new URLRequest(fontPath));
    The TextBox code:
    private function createTextBox()
    var tf:TextFormat = new TextFormat;
    tf.font = "Verdana";
    tf.align = "left";
    var textBox:TextField = new TextField;
    textBox.embedFonts = true;
    textBox.selectable = false;
    textBox.htmlText = "This is test text";
    textBox.setTextFormat(tf);
    stage.addChild(textBox);

  • When I send an email from Apple mail, it send inbedded links, not embedded, my font shows as plain text and signature sends as attachment??

    When I send an email from Apple mail, it send inbedded links, not embedded, my font shows as plain text and signature sends as attachment??

    inbedded is not a word.

  • Flex and embedded fonts

    Hi everyone, I have an application that embeds some fonts with an XML configuration file:
    <?xml version="1.0" encoding="utf-8"?>
    <flex-config>
         <compiler>
             <fonts>
                 <local-font-paths>
                     <path-element>C:/windows/Fonts/Arial</path-element>
                 </local-font-paths>
             </fonts>
         </compiler>
    </flex-config>
    I use these fonts with a css like this:
    @font-face
         fontFamily: arialEmbeddedFont;         
         src: local("Arial");
         embed-as-cff:true;
    .teamName
         color:#FFFFFF;
         font-size:10px;
         horizontal-align:center;
         text-align:center;
         font-family:arialEmbeddedFont;
    My application shows a popup window  when there's a specific event (like a new friends connected in nomal  chat softwares). When I try to raise an event with this popup window, I  get this error:
    TypeError: Error #1034: Type Coercion failed: cannot convert  mx.managers::WindowedSystemManager@8e04971 to  flashx.textLayout.compose.ISWFContext.
    I searched on  the net but I found only another programmer with the same problem and,  unfortunately, no solutions... can somebody help me?
    Thanks!
    Davide

    TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::WindowedSystemManager@84ecdd1 to flashx.textLayout.compose.ISWFContext.
        at spark.components::Label/createTextLinesFromTextBlock()[E:\dev\4.x\frameworks\projects\spa rk\src\spark\components\Label.as:884]
        at spark.components::Label/createTextLines()[E:\dev\4.x\frameworks\projects\spark\src\spark\ components\Label.as:808]
        at spark.components::Label/http://www.adobe.com/2006/flex/mx/internal::composeTextLines()[E:\dev\4.x\frameworks\proje cts\spark\src\spark\components\Label.as:474]
        at spark.components.supportClasses::TextBase/measure()[E:\dev\4.x\frameworks\projects\spark\ src\spark\components\supportClasses\TextBase.as:533]
        at mx.core::UIComponent/measureSizes()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\ UIComponent.as:8216]
        at mx.core::UIComponent/validateSize()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\ UIComponent.as:8140]
        at mx.managers::LayoutManager/validateSize()[E:\dev\4.x\frameworks\projects\framework\src\mx \managers\LayoutManager.as:617]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:733]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]

  • What Fonts are in Adobe Reader XI Font Packs - Asian and Extended Language Pack?

    I have been unsuccessful in determining what fonts are included in the "Adobe Reader XI Font Packs - Asian and Extended Language Pack".
    Is there a description link or a way to determine from within Reader?
    Thanks

    Adobe Reader XI Font Packs - Asian and Extended Language Pack
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=5508

  • Dynamic text and embedded font

    Hi,
    I'm new to Flash and AS3, and I'm having a problem when I do
    the following: I create an empty dynamic text field in the
    authoring environment, click "Embed...", and choose the character
    sets that I want (I get the same results when I embed the entire
    font). The first time I change the contents of the text field with
    the command:
    text_field.text = "string 1";
    I get good results--the text appears in the correct font.
    However, subsequent attempts to update the .text property fail with
    no error message, and the field becomes blank.
    If I remove the embedded font by clicking "Don't embed" in
    the embedding dialog, then every time I update the field's .text
    property, it displays correctly using a local machine font.
    I've also tried embedding the font in the swf by creating a
    dynamic text field in the authoring environment, into which I place
    no text, creating a second, functional text field in actionscript,
    formatting it, using the "embed = true" property, and repeatedly
    updating the .text property with the same bad results as described
    above.
    I haven't tried using the [embed] metatag to dynamically load
    the font.
    I've tested the swf in IE7 and Firefox on two machines with
    the same results. What am I doing wrong?
    Thanks,
    Dave

    Okay, here's more information. The font that I've been trying
    to embed is Bitstream Vera Sans Mono. If I embed a different font,
    like Bitstream Vera Sans, I have no problem. It seems to me that it
    must be that my Bitstream Vera Sans Mono is corrupted, my .fla and
    .swf files are corrupted, or there's a bug in flash...

  • Embedding and using external fonts.

    I'm using Flash CS4.  I'm trying to load and embed an external font.  The main problem I'm having is that I need to import more than just latin 1.  I need many special characters imported as well.  Because of this, using Flash CS4's create new font from the library is not an option.  I'm using Verdana, so I know the font has all the characters I need.
    So what I need to do is create an external swf that holds the font.  Then I need to import and use the font.  Unfortunately, I've found way too many ways online that work but don't fit my needs.
    Any help is appreciated.

    1. Embedding
    a. You can embed font in Flash IDE by creating Font as a library asset and then compile this swf. There are tons of help available on Internet.
    b. If you use Flash CS5 or compilers that utilizes Flex SDK, you can create class like below and compile it into a swf:
    package 
         import flash.display.Sprite;
         public class FontLibrary extends Sprite
              [Embed(systemFont="Verdana", fontName="_verdana", mimeType="application/x-font", advancedAntiAliasing="true", fontStyle="normal",unicodeRange="U+0020-U+007E")]
              public static var Normal:Class;
              [Embed(systemFont="Verdana", fontName="_verdana", mimeType="application/x-font", advancedAntiAliasing="true", fontStyle="normal", fontWeight="bold",unicodeRange="U+0020-U+007E")]
              public static var Bold:Class;
              [Embed(systemFont="Verdana", fontName="_verdana", mimeType="application/x-font", advancedAntiAliasing="true", fontStyle="italic", fontWeight="normal",unicodeRange="U+0020-U+007E")]
              public static var Italic:Class;
              [Embed(systemFont="Verdana", fontName="_verdana", mimeType="application/x-font", advancedAntiAliasing="true", fontStyle="italic", fontWeight="bold",unicodeRange="U+0020-U+007E")]
              public static var ItalicBold:Class;
    No matter what way you choose - you will have font available the external swf.
    Try to load external swf into current domain. When you load the swf there is no much to do. Once swf is loaded - fonts should be available throughout application.
    To use the font - just pass its name into TextFiled instance's TextFormat. WIth the example above:
    myTextFormat.font = "_verdana";
    Documentation for TextFormat:
    http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextFormat.html
    To see available fonts you can use the following:
    var allFonts:Array = Font.enumerateFonts(false);
    allFonts.sortOn("fontName", Array.CASEINSENSITIVE);     
    for (var i:int = 0; i < allFonts.length; i++)
         trace(allFonts[i].fontName);

  • AFEFontManager,TextLayoutFramework and embedded fonts

    Should we not use AFEFontManager in conjunction with TextLayoutFramework and embedded fonts. I have a project that was using the compiler argument -managers=flash.fonts.AFEFontManager. I would embed fonts from a loaded swf, but the fonts would be of type "embedded" instead of "embeddedCFF". Since the type wasn't embeddedCFF, the font wouldn't display correctly.
    I removed the -managers=flash.fonts.AFEFontManager argument and it works perfectly.
    So, is there a different way to reference the AFEFontManager? Or perhaps it's not necessary to do so at all?
    thanks.

    I think this question needs to go to the flex forum, since it is more about AFEFontManager. "embedded" fonts work with TextField, "embeddedCFF" fonts work with TLF and flash.text.engine. It's possible there is a way for you do this with embeddedCFF, that is a question for the Flex group, they are the best source fr information about the compiler.
    Thanks,
    - robin

  • How can I install asian script for language support for bangla in safari and install a font??

    how can I install asian script for language support for bangla in safari and install a font? Some websites are working fine in ipad and iphone4 but not in mac osx supported imac or macbook. Example: www.sonarbangladesh.com.

    You just need to install a font, like one of these:
    https://sourceforge.net/projects/onkur/
    http://www.ekushey.org/?page/osx
    For non-Unicode sites, see
    http://m10lmac.blogspot.com/2011/04/reading-non-unicode-indic-language-web.html

  • I photo and bookmarks and Fonts.

    When I try to click on a photo in I photo and drag it, the photos above all shutter and flicker, but the photo does move. But this new way makes it harder to see where it is going. Then the shuttering slows down to the point where the photo where go back to where you originally started. There fore you have to start all over again. It has taken me 20 minutes to move one photo. I never had this problem in Snow Leopard. My book mark Icons are all blue. Once I click on them they then turn to the symbol for the company they represent. This is great and the way it used to be in Snow Leopard. I would like it back this way, but an hour or so later, they change back blue again. It is harder to find what you are looking for when they are all blue. I hate this new set up. I go to Preferences and adjust the Font size to No. 18. But pages I go on after this the writing is still too small or words are on top of words and I have to click on view and continously adjust the size all the time. Again, never had to do this in Snow Leopard. I have talked to Apple and and taken my computer up there and no one has a clue as to how to fix this. Can someone find out for me how to contack Terrance Deviln? He seems to be a very smart man and I have tried to get him and cannot find out how. I sign in but it does not help. Praying for help. Rick.
    <Email Edited By Host>

    1 - try posting a simple, detailed coherent question about iPhoto - this one goes everywhere and covers many things - most not involving iPhoto in any way
    2 - your opinions and editorials do not assist in any way in solving prblems - in fact they very much get in the way and cause incoherent, rambling posts - ask a direct question and provide revelent details and tell yoru dog how you feel
    3 - I think, but am not sure, that you want to move some photos between events - if so flag teh photo(s) and then go to the destination event, select it and use the add flagged photos to selected event command
    4 - the volenteers on this forum are not available to contact except through this forum - Terrance is a very smart man and we are all luck that he volenteers his time along with Old Toad, Léonie and many others to help people - but none of us want you to show up on our door step - this forum is the pat3
    LN

  • Having issues with created PDFs requiring Japanese language font pack when they should not

    Last week, I created 3 forms for someone. They wanted a fourth, so I put that together today, but halfway through making it, my Livecycle crashed and refused to load up again (I have NO idea why...), so I reinstalled it. I went on to finish making the form, but for some reason, even though the language settings is set to English and not viewer's default locale, the form requires a Japanese font pack. My computer is set to Japanese locale, but with the default language set to English, it should bypass this. The oddest thing is that one of the 3 forms that I already created and sent to them (and worked fine!!!), now also asks me for Japanese language font packs. What the heck is going on?
    The forms use nothing other than Myriad Pro, which is set to be embedded. My Acrobat opens them all just fine and shows font properties correctly, but my Reader dies and asks for Japanese font packs. Please help, thank you!
    http://dl.dropbox.com/u/1910267/injection.pdf
    This is a link to one of the 2 forms that is giving me trouble. It's simple, and was already created before my Acrobat reinstall, yet is now asking for Japanese fonts...
    Edit: Forms were created using Livecycle Designer ES 2.5. I'm testing with Acrobat X and Reader X.

    Thanks for your reply!
    Ok, the form I linked, I actually only tested on my own machine, but had the Japanese font error so I assumed it held true for the new one as well. Here is the one I made today that has been tested on 4 computers (list below): http://dl.dropbox.com/u/1910267/treatment_notes.pdf
    These are the computers it was tested on:
    My own computer (Windows 7, format/location set to English/US, default non-Unicode language Japanese, System Locale Japan) - pops up error in Reader X, but not Acrobat Pro X
    These 3 computers are all set to complete English/US and do not have Acrobat:
    The recipient's computer (not sure what OS, likely Reader X, no other languages installed) - popped up the error asking for Japanese fonts
    My mother's computer (XP, Reader 9, I know it has Chinese installed, but I don't think it has Japanese) - no errors
    My brother's computer (Vista, Reader 9, no other languages installed) - popped up the Japanese font error
    And just for fun I tried on the HP Touchpad (Reader 10.3), but it just gives that error that it can't display the contents of the pdf. I think the WebOS port of Reader either is horribly incomplete somehow, or otherwise I have no idea.
    I noticed the similar threads, but since they are unanswered, I thought I'd try again and see if I could get an answer. I've got my hands in the air at this point...

Maybe you are looking for

  • Title of Page Frame in Browser - How to Change?

    Hello, New to this. One quick question.... When you create a site in iWeb, the page title (or top frame in the browser) reflects the name of the page, and I can't find a way to edit that portion of the page. For example, the homepage of my site is ca

  • Using JSP, HTML Form for uploading image  in order to be saved into a db

    I have a HTML form and I am using <input type="file"> tag. The problem is that I don't know the Java code needed for the JSP page in order to get through the path and get the image(of course I refer to binary object). Below there is the html code <%@

  • Access internet through abap

    how can we use abap to access internet? Is it a possibility?

  • Is it possible to delete files on iDisk?

    I am under the trial period for .mac. I did a site with iWeb and uploaded it, but redid it to make it easier to use (and load faster.) Can I delete the files that I already have on .mac, so that it does not count against my space and I have to buy mo

  • Content Viewer dissapeared

    After the installation of the update for indesing the content viewer doesnt launch (i cant even find it on the computer) when I want to preview a folio. Any ideas to what happened? Where can I download again the content viewer? Thanks