PDFTron.UWP.Tools
9.0.1
See the version list below for details.
dotnet add package PDFTron.UWP.Tools --version 9.0.1
NuGet\Install-Package PDFTron.UWP.Tools -Version 9.0.1
<PackageReference Include="PDFTron.UWP.Tools" Version="9.0.1" />
paket add PDFTron.UWP.Tools --version 9.0.1
#r "nuget: PDFTron.UWP.Tools, 9.0.1"
// Install PDFTron.UWP.Tools as a Cake Addin #addin nuget:?package=PDFTron.UWP.Tools&version=9.0.1 // Install PDFTron.UWP.Tools as a Cake Tool #tool nuget:?package=PDFTron.UWP.Tools&version=9.0.1
[PDF Reader Tools. PDF Control Tools. PDF Component Tools]
PDFNet SDK is the ultimate PDF toolkit.
This package is the full version of PDFTron UWP SDK Tools.
With PDFNet components you can build reliable & speedy applications that can view, create, print, edit, and annotate PDFs ... across operating systems.
Developers use PDFNet SDK to read, write, and edit PDF documents compatible with all published versions of PDF specification (including the latest ISO32000). The extensive PDF library API supports most common use-case scenarios such as:
* PDF Viewing & Collaboration
* PDF Rasterization
* PDF Printing
* PDF Form filling and flattening
* PDF Split & Merge
* PDF Stamping
* Dynamic PDF generation (e.g. FlowDocument & Xaml to PDF)
* PDF Text extraction and indexing
* PDF Packages
* PDF Layers (OCGs)
* PDF Editing
* PDF Encryption
* Manipulate PDF bookmarks, links, and annotations.
* PDF Optimization
* PDF/A Validation and Conversion
* PDF Redaction
* PDF Conversion from MS Office, various image formats etc.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
- Microsoft.UI.Xaml (>= 2.5.0)
- PDFTron.UWP (>= 9.0.1.77825)
- System.Security.Cryptography.ProtectedData (>= 5.0.0)
- Win2D.uwp (>= 1.25.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.6.0 | 753 | 12/6/2023 |
10.5.0 | 357 | 10/20/2023 |
10.4.0 | 270 | 9/13/2023 |
10.3.0 | 346 | 8/3/2023 |
10.2.0 | 198 | 6/21/2023 |
10.1.0 | 251 | 5/11/2023 |
10.0.0 | 295 | 3/28/2023 |
9.5.0 | 305 | 2/17/2023 |
9.4.3 | 306 | 2/10/2023 |
9.4.2 | 321 | 2/10/2023 |
9.4.1 | 451 | 10/28/2022 |
9.4.0 | 438 | 10/27/2022 |
9.3.0.2 | 7,531 | 9/6/2022 |
9.3.0.1 | 452 | 9/6/2022 |
9.3.0 | 1,980 | 7/15/2022 |
9.2.3.1 | 595 | 6/16/2022 |
9.2.2 | 565 | 5/10/2022 |
9.2.1 | 718 | 4/1/2022 |
9.2.0 | 673 | 2/16/2022 |
9.1.2 | 511 | 12/15/2021 |
9.1.1 | 526 | 10/26/2021 |
9.1.0 | 601 | 9/15/2021 |
9.0.2.1 | 523 | 8/16/2021 |
9.0.2 | 418 | 8/12/2021 |
9.0.1.1 | 4,365 | 7/1/2021 |
9.0.1 | 424 | 6/30/2021 |
9.0.0 | 594 | 5/5/2021 |
8.1.1 | 1,210 | 2/18/2021 |
8.1.0 | 547 | 1/7/2021 |
8.0.2 | 786 | 11/28/2020 |
8.0.1 | 605 | 11/2/2020 |
8.0.0.76178 | 760 | 9/21/2020 |
7.2.0-beta1 | 546 | 8/19/2020 |
7.0.3.73129 | 4,278 | 11/20/2019 |
7.0.3.73128 | 551 | 11/15/2019 |
7.0.2.72615 | 585 | 9/20/2019 |
7.0.1.72303 | 562 | 9/3/2019 |
### Improvements
* [pdf] Added PDF to SVG conversion support
* [tools] [control] ViewerControl: Add UI Customization so fetures can be enabled or disabled
* [tools] [control] ViewerControl: Added Rigtht to Left Language Support
* [tools] [control] ViewerControl: Added Viewer setting “Always Show Page Navigation Tools” to maintain page control overlay
* [tools] [control] ViewerControl: Added keyboard shortcuts for Copy (ctrl + C) and Paste (Ctrl + V)
* [tools] [control] ViewerControl: Reduced startup time by running in an async call temp files cleanup
* [tools] [control] ViewerControl: Updated tabs colors for better UX
* [tools] [control] AnnotationToolbarBase: Expanded UI customization to hide/show Close and Expand buttons
* [tools] [control] Added new langauge: Korean
* [tools] Lasso Tool: Better line and arrow annotation selection
* [tools] [ux] ViewerControl: When ESC key is pressed current selected tool switches to pan (hand)
* [tools] [ux] PopupCommandMenu: Added tooltip to the annotation popup menu for better options feedback
### Bug Fixes
* [tools] [control] AnnotationToolbar: Fixed possible layout cycle exception when resizing the toolbar
* [tools] [control] ViewerControl: Fixed initialization which would cause improper rendering on Xamarin apps
* [tools] Fixed ToolManager.SelectedAnnotation property not returning the selected annotation for line and advanced shape while editing
* [tools] Fixed ToolManager.SelectAnnotationGroup(IAnnot, int) not properly selecting a group of annotations
* [tools] Fixed color mode issue where adding an annotation while color mode is set to Night Mode would reset the current color mode to Normal Mode
* [tools] Fixed Ink tool where hitting ESC key would cause newly created Ink annotations to be deleted
* [tools] Fixed possible exception when selecting an annotation for editing and scrolling at the same time
## Breaking Changes
* [tools] AnnotEdit class: method name change: from HandleCalibration to HandleCalibrationAsync
* [tools] ViewerViewModel class : properties rename: from IsExtraUIVisible to IsPageNumberIndicatorVisible
* [tools] ViewerViewModel class : properties rename: from: IsSaveCopyButtonVisible to IsActionsButtonVisible
* [tools] ViewerControl class : properties rename: from IsAnnotationToolsVisible to ShowAnnotationToolbarButton
* [tools] SaveNeededStates enum : properties rename: from saveApproved to saveNeeded