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 …...SetPageSize(600, 400); //save and done doc.Save(“d:\output.pdf”); When...SetPageSize(600, 200); //save and done doc.Save(“c:\test2.pdf”); Process...