I Have document. I want to write 3 rows text at the end of document
If i go at the end of document and write 3 rows - its go to the next page
I Have document. I want to write 3 rows text at the end of document
If i go at the end of document and write 3 rows - its go to the next page
@azamatik471 Please, attach the source document here we will check the issue and provide you more information.
@Vadim.Saltykov builder.MoveToDocumentEnd();
builder.Writeln(“User.:”+ FIO2(document.Ispolnitelj.FIO));
builder.Writeln(“Tel.:” + document.Ispolnitelj.Telefon);
builder.Writeln(“E-mail:” + document.Ispolnitelj.EMail);
At this example last 2 rows go the next page
I can suggest to reduce the font size…
builder.Font.Size = 8;
It’s hard to say without seeing the document. Please, attach the source document here I will check and provide you more information.