Hi there
The header isn’t rendered properly, and the contents of the PDF is cut off.
Hi there
Hi Abby,
Hi there
Hello
I have some additional information after debugging further.
Hi Abby,
Thanks, I found on our end that the rotation was set to 90 as well. Can you advise if Aspose is looking at page.GetRect’s dimensions and the rotation to determine where to add Paragraphs? We might need to apply a code workaround to adjust rotation while we wait for the rectification the Aspose side.
Hi Abby,
Hi Tilal
Hi Abby,
Hi Abby,
foreach (Aspose.Pdf.Page page in doc.Pages) {
Aspose.Pdf.Rectangle rect = page.GetPageRect(true);
page.Rotate = Rotation.None;
Console.WriteLine(“Page {0} width is {1} and heigth is {2}, rotation: {3}, size considering rotation: widht {4} : height {5}”, page.Number, page.Rect.Width, page.Rect.Height, page.Rotate.ToString(), rect.Width, rect.Height);
}
Please try using above approach with Aspose.Pdf for .NET 17.6 and in case you still face any issue, please feel free to contact us.
Best Regards,