Rank: Member Groups: Member
Joined: 11/6/2013 Posts: 17
|
Using PdfCreator I have a pdf with form elements which I want to fill out in code. Then I want to "lock" the document from everything but but printing (the form is basicly a helper to easily programmaticly add content without putting in position x/y).
I have tried: doc.Security.Permissions = PdfDocumentPermissions.Printing; but that means that the form data is not even shown.
Edit: Problem was that for some reason the font was white :)
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Glad to hear that you found that out! Thanks for the update!
|