Save PDFs in UWP
Edited PDFs can be saved to a StorageFile, remote server, and custom data provider. The save operation is performed entirely in the client (no server is required).
PSPDFKit SDKs are deployed in some of the world’s most popular applications, such as those made by Autodesk, Disney, UBS, Dropbox, IBM, and Lufthansa.
Key capabilities
-
StorageFile or remote server — Save PDF files to any location
-
Incremental saving — Improve performance when saving large PDFs
-
Auto save — Automatically save edits to the file
-
Client-side — Save PDFs directly in the app (no server needed)
-
Extendable — Add annotation, signing, editing, and more
Guides for saving a document
Save a document to a StorageFile
How to save a document to a StorageFile
Save a document to a remote server
How to save a document to a remote server
Save a document to a custom data provider
How to save a document to your own custom data provider
Saving while PdfView is unloading
How to suspend unloading until you’ve executed a save operation
Auto save
How to configure the way changes are automatically saved
Incremental saving
How to append changes to the end of a PDF instead of rewriting