Fillable PDF question

Stimulsoft Reports.BLAZOR discussion
Post Reply
cbrydon
Posts: 177
Joined: Fri May 30, 2014 4:37 pm

Fillable PDF question

Post by cbrydon »

Hello.

I am working on basic report that I will export to a PDF will fillable controls. To enable this, I add a databand with a couple of empty TextBoxes and check on their Editable property.
TextBoxEditable.jpg
TextBoxEditable.jpg (73.4 KiB) Viewed 98 times

Then when I export the report to a PDF, I select Allow Editable to be True.
PDFExportOptions.jpg
PDFExportOptions.jpg (43.44 KiB) Viewed 98 times

The works great for text controls. In the resulting PDF I can add text to the empty text boxes and save the changes in the PDF.

However, if I try the same thing for a CheckBox control (set the Editable Property on and Allow Editable on the PDF export options), it does not work. I am unable to check the check box on or off.
Is there another setting I need to consider for Check Box controls when exporting them to PDF? Is it possible to do this with Check Box controls?

Thank you,
Carl
Lech Kulikowski
Posts: 7768
Joined: Tue Mar 20, 2018 5:34 am

Re: Fillable PDF question

Post by Lech Kulikowski »

Hello,

We couldn't reproduce the issue.

What version are you using? How do you open a result PDF file?

Thank you.
Attachments
Screenshot 2026-05-22 140420.png
Screenshot 2026-05-22 140420.png (137.64 KiB) Viewed 30 times
Post Reply