You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to merge 2 PDF's.
The first PDF does not have link. But the second PDF has links. By links, I mean that when I click on them it navigates to other part of the PDF.
The links works fine if I don't merge the PDF's. But when I merge the PDF, I loose the ability to link to other part of the PDF.
I am using the CLI, hexapdf merge a.pdf b.pdf output.pdf
Here b.pdf file has the links.
A thing to note:
If I do something like hexapdf merge b.pdf a.pdf output.pdf, the link works fine. But now I loose the order.
Am I missing something or doing something in a wrong way?
BTW, this is an awesome gem.
The text was updated successfully, but these errors were encountered:
@anishnath That is okay but you will need to do that manually and can't do it automatically like with HexaPDF. It might also be a problem with sensitive documents that one doesn't want to share with a website.
I am trying to merge 2 PDF's.
The first PDF does not have link. But the second PDF has links. By links, I mean that when I click on them it navigates to other part of the PDF.
The links works fine if I don't merge the PDF's. But when I merge the PDF, I loose the ability to link to other part of the PDF.
I am using the CLI,
hexapdf merge a.pdf b.pdf output.pdf
Here
b.pdf
file has the links.A thing to note:
If I do something like
hexapdf merge b.pdf a.pdf output.pdf
, the link works fine. But now I loose the order.Am I missing something or doing something in a wrong way?
BTW, this is an awesome gem.
The text was updated successfully, but these errors were encountered: