I have a project that is filling pdfs with data, combining, then saving them all asynchronously. I am having an issue where sometimes a few of the documents in the packets are not getting flattened. I am calling Flatten…...FlattenAllFields() on the pdf form just before saving it to a new...public Form GetPdf(Stream stream) { var pdf = new Form(stream);...