Quantcast
Channel: Aspose.Pdf Product Family
Viewing all articles
Browse latest Browse all 3131

Remove / Disable URL links in PDF

$
0
0
For our end client application, we need to disable hyperlink URLs in PDF documents.

I'm using this code without success:

com.aspose.pdf.Document document = new com.aspose.pdf.Document("sample.pdf");
document.setOpenAction(null);
document.save("output.pdf");

Any suggestions please?

Thank you in advance.



Viewing all articles
Browse latest Browse all 3131

Trending Articles