Skip to main content
1-Visitor
July 11, 2014
Question

Character limits in PDF Bookmarks

  • July 11, 2014
  • 5 replies
  • 1364 views

Did anyone have an issue with PDF Bookmarks being truncated? It seems to max out around 63 characters or so. (FOSI, AE version 5.4)

    5 replies

    July 11, 2014
    I have noticed this. I don't know if it's an issue with the DirectPDF and namespaced-markup solution, going to test that here later in the quarter.

    Also, based on how you set up your DCF and use suppressed/gentext elements, some larger manuals require a lot of shuffling around to get the hierarchy of bookmarks correct.
    cleccese1-VisitorAuthor
    1-Visitor
    July 11, 2014

    Thanks, Jason, please share your results. My main issue with the bookmarks is the truncation.

    1-Visitor
    July 12, 2014
    HEADS UP! Mail Headers have been changed! I do not think they are back to
    the way they were before (but I could be wrong). I replied to Caroline's
    email yesterday, but did not pay attention to the headers and accidentally
    sent the reply JUST to her. So, here's the heads-up on the headers and a
    resend, list-wise, of the info which may help others.

    ============

    Yup, it defaults to 64.

    Create an ACL file and drop it in your init folder in your custom folder
    (you may need this on both Editor and PE if you are using separate
    customs). It should contain this command:

    $main:Smiley Tonguedf_bookmark_clip=128;

    I haven't experimented whether you can set lengths greater (or, lesser)
    than 128 as it was a sufficient fix for our documents/authors.


    On Fri, Jul 11, 2014 at 12:13 PM, Caroline Leccese <
    -> wrote:

    > Did anyone have an issue with PDF Bookmarks being truncated? It seems to
    > max out around 63 characters or so. (FOSI, AE version 5.4)
    >
    1-Visitor
    July 14, 2014

    Add the following ACL to your Custom\Init folder. It will allow you to set the bookmark length to n in this example. The maximum value is 255.


    $pdf_bookmark_clip=n;




    In Reply to Caroline Leccese:



    Did anyone have an issue with PDF Bookmarks being truncated? It seems to max out around 63 characters or so. (FOSI, AE version 5.4)




    cleccese1-VisitorAuthor
    1-Visitor
    July 14, 2014

    It works! I had to put it in the pe server custom init folder. Thanks, Paul 'n Brett!