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

sebekk23
sebekk23
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by sebekk23
Customize the badges you want to showcase on your profile
Re: How to validate PDF document with JAVA - Adobe LiveCycle 05-08-2010
And BTW, maybe someone knows example with this kind of validation.

Views

775

Likes

0

Replies

0
Re: How to validate PDF document with JAVA - Adobe LiveCycle 05-08-2010
I modified code for rendering form and for validating and I start to get erros on output, but that is not complete list

Views

776

Likes

0

Replies

0
Re: How to validate PDF document with JAVA - Adobe LiveCycle 04-08-2010
I test it on wrong PDF too (Acrobat Reader declare errors) and stiil the same

Views

775

Likes

0

Replies

0
How to validate PDF document with JAVA - Adobe LiveCycle 02-08-2010
Hi,Is there any way to write JAVA app that will validate PDFs through/with LC API ? I was traying with code:...ServiceClientFactory myFactory = ServiceClientFactory.createInstance(connectionProps);FormsServiceClient formsClient = new FormsServiceClient(myFactory); FormsResult renderedForm = renderPDF(formName, xmlData, url, formsClient); RenderOptionsSpec processSpec = new RenderOptionsSpec();//processSpec.setValidationReporting(5);processSpec.setLocale("pl_PL");FormsResult formOut = formsClient...

Views

6.9K

Likes

0

Replies

4