Currently, I am viewing the document using the below code
```
SfPdfViewerTheme(
data: SfPdfViewerThemeData(brightness: Brightness.light),
child: Stack(
children: [
SfPdfViewer.memory(
widget.fileData,
controller: _pdfViewerController,
canShowPasswordDialog: true,
canShowScrollStatus: true,
scrollDirection: PdfScrollDirection.vertical,
interactionMode: PdfInteractionMode.selection,
pageLayoutMode: PdfPageLayoutMode.continuous,
),
],
),
) ```
I want to add some images and text o that PDF using some buttons. how to do that using _pdfViewerController any idea?
Or do I need something else?
Hi Dhananjay Gahiwade,
At present we do not have support for custom stamp annotations in Flutter SfPdfViewer. We do not have any immediate plans to implement this feature. At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. We will let you know when this feature is implemented.
https://www.syncfusion.com/feedback/33543/support-for-custom-stamp-annotation
Regards,
Deepika R
Regarding free text annotation in SfPdfViewer:
Currently, we do not have support for the free text annotation in Flutter PdfViewer. We do not have any immediate plans to implement this feature. At the planning stage for every release cycle, we review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. We will let you know when this feature is implemented. Kindly use the following link for track the status of the feature,
https://www.syncfusion.com/feedback/45202/support-for-free-text-annotation-in-sfpdfviewer
OK, Any idea exactly when you will implement or add these features?
As we mentioned earlier, we do not have an immediate plan for implement this feature. We will let you know once the feature is implemented. Kindly use the following link for track the status of the feature,
Free text annotation: https://www.syncfusion.com/feedback/45202/support-for-free-text-annotation-in-sfpdfviewer
Custom stamp annotation: https://www.syncfusion.com/feedback/33543/support-for-custom-stamp-annotation