I could not able to fetch the existing Header and Footer of the attached document.
Tried using GetStamps and Artifacts but fails. Please provide the more information to fetch these header and Footer
Case: 1
Aspose.Pdf.Facades.PdfContentEditor pce = new Aspose.Pdf.Facades.PdfContentEditor();
pce.BindPdf(doc);
Aspose.Pdf.Facades.StampInfo[] infos = pce.GetStamps(1);
Case: 2
Aspose.Pdf.ArtifactCollection artifact = doc.Pages[1].Artifacts;
withHeaderFooter.pdf (1.1 MB)