How can you maintain the links in your pdf fileA which contains links to itself in the fileB which includes FileA?
FileA has internal links to itself. I include it to FileB by Pdfpages such that
This is in FileB
\usepackage[enable-survey]{pdfpages}
\usepackage{hyperref}
\includepdf[linktodoc=true, link=true]{fileA.pdf}
I have tested the following options unsuccessfully
linktodoc=true
link=true
thread=true
I am reading this tutorial.