Hi,
I’m building an n8n workflow that:
-
Uploads a PDF file
-
Generates a summary of its content
-
Creates a new PDF containing that summary
-
Merges the summary PDF with the original
My main question: Is it possible to add hyperlinks in the summary PDF that, when clicked in the final merged file, scroll directly to specific pages in the original PDF section? For example, linking “See details on page 5” to jump to page 5.
Has anyone achieved internal page hyperlinks in n8n-generated PDFs? Any nodes, APIs (like PDF.co or ConvertAPI), or workarounds for this?
Thanks for any guidance!