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

DTrang2010
DTrang2010
Offline

Badges

Badges
7

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
12

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by DTrang2010
Customize the badges you want to showcase on your profile
script to create PDF Portfolios - Adobe LiveCycle 08-03-2010
Hi,I was wondering if any body has a script to combine files in PDF portfolios ??ThanksTrang

Views

293

Likes

0

Replies

0
Re: problem w/ script to merge 2 PDF files - Adobe LiveCycle 02-03-2010
Hi,Would some body help me w/ this error?NotAllowedError: Security settings prevent access to this property or method.From these scriptsdoc = app.openDoc({ cPath: "/c/temp/doc1/doc1.pdf" })aFiles = new Array( "doc2.jpg","doc3.pdf");for (var i=0; i

Views

246

Likes

0

Replies

0
Re: problem w/ script to merge 2 PDF files - Adobe LiveCycle 01-03-2010
Hi Paul,So if I run a privilege context then I might get rid of that open dialog in your example? Do you have an example script I can use. Thank you so much.Trang

Views

241

Likes

0

Replies

0
Re: problem w/ script to merge 2 PDF files- merge XFA & AcroForm - Adobe LiveCycle 28-02-2010
Hi Niall,Thanks for the Paul's link. From Paul's example I modified these in my LC Designer 8.2 & put these statements in docReady event.var myDoc = event.target;var sFile = "/C/ARP/Sample_Plot_Report";myDoc.importDataObject ({cName: sFile});myDoc.exportDataObject ({cName: sFile, nLauch:2});It would prompt the user to select what file (Dialog box appear) even though I forced it with a path to load my file. It seem like no matter what path I change on my var sFile it doesn't work - look like it w...

Views

242

Likes

0

Replies

0
Re: problem w/ script to merge 2 PDF files - Adobe LiveCycle 23-02-2010
Hi Niall,My original form is XFA form and I want to pull in (append) the AcroForms to XFA form. How would I do this? How would I attach the XFA form?ThanksTrang

Views

242

Likes

0

Replies

0
problem w/ script to merge 2 PDF files - Adobe LiveCycle 23-02-2010
Hi,Would somebody please tell me what is wrong w/ my JavaScript?var newDoc = app.newDoc(); //create a new PDF docnewDoc.insertPages({nPage : -1, cPath : "/c/doc1.pdf",}); // inser doc1.pdfnewDoc.insertPages({nPage : newDoc.numPages, cPath : "/c/doc2.pdf",}); //insert doc2.pdfnewDoc.saveAs({ cPath : "/c/myNewDoc.pdf"}); //save new docnewDoc.closeDoc(true); //close docI ran these on the batch processing from Adobe Pro 9.0 - it gave me the invalid argument type.Doc.insertPages:13:Batch undefined:Ex...

Views

3.5K

Likes

0

Replies

9
how to dynamiclly load an external image - Help! - Adobe LiveCycle 19-02-2010
Hi,I need help on how to dynamiclly load a jpg file in LC Designer 8.2. Thanks for any help,Trang

Views

203

Likes

0

Replies

0
Re: Insert new page at run time to pull in images - Adobe LiveCycle 19-02-2010
Thanks for your suggestion. I'll try

Views

73

Likes

0

Replies

0
script to link a word/phrase to another place elsewhere - Adobe LiveCycle 18-02-2010
Hi,I want to click on a word or a phrase at 1 place & it would link to that same word at another place/page in Adobe LC Designer 8.2 for the Adobe. Thanks for your help!Trang

Views

501

Likes

0

Replies

1
Insert new page at run time to pull in images - Adobe LiveCycle 18-02-2010
Hello ,I'm using Adobe LC Designer 8.2, and wondering if there is a way to insert a new page - not in design view but at run time since I have a dynamic plot as image (jpg) to bring into a form (1 image per page). How would l load the image in & create those pages for these plots - it's going to be different amount of images/plot each time when the form run. I know that I have to use script some how, but I'm new at this. Greatly appreciate all the help!Thanks,Trang

Views

348

Likes

0

Replies

2