Hi,
I am using the Aspose.Pdf and the Aspose.Pdf.Kit to produce pdf-documents. When I wants to produce a pdf-document with pictures in it, i am using the PdfFileMend object to do it. The problem is, that the resulting memorystream never have the same size after each run of the code and I uses the size of the memorystream to decide, whether the resulting pdf-document is different from a previous version, because I have to save any new version of the pdf-document… Because the size of the memorystream is different each time allthough the unput data is the same I get to save a lot of unnecessary versions of the pdf-document. I am using version 4.3.0.0 of the Aspose.Pdf.Kit.dll.