Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Apeksha_K
Apeksha_K
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Apeksha_K
Customize the badges you want to showcase on your profile
Re: Identify if the form is of type Static PDF Form or Dynamic XML Form programmatically - Adobe LiveCycle 22-03-2012
Hi dohanlon,The script worked perfectly well. Thanks a lot for your help!!!Best regards,Apeksha

Views

399

Likes

0

Replies

0
Re: Identify if the form is of type Static PDF Form or Dynamic XML Form programmatically - Adobe LiveCycle 21-03-2012
Yes, the form is already open. Earlier, I had tried a VB Script to check if the PDF file is Static PDF Or Dynamic XML as per the value of 'dynamicXFAForm' but it returned 'true' for both type of PDFs created by Adobe X LiveCycle Designer. Please correct me if I am doing anything wrong.app = CreateObject("AcroExch.App")pddoc = CreateObject("AcroExch.PDDoc")If pddoc.Open("c:\Usage Example Form.pdf") Then js = pddoc.GetJSObject If Not js Is Nothing Then If js.dynamicXFAForm Then MsgBox "It's a dyna...

Views

391

Likes

0

Replies

0
Identify if the form is of type Static PDF Form or Dynamic XML Form programmatically - Adobe LiveCycle 21-03-2012
Hi,We have an Adobe Plugin in which Adobe form is used. With Adobe LiveCycle Designer, Staic PDF Form and Dynamic XML Form can be created. We want to distinguish between these two types. Is there any Adobe API available which will return the type of the PDF Form; Static PDF or Dynamic XML Form?Thanks - Apeksha

Views

2.0K

Likes

0

Replies

4