Some test text!
Version: 8.0.0
Release Date: September 30, 2020
This release of PDFTron for Xamarin brings the core PDF functionality and iOS and Android Tools functionality inline with version 8.0.0 of the iOS and Android SDKs. More information can be found on What's New for iOS and What's New for Android.
CustomAppTheme
is no longer required to be hard coded as-is in your application. All UI components are now mapped to specific attributes that you can define in your application. Then the theme will be passed into the viewer with ViewerBuilder.usingTheme
. It is also possible to continue what you are currently doing, see breaking change section for how to upgradeSquare
annotation, available styles are default line and cloud shapeCustomAppTheme
in your application. ViewerBuilder
now accepts a custom theme with usingTheme
API. However, if you are currently overriding CustomAppTheme
in your application, to upgrade to this version you will need to change the parent theme of your CustomAppTheme
or custom theme to use CustomAppThemeBase
. Otherwise you will need to define all the custom attributes described in the theme guide.Typically, all you need to do is changing the parent theme of CustomAppTheme
in your application to CustomAppThemeBase
:
<style name="CustomAppTheme" parent="CustomAppThemeBase">
<item name="colorPrimary">@color/app_color_primary_day</item>
<item name="colorPrimaryDark">@color/app_color_primary_dark_day</item>
<item name="colorAccent">@color/app_color_accent</item>
</style>
If you are experiencing issues with upgrading, please don't hesitate to contact us.
The new UI includes an all-new annotation toolbar system. The new UI:
PTRubberStampCreate
tool and UI control for adding rubber stamp annotations.
PTAddPagesViewController
.WKWebView
).PTSignatureWidget
annotations in the collaboration viewer.Get the answers you need: Support
Get unlimited trial usage of PDFTron SDK to bring accurate, reliable, and fast document processing capabilities to any application or workflow.
Select a platform to get started with your free trial.
Web
Android
iOS
Windows
Linux
Unlimited usage. No email address required.