Edit to add PDF link
I have an outlook add in which edits a PDF attached to an email using iText 7.
The code (c#) appears to function correctly and when opening the PDF in Acrobat or Kofax power PDF, the formatting is correct. When the same PDF is opened in Nuance PDF professional 5, only the text entered into the form fields remain visible. If the same PDF is opened in acrobat or Kofax, and a copy saved of the same file, it then opens correctly in Nuance.
I have tried flattening the pdf which results in no visible text in Nuance (essentially a blank PDF). I also identified that the issue only occurs for PDFs which have had a written signature added to them from an iPad.
Finally, I have noticed that file saved through iText is 50-100 kb smaller than the same pdf saved through Acrobat. I set compression to no_compression but this did not impact the results.
Any help would be greatly appreciated.