First row of repeating fields on pre-defined PDF template
I'm working on a predefined PDF template using Adobe Acrobat Professional 9. BIP version is 11.1.1.5. Below, I have explained the steps I followed to complete the PDF template.
1) All the required xml elements were mapped on to the pdf fields.
2) Defined the grouping by creating placeholders body_start and body_end.
3) Entered the synatax @{rep_field="BODY_START"}@ and @{rep_field="BODY_END"}@ in the tooltip of body_start and body_end.
4) All the repeated fields have been set with tooltip @{rep_field="T1_G1"}@.
When I run my PDF template, final output shows that the first row of repeated fields are misplaced from the second occurrence onwards. They print fine during the first occurrence. I read in the documentation that we need to adjust the space between body_start place holder and the first row of repeated fields such that they print correctly during all the occurrences. I tried spacing the body_start placeholder, but never able to get the first row of fields printed correctly from second occurrence onwards. Any suggestions?