Re: Re: Can't insert values into Editable text fields using VBA
I stand corrected. It opened in LiveCycle Designer. Here's the top part of the xml source.... I assumed it was an AcroForm because I was able to read the field names using the JSObject... Set jso =...
View ArticleRe: Re: Can't insert values into Editable text fields using VBA
Try starting here. Not sure where the JavaScript Reference for Designer is, but you will surely need it. http://partners.adobe.com/public/developer/en/acrobat/sdk/AcroJS_DesignerJS.pdf
View ArticleRe: Can't insert values into Editable text fields using VBA
Actually, you don't need the JS Reference for Designer (or theAcroJS_DesignerJS.pdf document): You are not trying to write JavaScript foran XFA document, you are still trying to use Acrobat and the IAC...
View ArticleRe: Can't insert values into Editable text fields using VBA
I just tried doing it with XFDFand still no luck (see below). If you see something wrong here plz let me know. Karl, I will try the xfa property next. Thank you. Dim strPath As StringDim intFile As...
View ArticleRe: Can't insert values into Editable text fields using VBA
XFDF is a format you can only use when using AcroForms, it's not compatiblewith XFA forms. Both are XML based, but that's just like saying bothEnglish and Spanish are based on the alphabet, just...
View ArticleRe: Can't insert values into Editable text fields using VBA
< Do you know how to execute Javascript in Acrobat's JS console? >No
View ArticleRe: Can't insert values into Editable text fields using VBA
See here for a tutorial: https://acrobatusers.com/tutorials/javascript_console
View ArticleRe: Can't insert values into Editable text fields using VBA
<All you have to do now is to use this knowledge when you access the document data via the JSObject.> I'm sorry for being so dense. I tried creating an xfa object but was unsuccessful. Dim jso as...
View ArticleHow to use plugin from 11 to 10
Hi I have developed a acrobat plugin in 11, its works well in acrobat 11, but now I want to use it acrobat 10How to do it. Is there anything to be replaced, I tried by replacing Header file but no use
View ArticleRe: How to use plugin from 11 to 10
What version of the SDK did you use to develop the plugin? If you used the Acrobat 11 SDK, then it can only be used with acrobat 11 and later. For Acrobat 10, you would need to develop with the...
View ArticleRe: Drag n Drop from Acrobat Page thumbnails (Create PDF from hGlobal Storage...
Thanks for your help and suggestions. I finally solved the problem using the IDropTarget from a Folder.
View ArticlePlugin working on acrobat 11 not in acrobat 10
Hi I have developed a plugin in acrobat 10 sdk. but the plugin is not loaded in acrobat 10, wherelse its working on acrobat 11
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
Did you developed the plugin on a system with Acrobat X ?
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
No, I am developing plugin on system with acrobat XI
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
What kind of system? Windows, Mac, ... ?
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
Before you transfer the plugin to a other system you must create a Release build of the plugin.
View ArticleRe: Drag n Drop from Acrobat Page thumbnails (Create PDF from hGlobal Storage...
Great! Looking forward to seeing what you are building – sounds interesting!!
View ArticleRe: Plugin working on acrobat 11 not in acrobat 10
and make sure you have all the required libraries (like msvcruntime) on the other machine.
View Article