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

abhi_sing
abhi_sing
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
9

Discussions

Discussions
0

Questions

Questions
4

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by abhi_sing
Customize the badges you want to showcase on your profile
Configuring ConvertPdfService: 1.2 - Adobe LiveCycle 25-01-2012
Hi,I am getting following error while configuring ConvertPdfService: 1.2 as a watch folder:location ---- Reason of failure is-----Cannot coerce object: *.tif of type: java.lang.String to type: class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpecCannot coerce object: *.tif of type: java.lang.String to type: class com.adobe.livecycle.convertpdfservice.client.ToImageOptionsSpecI want to convert PDF to TIFF but not sure what should be the values of below configurations for achiving ...

Views

705

Likes

0

Replies

0
Not able to decode barcode in adobe livecycle ES2 - Adobe LiveCycle 29-09-2011
Hi, I have configured a Live cycle barcode form service to decode a barcode from TIFF file. It will decode the result in TEXT file.The Version used is Adobe LiveCycle 9.0. I am getting some Tiff files through fax channel. But my barcode decoder service is not able to decode the barcode.The barcode are in PDF 417 format. The same barcodes are getting decoded through BarcodedForms 7.5 ST. Please help so that we can decode the same using Adobe LC 9.0.

Views

2.3K

Likes

0

Replies

1
Re: Reading Paperforms barcodes - Adobe LiveCycle 25-07-2011
are you sure whether barcode is getting assigned to data values ? You can send it to me for investigation. Id - abhinavhot@gmail.com

Views

145

Likes

0

Replies

0
Re: Value of empty fields in the barcode - Adobe LiveCycle 25-07-2011
i guess substituting null with empty string is best solution.

Views

169

Likes

0

Replies

0
Re: Populate 2D barcode on click event - Adobe LiveCycle 25-07-2011
you can use entire form data or collection data for you purpose. Also you can select the delimiter from the dropdown. Entire form data will take all the field values present on the page.

Views

121

Likes

0

Replies

0
Re: barcode is invisible - Adobe LiveCycle 25-07-2011
In my view paper form barcode should not be placed on master page. Anyways how you are assigning value to paperform barcode ?Are you making your form reader extended ? You can pass your pdf to me for solution. abhinavhot@gmail.com

Views

140

Likes

0

Replies

0
Re: Cancel saving from Presave event in case validation fails - Adobe LiveCycle 28-06-2011
Thanks radzmar, probably its a bug !!

Views

112

Likes

0

Replies

0
How to avoid form data to be reset on importing data ? - Adobe LiveCycle 28-06-2011
My form contains 2 pages . Whenever i am importing data in in page 2, Data present on page 1 is getting cleared out.I am using xfa.host.importData() to import data. I dont want page 1 data to be cleared out.Please advice...

Views

536

Likes

0

Replies

1
Cancel saving from Presave event in case validation fails - Adobe LiveCycle 24-06-2011
I am checking some custom validation on my pdf form. If they fails then I don't want user to allow saving of form.I tried following code onArrayOfDeclarationData::preSave - (JavaScript, client)if ( !ArrayOfDeclarationData.Page1.variables.ValidateField.ValidateMandatory() && !ArrayOfDeclarationData.page2.variables.DeclValidate.ValDeclPages()){xfa.event.cancelAction = true;}but I have noticed that event is not getting cancelled and user is still able to save form. Even xfa.event.cancelAction is al...

Views

1.3K

Likes

0

Replies

3