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

mohiteabhijit
mohiteabhijit
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
29

Discussions

Discussions
0

Questions

Questions
17

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mohiteabhijit
Customize the badges you want to showcase on your profile
generating multiple pdf in single call instead of generatePDFOutput - Adobe LiveCycle 09-03-2011
In my application I am having multiple adobe templates in terms of XDPs. As per business requirement I need to create a pdf which will have multple tempaltes and xmls as inputs.To achieve this I am using below api outputDocument = outClient.generatePDFOutput(TransformationFormat.PDF, templateFileName, templateDir,null, pdfOptions, inXMData);For each invoice I am making a call to server, but due to this performance getting affected.Is there any way to get the multiple pdfs in single call by passi...

Views

772

Likes

0

Replies

1
app.launchURL not working after multiple click - Adobe LiveCycle 09-03-2011
Hi,I am using below script to open the url in new window.app.launchURL(dynamicUrl, true);After clicking the buttons multiple times, new window get hanged, even requested url not came to server.Is there any solution for this? Please help for the same.Thanks,Abhijit Mohite

Views

416

Likes

0

Replies

0
app.launchURL opening a new window on button click - Adobe LiveCycle 09-03-2011
On click of button, I am executing the below script, As per API to open a new window i am passing true in app.launchURL, but getting inconsistant behaviour.With Internet Explorer, on some machine its opening url in same window. app.launchURL(dynamicUrl,true);Is it differ from browser to browser?Is there any other way to do so?Thansk,Abhijt Mohite.

Views

588

Likes

0

Replies

0
text field getting hang for few seconds on key press - Adobe LiveCycle 09-03-2011
Hi,After loading the pdf generated from adobe livecycle, on key press in text field, it get hand for few seconds.It happens only after loading the pdf. Is any configuration missing?Thanks,Abhijit

Views

239

Likes

0

Replies

0
not getting same session on button click - app.launchURL - Adobe LiveCycle 09-03-2011
on button click I am callingapp.launchURL(urlName,true);with above script I am opening a new window but some time not getting the same session of existing app.Is there any other way to make service call without loosing session.Thanks,Abhijit

Views

284

Likes

0

Replies

0
Re: need help on XSD mapping for multiple objects - Adobe LiveCycle 04-03-2011
Hi Srini,thanks for it....Could you please give a sample to achieve the same through scriping instead of data binding,As I need to display the data on some business condition.Thanks,Abhijit

Views

115

Likes

0

Replies

0
Re: How to set the Button caption using script - Adobe LiveCycle 09-11-2010
Got the solutionButton1.resolveNode("caption.value.#text").value= btnName;

Views

75

Likes

0

Replies

0
How to set the Button caption using script - Adobe LiveCycle 09-11-2010
Hi All,In a table for each row i need to create a buttone with the caption of index number, Please help in setting the caption of button using script.Thanks,Abhijit

Views

522

Likes

0

Replies

1
how to set tooltip for each value of dropdown list - Adobe LiveCycle 03-11-2010
Hi All,My requirement is, when when click on drop-down list, and scrolling the list, need to display some additional information for each value which is selected by mosue.Please help on same,Thanks,Abhijit Mohite

Views

2.1K

Likes

0

Replies

1
Re: How to display image through script - Adobe LiveCycle 03-11-2010
Got the solution,first need to convert the imge into base 64 encoded string, and then pass it through xml.do the binding with imageField, and make it readonly.To covert image into base4 use below code//convert image file into byte array this case - buf String base64EncodedStr =new sun.misc.BASE64Encoder().encode(buf);

Views

91

Likes

0

Replies

0