Changes
After the download was finished, the user is asked if (s)he wants to edit the document now.
If so, the editing proceeds as described for an already downloaded file.
{{Clear}}
== PDF Documents ==
=== PDF Renderers {{Version/WinXSince|4.6.0}} ===
The Syncfusion PDF control embedded in the WinX client can use two different renderers to render and display PDF documents.
* The standard Syncfusion renderer which uses [https://learn.microsoft.com/en-us/uwp/api/windows.data.pdf?view=winrt-26100 Windows.Data.PDF]
* [https://pdfium.googlesource.com/pdfium/ PDFium]
There can be issues for each renderer when dealing with certain documents. If that's the case, you can try changing the [[Settings#Content|PdfRenderer setting]] in the WinX client and see if the issue still persists.
{{Hint|Generally speaking, the PDFium renderer seems to be more performant in the majority cases. That's why it is the default option.}}
==== Syncfusion ====
When using this renderer, we have experienced an issue with certain PDF diagrams where certain texts change when you zoom in on the documents. Unfortunately, we are unaware of the reason of this issue and could not find public documentation on similar problems.
==== PDFium ====
This renderer currently does not support digital signatures (e.g. created by [https://www.docusign.com Docusign]) unless they are flattened into the PDF documents.
=== PDF Text Search ===
{{UnderConstructionEnd}}
== See also ==