Skip to main content
1-Visitor
June 5, 2012
Question

PDF Bookmark creation: length of bookmark entries truncated

  • June 5, 2012
  • 4 replies
  • 1173 views
Hello,

I have experimented with creating PDF bookmark entries.

Arbortext Editor truncates the length of the bookmark entries
after 65 characters.

There is no difference, if the PDF bookmarks are automatically
created or created by the stylesheet (Direct PDF feature).

Does anybody know how to change this behavior?

Is this a feature or known bug?

Thanks

Jürgen Schnurr
Technische Dokumentation

--

    4 replies

    1-Visitor
    June 5, 2012
    Try creating an ACL in Publishing Engine's .../custom/init directory named
    (or whatever name works for you in your environment, as long as it's an
    ACL):

    pdf_bookmark_clip.acl


    In it, place the following command:

    $main::pdf_bookmark_clip=128


    Restart PE and see if that fixes your problem.

    I think this was a bug that got fixed. But I can't remember the versioning
    particulars. And I could be wrong, it may have been a feature all along and
    we just had to get directed to the setting.


    On Tue, Jun 5, 2012 at 1:32 AM, Juergen Schnurr
    <juergen.schnurr@tanner.de>wrote:

    > Hello,
    >
    > I have experimented with creating PDF bookmark entries.
    >
    > Arbortext Editor truncates the length of the bookmark entries
    > after 65 characters.
    >
    > There is no difference, if the PDF bookmarks are automatically
    > created or created by the stylesheet (Direct PDF feature).
    >
    > Does anybody know how to change this behavior?
    >
    > Is this a feature or known bug?
    >
    > Thanks
    >
    > Jürgen Schnurr
    > Technische Dokumentation
    >
    > --
    1-Visitor
    June 5, 2012
    Hello Paul,

    thank you very much.

    It works for both the automatic bookmark generation and
    the stylesheet driven bookmark generation.

    By the way I tried this on the client side publishing.



    Am 05.06.2012 13:24, schrieb Paul Nagai:
    > Try creating an ACL in Publishing Engine's .../custom/init directory
    > named (or whatever name works for you in your environment, as long as
    > it's an ACL):
    >
    > pdf_bookmark_clip.acl
    >
    >
    > In it, place the following command:
    >
    > $main::pdf_bookmark_clip=128
    >
    >
    > Restart PE and see if that fixes your problem.
    >
    > I think this was a bug that got fixed. But I can't remember the
    > versioning particulars. And I could be wrong, it may have been a
    > feature all along and we just had to get directed to the setting.
    >
    >
    > On Tue, Jun 5, 2012 at 1:32 AM, Juergen Schnurr
    > <juergen.schnurr@tanner.de <<a=" style="COLOR:" blue;=" text-decoration:=" underline&quot;=" target="_BLANK" href="mailto:juergen.schnurr@tanner.de">>">mailto:juergen.schnurr@tanner.de>> wrote:
    >
    > Hello,
    >
    > I have experimented with creating PDF bookmark entries.
    >
    > Arbortext Editor truncates the length of the bookmark entries
    > after 65 characters.
    >
    > There is no difference, if the PDF bookmarks are automatically
    > created or created by the stylesheet (Direct PDF feature).
    >
    > Does anybody know how to change this behavior?
    >
    > Is this a feature or known bug?
    >
    > Thanks
    >
    > Jürgen Schnurr
    > Technische Dokumentation
    >
    > --
    1-Visitor
    June 5, 2012
    Great! Glad it solved your problem.

    On Tue, Jun 5, 2012 at 5:07 AM, Juergen Schnurr
    <juergen.schnurr@tanner.de>wrote:

    > Hello Paul,
    >
    > thank you very much.
    >
    > It works for both the automatic bookmark generation and
    > the stylesheet driven bookmark generation.
    >
    > By the way I tried this on the client side publishing.
    >
    >
    >
    > Am 05.06.2012 13:24, schrieb Paul Nagai:
    >
    > Try creating an ACL in Publishing Engine's .../custom/init directory named
    > (or whatever name works for you in your environment, as long as it's an
    > ACL):
    >
    > pdf_bookmark_clip.acl
    >
    >
    > In it, place the following command:
    >
    > $main::pdf_bookmark_clip=128
    >
    >
    > Restart PE and see if that fixes your problem.
    >
    > I think this was a bug that got fixed. But I can't remember the versioning
    > particulars. And I could be wrong, it may have been a feature all along and
    > we just had to get directed to the setting.
    >
    >
    > On Tue, Jun 5, 2012 at 1:32 AM, Juergen Schnurr <juergen.schnurr@tanner.de<br/>> > wrote:
    >
    >> Hello,
    >>
    >> I have experimented with creating PDF bookmark entries.
    >>
    >> Arbortext Editor truncates the length of the bookmark entries
    >> after 65 characters.
    >>
    >> There is no difference, if the PDF bookmarks are automatically
    >> created or created by the stylesheet (Direct PDF feature).
    >>
    >> Does anybody know how to change this behavior?
    >>
    >> Is this a feature or known bug?
    >>
    >> Thanks
    >>
    >> Jürgen Schnurr
    >> Technische Dokumentation
    >>
    >> --
    1-Visitor
    June 6, 2012

    As a side note...


    If 128 characters isn't enough, the command can take a value up to 255. I think that's the maxium value, though.