I use https://pub.dev/packages/syncfusion_flutter_pdf
Any way to add a Marker or a Pin on PDF files with using onTap dx dy position?
I want to place marker or a customizable marker that opens up the current status screen of the marker on PDF files in a Flutter application. Need save markers and show when again pdf opened edit existing markers delete move and more
2
Answers
We can add the markup annotations to the PDF document by using our text markup annotations. You can refer to the following documentation for further details.
https://help.syncfusion.com/flutter/pdf/working-with-annotations#text-markup-annotation
Regards,
Karmegam
Note: I work for Syncfusion.
@Tigran,
Question:
have way to draw pvg or svg image like annotation?
Solution:
We do not have support for drawing SVG images in PDF documents. However, you can insert image formats like PNG and JPEG into PDF documents using the Flutter PDF library. Please refer to the UG documentation for further details:
https://help.syncfusion.com/document-processing/pdf/pdf-library/flutter/working-with-images
Regards, Jeyalakshmi T
Note: I work for Syncfusion.