DavBfr / dart_pdf

Pdf creation module for dart/flutter
https://pub.dev/packages/pdf
Apache License 2.0
1.42k stars 632 forks source link

Feature Request: Adding Hyperlinks for In-Document Navigation #1727

Open alihassan711 opened 2 months ago

alihassan711 commented 2 months ago

First, I'd like to thank you for your excellent work on the pdf package. It has been incredibly useful in my Flutter projects.

I am currently working on a feature where I need to add hyperlinks within a PDF document. Specifically, I have a grid of images, and I would like to make each image clickable so that it scrolls the document to a specific section or text. This would greatly enhance the user experience in my project.

Is this functionality currently supported, or would it be possible to add this feature in a future update? If there are any workarounds or tips you could share, I would greatly appreciate it.

Thank you for your time and consideration. I look forward to your response.

Best regards, Ali Hassan