- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
How exactly did you generate the PDF?
2ways:
- my own way I programmed a servlet which contacts the liveCycle dataSource which combines the xdp & xml data to create a temp PDF.
- through a process in Workbench ES, using watched folders for XML files
Both work perfectly and generate fully working PDF files as expected.
If you look at the XML Source, for any one of the text fields is there an attribute 'access="readOnly"' on the field node?
Yes.
Simplification of what my goal is:
I just don't want to be able to select a textField* and be able to press backspace, resulting in a modification of the data. I want ALL data which the end-user is able to see to be NON-modifyable at all. Even if saving is impossible, I still don't want the end-user to be able and change it's values.
* In designer its a textfield, obviously I'm talking about selecting it in the acrobat reader.
I uploaded an example of a generated PDF, try selecting and deleting the total-price in acrobat reader & you know exactly what I mean by modification ![]()
Views
Replies
Total Likes