linux - Programatically edit hyperlinks inside a PDF -
i trying find way programatically edit links inside generated pdf. stack node.js open kind of tech believe can this. doing searches around on stackoverflow , other websites lead me things debenu's pdf library not opensource solution , .net solution.
doing strings
on 1 of own pdfs shows me kind of strings :
# strings mypdf.pdf | grep tfoureur -c2 -- 61 0 obj <</ismap false/s/uri/uri(http://stack.im/tfoureur)>> endobj --
i not know if clean solution walk binary searching these strings , edit them in place. not know if standard format , work time or not.
do recommend particular approach ?
Comments
Post a Comment