Expand my Community achievements bar.

Assign Multiple task

Avatar

Former Community Member

 

I have a PDF with 5 pages . When this 5 page PDF is uploaded in the server, it should trigger a work flow depending on the page num.

Say page 1 should be assigned to User1,Page 2 to user 2, page 3 to user 3, page 4 to user 4 and page 5 to user 5.

Please let me know how to go about this

TIA

Kris

1 Reply

Avatar

Former Community Member

Hi krisGopala,

If you have an xdp based form, what you could do is create a separate xdp form that represents one page, and split your xml data into 5. Then you can assign each page to a different person and keep the data.

If this is a static flattened pdf, you can use the invoke ddx operation and export only one page, here's a link to the ddx documentation

http://help.adobe.com/en_US/livecycle/9.0/ddxRef.pdf

See for example p.31

Regards,

Thomas