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

GrahamCarr
GrahamCarr
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
14

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by GrahamCarr
Customize the badges you want to showcase on your profile
Importing XML Issue - Adobe LiveCycle 13-03-2015
I have some questions concerning XML data imported into a PDF created using LiveCycle if anyone is able to answer them for me please.I have a 132Mb EXCEL file of data which when exported to an XML file via the XML data mapping facility is producing an XML file of 592Mb in size. When I try and import this XML file into the PDF using Acrobat it stops responding and eventually I receive an error message stating:The exception unknown software exception (0x40000015) occurred in the application at loc...

Views

519

Likes

0

Replies

2
Maximum file size of imported XML document - Adobe LiveCycle 13-02-2015
Is anyone able to tell me if there is a maximum size for XML files that you can import into a PDF document?? I need to know this as my client has a requirement for a very large data set within an interactive PDF generated using LiveCycle designer.

Views

191

Likes

0

Replies

0
Re: Predicates - Adobe LiveCycle 22-01-2015
Thanks for the reply Kyle, however since the post I have now managed to work it out, for the benefit of others see an example below:var nodeitems = xfa.record.resolveNodes('datasourcename.Record[Criteria1=="Test" and Criteria2=="Test" and Criteria3=="Test"]');

Views

528

Likes

0

Replies

0
Re: Predicates - Adobe LiveCycle 06-01-2015
Hi Kyle,It's some time since you posted this answer, however I am now running into the situation where I need to specify multiple parameters, are you able to provide me with a couple of examples of the applyXPath method doing a query using multiple parameters?Thanks in advance.Graham

Views

387

Likes

0

Replies

0
Re: Predicates - Adobe LiveCycle 28-03-2014
Thanks Robert, I should have mentioned that I am already performing a for loop as above, however this seems like an unecessary and potentially processor intensive step especially in that there might 100's of records returned that I don't necessarily need as they are not related to the country I am showing, so I was wondering if there was a way of doing this at predicate level so that only the nodes with a matching country sub-item are returned. This of course may not be possible but it would be ...

Views

390

Likes

0

Replies

0
Predicates - Adobe LiveCycle 28-03-2014
I have the following predicate:var predicate = "$record.TopMerchants.Record[*]";var nodeitems = $data.resolveNodes(predicate);which searches an XML structure similar to the following: United Kingdom testing testing again United Kingdom testing testing again United States testing testing again This works fine in retrieving all of the records under the TopMerchants node, however what I really want is to be able to bring back records that have a specific country but I am not sure how this is d...

Views

1.8K

Likes

0

Replies

7
Sample XML Data - Adobe LiveCycle 24-02-2014
Okay so I have created a data connection using the Sample XML data method but I don't want to bind the data to objects to be populated dynamically. What I actually want to do is programatically populate objects with the data so how do you go about traversing the XML data??

Views

254

Likes

0

Replies

0
Read and store XML data - Adobe LiveCycle 24-02-2014
I have created a connection to a sample XML file and was wondering how you would go about reading from that data source and storing the data using JavaScript so that different data can be displayed based on user choices (e.g. dropdown list)? Can this data also be stored so that an end-user can open the PDF without needing to have a local copy of the XML file on their machine?

Views

309

Likes

0

Replies

0
LiveCycle Technical Support?? - Adobe LiveCycle 24-02-2014
We have a very specific technical requirement and we need to know if a combination of LiveCycle Designer and Acrobat (without the extensions and LiveCycle server) will fulfill our needs before we decide to purchase licences. Find below what we are wanting to happen:End UserA PDF form which has functionality that will populate set tables and charts based on the users selections from dropdowns, buttons, etc. The data needs to be embedded within the PDF but the form has to be dynamic so that the ch...

Views

504

Likes

0

Replies

0
Re: Is this possible? - Adobe LiveCycle 24-02-2014
Thanks for the information. In terms of the charts I have seen the examples so feel quite confident in that respect, the issue I am not confident about is reading the XML data and storing it in the PDF and then being able to alter charts, tables based on buttons/dropdowns using the data that has been stored. The sample of storing data seems to highlight the fact that it cannot be used in interactive forms, so I was wondering if there is a solution to be able to store data within an interactive f...

Views

187

Likes

0

Replies

0