PdfJavaScriptStripper fails to process document after resaving it using Aspose.Pdf.Document.Save method

Hi,
PdfJavaScriptStripper fails to process PDF document attached to the ticket 22139240v1 - Ambriz v. Ford 2-28-2020 (MICALE DX,CX).pdf (582.7 KB).
I use the following code to replicate the issue:

var output = inputPdf + "-processed.pdf";
new Aspose.Pdf.License().SetLicense(AsposeLicenseFile);

var pdf = new Document(inputPdf);
pdf.Save(inputPdf);
pdf.Dispose();

var result = new PdfJavaScriptStripper().Strip(inputPdf, output);

@vhorodnii

We have logged this problem in our issue tracking system as PDFNET-50933. You will be notified via this forum thread once this issue is resolved.

We apologize for your inconvenience.

hi,
do you have any updates or estimations for the ticket?

@vhorodnii

Currently, your issue is pending for analysis and is in the queue. Once we complete the analysis of your issue, we will then be able to provide you an estimate.

A post was split to a new topic: Corrupted PDF is generated after re-saving PDF