Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
403 views
in Technique[技术] by (71.8m points)

c# - Need to give page break in inner PdfPTable of iTextSharp

I am printing my html string in to pdf using iTextSharp. I have nested table hierarchy. I need the Inner table should be break if its not fit in the current page and Start printing on new page.

I have putted the

KeepTogether = true;
SplitLate = false;
LockedWidth = true;

For all the tables that is for parent as well as all the child tables.

But in my case the Inner table is not breaking.

Here is the Image. enter image description here

I am adding main parent table in document.add(parentTable).

I have checked that If I separate the child table from parent table and add in document directly, its breaking the page whenever require.

But for nested table its not breaking .

Can you please help me ?

Thanks

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...