When I convert any Latex document created with hyperref and internal named links, the bookmarks are still present and pointing to the right position, but the clickable links are lost. I was using an few month old version of gs with cygwin and was working (sorry I don't remind which was the version) and after updating to 9.25 it is not. What I use to convert is: $ gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dEmbedAllFonts=true -dSubsetFonts=true -dFastWebView=true -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf in.pdf
Wihtout a specimen file its impossible to be certain, but this is (IMO) a duplicate of #699896 *** This bug has been marked as a duplicate of bug 699896 ***
Yes, exactly, I apologize. If you know, how to set the proper flag using hyperref in latex without using -dPrinted=false? Thanks.
(In reply to Alex from comment #2) > Yes, exactly, I apologize. > > If you know, how to set the proper flag using hyperref in latex without > using -dPrinted=false? Not a clue, sorry. I'd guess there may be some discussion of this on one or another latex forum though, since this is at least the third time its come up.
Never mind, thanks a lot for your help. I will try to check there.
FYI, I made the question here: https://tex.stackexchange.com/q/456896/28146