Is there a list of Unicode characters that can be used in Acrobat bookmarks?

I can add Greek characters to Acrobat bookmarks using hexadecimal strings. For example, to print a lower case gamma symbol I use <FEFF03B3>. FEFF is the required Unicode flag and 03B3 is the Unicode code for gamma. This works fine. However, there are no Unicode entries for greek characters in the PDF 32000-1:2008 PDF Specification manual. Table D.2 - PDFDocEncoding Character Set on page 656 lists Unicode characters and these also work when added to bookmarks but no Greek codes are in this table. Since I can sucessfully use Greek Unicode characters in the range of 0x0391 - 0x03CE and these characters are not listed in the PDF manual I am assuming there are additional Unicode character that will work in bookmarks. Therefore, I am looking for a complete list of Unicode characters that can be used in Acrobat's bookmarks. Does such a list exist?

Thank you for the response.
I'm sorry to hear there is no list available. I'm building the Acrobat bookmarks automatically. The input data contains entity codings (for example, a lower case Greek gamma is coded as &#x03B3;) and I was hoping to be able to just pass these through with an automatic conversion to a hexadecimal string (for example <FEFF03B3>). If I had a list of valid Unicode characters, that will display in an Acrobat bookmark, I could validate each entity before the conversion and catch the ones that won't display correctly. I know these types of characters are out there because I have already come across them. For example, a superscript 5 (0x2075) displays fine in MSWord but shows as a white box in a bookmark. Now I'll need to proof the output PDFs and look for white boxes in the bookmarks so that I can build my list of unicode characters that do not work in Acrobat bookmarks.
Again, thanks for your help.

Similar Messages

  • Is there a list of the characters that are automatically converted to emoji?

    Well, it says it in the title:
    Is there a list of the characters that are automatically converted to emoji?
    Or a way to see the characters corresponding a specific emoji?
    Thanks!

    Hi,
    iChat,  at least to iChat 6 had this set of Smileys
    They had variations of each set of keystrokes (namely whether the dash for the nose was needed)
    They were controlled by a .plist that listed all of them.  (I cannot remember if it was inside the App package or in the IMAgent.app package)
    However this .plist no longer exists in the current app.
    Where they match the ones for posting here:-
    they will have the same keystrokes.
    Obviously some don't match.
    8:19 pm      Saturday; February 22, 2014
      iMac 2.5Ghz 5i 2011 (Mavericks 10.9)
     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

  • Is there any way to an index that can be used to include the "OR condition "?

    Hello I have some questions.
    The test was conducted in the following procedure .
    create table test
    c1 varchar2(10),
    c2 varchar2(10),
    primary key(c1)
    create index test_idx1 on test(c2);
    Command> explain select * from test where c1 = 'AAAAAAAAAA' or c2 = 'AAAAAAAAAA';
    Query Optimizer Plan:
      STEP:                1
      LEVEL:               1
      OPERATION:           RowLkRangeScan
      TBLNAME:             TEST
      IXNAME:              TEST
      INDEXED CONDITION:   <NULL>
      NOT INDEXED:         TEST.C2 = 'AAAAAAAAAA' OR TEST.C1 = 'AAAAAAAAAA'
    Command>
    Command> explain select * from test where c1 = 'AAAAAAAAAA' and c2 = 'AAAAAAAAAA'
    Query Optimizer Plan:
      STEP:                1
      LEVEL:               1
      OPERATION:           RowLkRangeScan
      TBLNAME:             TEST
      IXNAME:              TEST
      INDEXED CONDITION:   TEST.C1 = 'AAAAAAAAAA'
      NOT INDEXED:         TEST.C2 = 'AAAAAAAAAA'
    Command>
    By including the "OR condition " in this test does not use the index.
    Is there any way to an index that can be used to include the "OR condition "?
    Thanks.
    GooGyum.

    A database cannot in general use indexes in this way for an 'or' involving two different columns. However, for this specific example one can easily rewrite the query using 'UNION' to use the relevant indexes while still giving the same (correct) result:
    Command> explain select * from test t1 where t1.c1 = 'AAAAAAAAAA' union select * from test t2 where t2.c2 = 'AAAAAAAAAA';
    Query Optimizer Plan:
      STEP:                1
      LEVEL:               1
      OPERATION:           RowLkRangeScan
      TBLNAME:             TEST
      IXNAME:              TEST
      INDEXED CONDITION:   T1.C1 = 'AAAAAAAAAA'
      NOT INDEXED:         <NULL>
      STEP:                2
      LEVEL:               2
      OPERATION:           RowLkRangeScan
      TBLNAME:             TEST
      IXNAME:              TEST_IDX2
      INDEXED CONDITION:   T2.C2 = 'AAAAAAAAAA'
      NOT INDEXED:         <NULL>
      STEP:                3
      LEVEL:               1
      OPERATION:           OrderBy
      TBLNAME:             <NULL>
      IXNAME:              <NULL>
      INDEXED CONDITION:   <NULL>
      NOT INDEXED:         <NULL>
      STEP:                4
      LEVEL:               2
      OPERATION:           UnionMergeSort
      TBLNAME:             <NULL>
      IXNAME:              <NULL>
      INDEXED CONDITION:   <NULL>
      NOT INDEXED:         <NULL>
    Maybe you can apply a similar trick? If you know there is no possibility of duplicate rows then you can further optimise this (in terms of performance) by using UNION ALL.
    Chris

  • How do I create a PDF form for submission that can be used by Acrobat Reader only users?

    I am attempting to create a PDF document in Acrobat Pro with fields that can be submitted (via email) by users using only Acrobat Reader.
    I have tried changing the properties of the 'Submit' button, although I am not sure what I am doing wrong.
    Can anyone please help?
    C.

    I created a form using Adobe LiveCycle and added the submit via e-mail button. One change which I made was in the XML script I changed submission type to pdf, so that thepdf form itself would be e-mailed. This works fine if I use Adobe Pro 8, but when I tried the same using only Adobe Reader 7.0, it would not let me e-mail the form along with a message "This operation is not permitted".
    Any comments?
    Thanks

  • Does anyone know the list of microproce​ssors that can be used with SDK?

    I want to make a vision application that uses a usb camera from a custom board wiht a 32 bit microporcessor.

    f4,
    You can "use the LabVIEW Microprocessor SDK to port LabVIEW to any 32-bit microprocessor" (to quote from the first sentence of the Microprocessor SDK help file).  There's good and bad news with this LabVIEW module though.  Good news - if you have the module, you can integrate just about any toolchain (3rd party compiler) into LabVIEW.  Bad news - the module doesn't work with anything out of the box.  This is one of the reasons that if you don't have the module already, you might find it very hard to purchase it from NI now.  It can be a bit cumbersome to setup.
    If you call NI now asking to target any 32-bit microcontroller, we're going to encourage you to use the LabVIEW for ARM module or the LabVIEW C Generator.  If your chipset is supported by the LabVIEW for ARM module, I would recommend that you go this route.  A list of supported chipsets is here (as chipsets compatible with LabVIEW for ARM need to support the "RL-ARM Real-Time Library").
    Kevin S.
    Applications Engineer
    National Instruments

  • Is there a filter available for content (such as ***********,violence, etc) that can be used in Safari?

    I'm considering getting an iPhone. However, I'm worried about Safari. What if I stumble upon a bad website, filled with that kind of content? So there must be some sort of filter, available to install for the content streaming into Safari...

    Thank you for the response.
    I'm sorry to hear there is no list available. I'm building the Acrobat bookmarks automatically. The input data contains entity codings (for example, a lower case Greek gamma is coded as &#x03B3;) and I was hoping to be able to just pass these through with an automatic conversion to a hexadecimal string (for example <FEFF03B3>). If I had a list of valid Unicode characters, that will display in an Acrobat bookmark, I could validate each entity before the conversion and catch the ones that won't display correctly. I know these types of characters are out there because I have already come across them. For example, a superscript 5 (0x2075) displays fine in MSWord but shows as a white box in a bookmark. Now I'll need to proof the output PDFs and look for white boxes in the bookmarks so that I can build my list of unicode characters that do not work in Acrobat bookmarks.
    Again, thanks for your help.

  • [svn] 4074: FxNumericStepper now has a maxChars property, and it now restricts the characters that can be entered into its FxTextInput .

    Revision: 4074
    Author: [email protected]
    Date: 2008-11-11 14:10:34 -0800 (Tue, 11 Nov 2008)
    Log Message:
    FxNumericStepper now has a maxChars property, and it now restricts the characters that can be entered into its FxTextInput.
    Fixed a problem with 'restrict' in TextView. If there are no characters left to insert after restriction, do nothing; don't insert an empty string and thereby delete the insertion.
    QE Notes: None
    Doc Notes: None
    Bugs: None
    Reviewer: Glenn
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/TextView.as

    When I installed iTunes 7.3 I noticed some artwork
    was gone. I compared the actual file sizes to the
    backup and there was no change at all. I was able to
    get the covers again from the iTS, but as I really
    want to have the artwork inside the files, I tried to
    paste it into the tags (like I used to do since 7.0).
    That doesn't work, after pasting it, the artwork is
    gone again completely, but the files are now 4mb
    bigger. The artwork of these files (about 300 in
    total, and I cant figure out why some and some not)
    can not be browsed, but the rest of the tags is fine
    and the songs play just normal.
    I trashed one of the affected albums and re-added it
    from the backup. Now the tags in iTunes were gone
    completely! I re-entered the correct tags and let
    iTunes get the artwork from the iTS. The artwork
    shows, but not for all files of the album. So again I
    tried to paste it into the tags of all songs, and
    voila: all artwork of this album is gone again and
    the files are 4mb bigger.
    Same behaviour in iTunes 7.3.1.
    I'm happy I have a good backup of my music, and I
    think the artwork is still inside the files, but
    iTunes 7.3 and 7.3.1 mess it up. From what I see only
    non-iTS files are affected, but only iTS artwork is
    lost. NOT nice.
    Any ideas? I'm no really a friend of downgrading...
    After some more time consuming tinkering I still have no luck in giving certain files their artwork back. I better go back to 7.2 tomorrow... Apple keep that lousy 7.3.1 BS yourself

  • [svn] 4072: FxNumericStepper now has a maxChars property, and it now restricts the characters that can be entered into its FxTextInput .

    Revision: 4072
    Author: [email protected]
    Date: 2008-11-11 14:08:39 -0800 (Tue, 11 Nov 2008)
    Log Message:
    FxNumericStepper now has a maxChars property, and it now restricts the characters that can be entered into its FxTextInput.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-16293, SDK-16627
    Reviewer: Glenn
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16293
    http://bugs.adobe.com/jira/browse/SDK-16627
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    Property Changed:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as

    When I installed iTunes 7.3 I noticed some artwork
    was gone. I compared the actual file sizes to the
    backup and there was no change at all. I was able to
    get the covers again from the iTS, but as I really
    want to have the artwork inside the files, I tried to
    paste it into the tags (like I used to do since 7.0).
    That doesn't work, after pasting it, the artwork is
    gone again completely, but the files are now 4mb
    bigger. The artwork of these files (about 300 in
    total, and I cant figure out why some and some not)
    can not be browsed, but the rest of the tags is fine
    and the songs play just normal.
    I trashed one of the affected albums and re-added it
    from the backup. Now the tags in iTunes were gone
    completely! I re-entered the correct tags and let
    iTunes get the artwork from the iTS. The artwork
    shows, but not for all files of the album. So again I
    tried to paste it into the tags of all songs, and
    voila: all artwork of this album is gone again and
    the files are 4mb bigger.
    Same behaviour in iTunes 7.3.1.
    I'm happy I have a good backup of my music, and I
    think the artwork is still inside the files, but
    iTunes 7.3 and 7.3.1 mess it up. From what I see only
    non-iTS files are affected, but only iTS artwork is
    lost. NOT nice.
    Any ideas? I'm no really a friend of downgrading...
    After some more time consuming tinkering I still have no luck in giving certain files their artwork back. I better go back to 7.2 tomorrow... Apple keep that lousy 7.3.1 BS yourself

  • Maximum number of characters that can be parsed by javacc parser

    I'm a newbie to Javacc.
    Can any one please let me know if there is any limitations with respect to the number of characters that can be parsed by a Javacc parser?
    I have done with a simple javacc parser. I'm getting some stackoverflow exception when the number of characters exceeeds more than 10000 characters.
    Please help me in resolving this issue.
    Thanks in advance

    snr_anand wrote:
    I have done with a simple javacc parser. I'm getting some stackoverflow exception when the number of characters exceeeds more than 10000 characters.
    Presumably what is really happening is that you have a source file that is now 10,000 (or so in length.) You run your parser on that and it blows up.
    That suggests that your syntax and the combination of the input, rather than javacc, has a problem. The source and the syntax together are producing a never ending recursion.

  • I need to make a list of 700  dvds that can be updated alphabetically as I attain new ones. I'm new at computers, bought an iMac (with Lion). What application or software will do this for me the easiest?

    I need to make list of 700+ dvds that can be updated alphabetically as I attain more. I'm new at computers, lbought an iMac (with Lion). What application or software will do this for me the easiest?

    Yes, the ColorPicker would be great, except as far as I can tell there's no way to assign names to the colors in my custom data provider. The user needs to know the name of the color (eg. P01 - Wisteria), but the ColorPicker only shows the hex values. Unless there's a way to change that?
    Repasting the two code chunks from above, which didn't display properly:
    Works, but doesn't show swatches:
    TileList.addEventListener(Event.CHANGE, changeColor);
    var colorBox:ColorTransform = new ColorTransform();
    function changeColor(e:Event):void{  
       colorBox.color = tileList.selectedItem.data;
       box_mc.transform.colorTransform = colorBox; }
    Shows swatches, but doesn't work:
    var aBoxes:Array = new Array(); var i:uint = 0;
    var printColorHex:Array = new Array(0xfac9c2, 0xFF0000, 0x0000CC, 0x00CC00, 0xFFFF00);
    var printColorNames:Array = new Array("R-01 Pale Coral", "Cranberry", "Sky", "Forest", "July");
    var dpPrintColors:DataProvider = new DataProvider();
    for(i=0; i < printColorHex.length; i++) {
         aBoxes[i] = new MovieClip();
         drawBox(aBoxes[i], printColorHex[i]);    // draw box w next color in array
         dpPrintColors.addItem( {label:printColorNames[i], source:aBoxes[i]} );
    aTl.dataProvider = dpPrintColors;
    function drawBox(box:MovieClip,color:uint):void {
                 box.graphics.beginFill(color, 1.0);
                 box.graphics.drawRect(0, 0, 140, 60);
                 box.graphics.endFill();       

  • Is there a limit to no. of summary fields that can be used in a cross tab?

    Hi,
    While creating a cross tab is there a limitation to number of summarized fields that can be used?
    - The cross tab when uses 184 fields as summary fields leads to Crystal report application to crash at the time of export to excel.
    - Tried with two Datasources: XML and excel
    - If we reduce the number of summary fields used to 102 exactly, export works fine in excel.
    - If 2 cross tabs are used each containing 92 summary fields(in order to show 184) export to excel works fine.
    Please let me know if there is any such limitation which leads to CR application to crash when exporting in excel?
    Thanks
    Regards,
    Nidhi

    I suggest you purchase a case and have a dedicated support engineer work with you directly:
    http://www.sdn.sap.com/irj/boc/gettingstarted
    Or
    http://store.businessobjects.com/store/bobjects/Content/pbPage.CSC_map_countyselector/pgm.67024400?resid=jFmmLgoBAlcAAALO-iYAAAAP&rests=1278687224728
    If this is a bug you'll get a refund, if not post your enhancement request in the Idea Place. Or the Rep will suggest a better way to create your report.

  • When I sync my iphone 4S using iTunes it only syncs 8.5GB of music, not the entore library as specified.  Is there a capcity default limit of the amount of storage that can be used for music and if so how do I change it?

    When I sync my iphone 4S using iTunes it only syncs 8.5GB of music, not the entore library as specified.  Is there a capcity default limit of the amount of storage that can be used for music and if so how do I change it?

    The only limit is that of the device. No restrictions on how much of it you can use for music. Is part of your music library unchecked?
    tt2

  • Is there a HP color laser printer that can define custom-size media sizes in WINDOWS?

    Is there a  HP color laser printer that can define custom-size media sizes in WINDOWS?

    Have you tried downloading and installing the drivers from here?
    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=18...
    //Click on Kudos and Accept as Solution if my reply was helpful and answered your question//
    I am an HP employee!!

  • Is there a max number of names that can be put into Contacts

    is there a max number of names that can be put into Contacts and still have the app work well?

    Yes, there is. It's how many contacts your hard drive can take. So you can fill up the entire computer with nothing but contacts until your HDD/Flash has no space left. So if you have 250GB, it'd be less than if you had 500GB and you'd have more on 750GB.

  • HT5098 How can I read on my Apple Arabic files of Times New Roman or Arial in PC? when I get the files the Arabic letters are separate and not joined. Is there a common font in Arabic that can convert the PC Windows files to  my Apple?

    How can I read on my Apple Arabic files of Times New Roman or Arial fonts made in PC? when I get the files the Arabic letters are separate and not joined. Is there a common font in Arabic that can convert the Arabic  PC Windows files to  my Apple?
    The same with email messages ,
    And when I get Power Point files made in PC Windows, they are like PDF, not Power Point!
    Anybody with a good suggestion?

    Yewtree wrote:
    when I get the files the Arabic letters are separate and not joined
    Do not use MS Word for Mac, it does not support Arabic.  Instead use Mellel, TextEdit, Nisus Writer or OpenOffice.  Try the font Geeza Pro if others do not work.
    What are you using to read email?
    What are you using to read powerpoint?

Maybe you are looking for

  • Table schema not being updated after a SQL 'alter'

    Hi all, I have a problem to do with altering table columns and queries relating to that table thereafter. I have a table which has been queried using an OracleDataAdapter.Fill(DataSet), if I add a column using say using an OracleCommand.ExecuteNonQue

  • How do I add a watermark to my photo's

    How do I add a watermark to my photo's?

  • OS X Mavericks can't install

    I've download OS X Mavericks from Apps Store cost 5GB( i guess). The setup won't open up. I download several times but it won't open up. It took 134GB from my HDD but no installation setup open. Why?

  • Computer crashes randomly

    Hi, my computer(WIN8) always crashes randomly and when I open the dmp it says it is cause by ntoskrnl.exe here are the the DMP files https://drive.google.com/file/d/0B3kqCRTWiaxKNEZJMWx4elVUUzg/edit?usp=sharing

  • Change printer color settings???

    Hello, How do I change the settings in tiger (and 10.3.9) to print in color only when i tell it to? My printer is an HP photosmart 7760 with appropriate drivers installed. I just dont really know how to do this....... Thanks in advance. -Zach G4 533,