How to add any image or text to an existing pdf by clicking on any button?

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?


4 Replies

DR Deepika Ravi Syncfusion Team July 11, 2023 04:24 PM UTC

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



DR Deepika Ravi Syncfusion Team July 12, 2023 12:57 PM UTC

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



DG Dhananjay Gahiwade replied to Deepika Ravi July 13, 2023 07:29 AM UTC

OK, Any idea exactly when you will implement or add these features?



DR Deepika Ravi Syncfusion Team July 14, 2023 07:07 AM UTC

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


Loader.
Up arrow icon