empira / PDFsharp

PDFsharp and MigraDoc Foundation for .NET 6 and .NET Framework
https://docs.pdfsharp.net/
Other
482 stars 110 forks source link

Missing Added text #37

Open christopher-carmichael opened 11 months ago

christopher-carmichael commented 11 months ago

I am not sure if this is an issue or I am just missing something.

I have people that add text to Pdfs using Adobe with the fill and sign feature and emailed directly from Adobe to where I am pulling Pdfs from without saving pdf to disk. When I open the pdf using 6.0-preview3 with PdfReader openMode Import the added text is not in the pdf.

If I open the Pdf with say edge pdf viewer the text is shown. If the user saves the file to disk before emailing it, it will work as it should (but it slows production too much is excuse I am told).

So I was just wondering am I missing something here? Or would it be a bug?

ThomasHoevel commented 11 months ago

Well, take a file that was saved and mailed and see where the text is stored.
Then take a file that was copied and mailed without saving to disk and see where the text is stored.

If you think there is a bug, use the IssueSubmissionTemplate to make the bug reproducible.
Probably it is not a bug, but there is nothing to inspect for us.