When I read the following files and attempt to save them, the result is unusable by adobe acrobat reader.
code:
Aspose.Pdf.Document doc = new Document("pocorgtfo02.pdf");
doc.Save(@"d:\out.pdf", SaveFormat.Pdf);
files:
1) https://drive.google.com/file/d/1Q6WxU8WIf29XjZaVxTRD41raiyo3YdQ_/view?usp=sharing
2) https://drive.google.com/file/d/1w7QOBhZZkewJayyxJ9F-m83WDZ84YpOz/view?usp=sharing
thanks,
Oren