Search found 6 matches

by lewisv
Thu Jun 04 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: save without edit forms
Replies: 3
Views: 11844

Re: save without edit forms

Is this function in the PDFCreator object. I can not find it.

Also does this lock fields for all edits, i want to make sure someone can not edit the document even if they open the document in the standard adobe pdf viewer?
by lewisv
Tue May 26 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: save without edit forms
Replies: 3
Views: 11844

save without edit forms

I have a pdf form that allows the user to edit form fields. I am allowing the user to edit these fields in my application. I then want to save the pdf file, but the file should be flattened, basically i want the data the user entered to be on the form, but from then on the pdf file should be un-edit...
by lewisv
Thu Apr 30 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: form value change
Replies: 1
Views: 9482

form value change

Is there a way when the pdf file is in run mode to trap when a user changes a value in a form I want to run a routine to make sure that the data is correct on the form before i let the user go on. I tried FireObjectTextChange FireSelectedObjectChange FireSelectedObjectChange2 FireKeyDown Is there so...
by lewisv
Wed Apr 29 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Run Clears Text Fields
Replies: 3
Views: 12298

Re: Run Clears Text Fields

Ok, that seems to work, but on a follow up note.

Should I set only the value field, or should i set both the text and value fields?
What exactly is the difference?
by lewisv
Fri Apr 24 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Run Clears Text Fields
Replies: 3
Views: 12298

Run Clears Text Fields

I am trying to open a file, set the values in some form text fields, then put the pdf back into run mode so that the user can not change the looks ( but can still edit the form fields ) But when I try to set the pdf into run mode all my fields clear out. Here is some sample code System.Collections.A...
by lewisv
Thu Jun 28 2007
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: tab reordering
Replies: 0
Views: 5333

tab reordering

I need to display a pdf form and allow the user to enter values into it.

When I display the pdf file i have noticed the tab order is all messed up. The pdf file is ok, i can open it externally and the tab order is correct.