How to make a text field wrap to next page
i've done best find solution problem before coming here post, forgive me if i've missed posted solution.
i .net coder, using itext manipulate pdf's. need create template corporate invoice allow me have header , footer content on page, surrounding invoice detail section , have invoice detail wrap next page necessary.
criteria: pages have invoice header. pages have invoice footer pagination (i.e. page 1 of n). number of pages controlled number fo lines in invoice detail text field.
for example, if text field holds 30 lines , each line item takes single line. invoice 25 line items use 1 page. if invoice has 35 line items, content in text area needs flow page 2 in invoice detail area.
i have tried every combination can dream in adobe livecycle designer , cannot document set flow page 1 page 2.
for me able access invoice detail field in code, appears needs need text field. i've been able access fields .net code , fill them in without issue.
what cannot template allow me put more content in detail area fits on page 1 , have automatically create second page , flow content detail area.
can point me in right direction, or provide working sample pdf?
i.e.
page 1:
my company
address
invoice #20
---------------------------------
line item #1
lilne item #1 detail
line item #2
line item #2 detail <from here, detail must flow detail section of next page>
____________________
page 1 of 2
page 2:
my company
address
invoice #20
---------------------------------
line item #3
lilne item #3 detail
line item #4
line item #4 detail
____________________
page 2 of 2
there samples come designer: c:\program files (x86)\adobe livecycle workbench es31\designer 10.0\en\samples\forms\purchase order\dynamic interactive\forms
More discussions in LiveCycle PDF Generator
adobe
Comments
Post a Comment