Background We are currently evaluating Aspose.Pdf for .Net as a replacement for iTextSharp. I am using the new Aspose.Pdf API (i.e., not the Generator)
Problem
When I call SetPageSize() to change the dimensions of a …...Add(); var box = new FloatingBox(200, 100); box.Paragraphs.Add(new...TextFragment(“page 3”)); page.Paragraphs.Add(box); page.SetPageSize(600, 200);...