Expand my Community achievements bar.

Strange assembling going on

Avatar

Former Community Member
Hi,



I am using an assembler service to assemble documents. The assembler service is fed with a byte stream from my application containing the bytes for the forms to be assembled. (These bytes used are returned from a render service and added to the list of bytes which are to be sent to the assembler service.)



The order of the forms are fine as long as the number of forms being assembled is under five. Over that amaount and the ordering is no longer correct. Has anybody experienced this before??



Kind regards



Lars
1 Reply

Avatar

Former Community Member
The issue has been resolved - was due to a coding error in my application.



The keys to the Map sent to assemblerservice was not padded with zero. This led to the assembly being in the wrong order with ten pages or more.



/Lars