Re: How to open Reader when Acrobat is installed? How to fill in Reader text...
This isn't possible with Reader. It can only work if Acrobat is installed.
View ArticleUsing Adobe X Pro need to secure document so data cannot be saved.
Using Adobe X Pro need to secure document so data cannot be saved. I want them to be able to fill in the form so it is legible but I need them to then print it and not be able to save the sensitive...
View ArticleRe: Using Adobe X Pro need to secure document so data cannot be saved.
That's not possible. You can use the Document Will Save event to reset the form with the following JavaScript: // Document Will Save scriptresetForm();
View ArticleRe: Using Adobe X Pro need to secure document so data cannot be saved.
To get to this event in Acrobat 10, select: Tools > JavaScript > Set Document Actions > Document Will Save Note that JavaScript can be disabled by a user and some PDF viewers (e.g., Adobe...
View ArticleRe: Advice needed (for a newbie)
George, Thanks for the quick response! As far as the signature stuff...I think that Echosign would be easier for customers so they dont have to setup a digital ID/etc...but we'll have the weigh the...
View ArticleProduct order form issue
I'm putting together an online order form for shirts & sweatshirts. As the layout has it now, I do not have the room to put various size options (11 total) with the option to enter a quantity for...
View ArticleRe: I have set text size to Auto but it starts too small
Thanks Gilad D for the suggestion. grape jan, try this as the Custom Keystroke script for the text field: var a = event.value.length; if ((a < 10) || (a =="")){ //If...
View ArticleRe: Merging data files into spreadsheet (Simplified Chinese) problem
Thank you for your answer.I have tried but after exporting to XML, the data of a particular form is separated into a few lines (I want one line).
View ArticleCustom adobe plugin in .net
I have creaded a custom plugin for adobe(Ex:-BasicPlugin). i want to call that plugin in .net language. is it possiable? If posssible please give some code example.. Thanks:Rmsthiyagu
View ArticleRe: Custom adobe plugin in .net
Plug-ins are part of Acrobat. You can't directly "call" them from outside. You could perhaps send an event, like MenuItemExecute, to the plug-in. Or make the plug-in contain OLE server functions...
View ArticleHELP! Form field auto fill with author
I am trying to make a document that loads a form field with the author meta data when it is opened. I believe that I need to put a script in the Document level script area but cant figure out the script!
View ArticleRe: HELP! Form field auto fill with author
It could be something like this: getField("text1").value = info.Author; Replace "text1" with the actual name of the field. More info:...
View ArticleRe: Custom adobe plugin in .net
You could possibly write a program to accomplish the same task. Look at the Acrobat SDK and the Acrobat PDF Library.
View ArticleRe: Custom adobe plugin in .net
You should post your question in the Acrobat SDK Forumhttp://forums.adobe.com/community/acrobat/acrobat_sdk
View ArticleIf Else Statement in Validation of Other Field's Values
Thanks in advance for your help. Here is the statement: $3,000 (maximum contribution)OR my remaining balance $ (remaining balance field) $ (total field) The maximum that the user can contribute is...
View ArticleIs there an enterprise version of Adobe Forms Central subscription that...
I have found many online form tools. Adobe is reputable so I am inclined to use it, however I can find little information. I need a forms system that stores results in the cloud for export. It must...
View ArticleRe: Is there an enterprise version of Adobe Forms Central subscription that...
It allows unlimited forms, but the limit on the number of responses at one time is 5000, with a buffer that stores an additional 2500. You can always download the responses before you reach the limit...
View ArticleRe: How to flatten a completed form after submit?
I am trying to lock in the date when the form is completed. I am struggling with the script to stop the date from changing once the form is filled. I am wondering if you had a sample of this that you...
View ArticleRe: Is there an enterprise version of Adobe Forms Central subscription that...
Regarding multiple users (form creator/editors), there used to be a 5-seat team plan but it's no longer available, so you now have to get one license per user.
View ArticleRe: How to flatten a completed form after submit?
You appear to high jacking the OP's post. You have to identify the products the users filling in the form will be using. Only Acrobat or maybe some other full feature editing program can dynamically...
View Article