Hi Aspose,
During saving Invoice Revision.PDF I receive “Number of placed objects is not correct” exception only in case when Optimize() method was called before saving. Tested on Aspose.PDF 19.9:
Aspose.Pdf.Document pdf = new Aspose.Pdf.Document(filePath);
pdf.Optimize(); //if commented all works fine
pdf.Save(filePath + “.pdf”);
Best regards,
Alex Shloma