I want to resize existing pdf all pages to A4 size. In the existing pdf last page is larger in width as compare to other one but in the Aspose.Pdf.Document it is showing all pages size is same. Can you please check?
Document pdfDocument = new Document("2022-02-02323D-1.pdf");
foreach(var pdfPage in pdfDocument.Pages)
{
pdfPage.SetPageSize(597.6, 842.4);
}
pdfDocument.Save("output.pdf");
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): PDFNET-56828
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
We are afraid that the earlier logged ticket could not be resolved due to other issues in the queue logged prior to it. We will surely inform you once we make some progress towards ticket resolution. Please spare us some time.