Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session

Can i submit a specified page of a pdf?

Avatar

Level 7

Hi,

Can i submit a specific page of a pdf?

senario: I have a pdf form containing 5 pages. When i click on submit button, the entire pdf get submitted to servlet. Can i submit a specific page (say 3rd) page to servlet class.

Question:

1.if a specified page can be submitted then how ?

Regards

Sunil

3 Replies

Avatar

Level 10

No you can't.  You have to submit the entire PDF and then use something like Assembler to extract the page.

Jasmin

Avatar

Former Community Member

I do not think it is possible if you submit as PDF. It MAY be possible if you submit as XDP.

See http://help.adobe.com/en_US/livecycle/9.0/designerHelp/000990.html

If I am interpreting the tag value correctly you can point to the subform representing the page. Give it a try.

Steve

Avatar

Level 7

i think if i submit a form as pdf and then using assembler i can take out any specified page, then pass this page to export xml or processform acitivity which can give me xml data.

this should work.

Regads