ralfstuckert / pdfbox-layout

MIT License
155 stars 74 forks source link

Add a hyperlink using pdf-box-layout inside pdfbox? #83

Open ashleynguci opened 3 years ago

ashleynguci commented 3 years ago

I already had a PDF file using PDDocument, and I realized I need to use the pdfbox-layout to add a hyperlink which has Document as a parent. How to combine them together as a file?

bksantiago commented 3 years ago

You can use the overlay API of PDF box to combine the newly created one with links and the existing document