Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
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)
Thanks, Jason, please share your results. My main issue with the bookmarks is the truncation.
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)
It works! I had to put it in the pe server custom init folder. Thanks, Paul 'n Brett!