Can I put editable fields on PDF?

Hi All,

I my company, we are using PDF's and some Users are looking for 'Editable Fields on PDF'. is that possible in jaspersoft?.

 

Thanks

Duggu09's picture
227
Joined: Feb 24 2016 - 10:59am
Last seen: 3 years 11 months ago

4 Answers:

No. You'll need to edit the pdf after it is generated and use other tool to make fields editable.

hozawa's picture
169741
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

The PDF files made in Jaspersoft are fully protected from further editing for a purpose of preventing piracy and data stealing. In order to have them editable, you should create them with different software. There are many of them actually, I use the tool made to edit pdf forms, as an example. Adobe Acrobat is allowing to do so as well, yet it will be a thing only if you have the subscription already

rsalois86's picture
106
Joined: Aug 2 2018 - 3:51am
Last seen: 4 years 7 months ago

Added a "net.sf.jasperreports.export.text.isInputForm" to switch text field and static text component to pdf form text fields. Just set this property to "true" on static text or text field

https://github.com/ozawa-hi/jasperreports/tree/input_text

hozawa's picture
169741
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 9 months ago

@hozawa I am trying to use your net.sf.jasperreports.export.text.isInputForm

it says urls do not exist. Does this still work? Is it user error on my end?

bfogler's picture
67
Joined: Jun 14 2019 - 12:27pm
Last seen: 3 months 2 weeks ago
Feedback
randomness