Bug 700048 - Clickable links lost when converting to pdf
Summary: Clickable links lost when converting to pdf
Status: RESOLVED DUPLICATE of bug 699896
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PDF Writer (show other bugs)
Version: 9.25
Hardware: PC Linux
: P4 normal
Assignee: Ken Sharp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-26 13:24 UTC by Alex
Modified: 2018-10-27 09:38 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2018-10-26 13:24:40 UTC
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
Comment 1 Ken Sharp 2018-10-26 13:30:58 UTC
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 ***
Comment 2 Alex 2018-10-26 13:47:57 UTC
Yes, exactly, I apologize.

If you know, how to set the proper flag using hyperref in latex without using -dPrinted=false?

Thanks.
Comment 3 Ken Sharp 2018-10-26 13:53:22 UTC
(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.
Comment 4 Alex 2018-10-26 13:57:04 UTC
Never mind, thanks a lot for your help. I will try to check there.
Comment 5 Alex 2018-10-27 09:38:55 UTC
FYI, I made the question here: https://tex.stackexchange.com/q/456896/28146