Hi ,I am using Assembler Service to stitch few fragments into one file.
and later this file will get flattened using Output Service.lets say we
have fragments called frag1.xdp, frag2.xdp, frag3,xdp and a template
called MainTemplate.xdp , this has the subform with an insertion
point.The Assembler Service will stitch these fragments into
MainTemplate and creates a PDF.In Frag1.xdp and Frag2.xdp - I have
similar kind of JavaScript to populate Dynamic Table based on the value
of a input variable. B...