Handling Annotations in WPF PDF Viewer and 2021 Vol. 2 Updates for Desktop [Webinar Show Notes]
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (174).NET Core  (29).NET MAUI  (207)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (215)BoldSign  (14)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (66)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (100)Streamlit  (1)Succinctly series  (131)Syncfusion  (915)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (36)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (147)Chart  (131)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (628)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (40)Extensions  (22)File Manager  (7)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (507)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (10)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (592)What's new  (332)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
Handling Annotations in WPF PDF Viewer and 2021 Vol. 2 Updates for Desktop [Webinar Show Notes]

Handling Annotations in WPF PDF Viewer and 2021 Vol. 2 Updates for Desktop [Webinar Show Notes]

This blog provides show notes for our August 5 webinar, “Handling Annotations in WPF PDF Viewer and 2021 Vol. 2 Updates for Desktop.” The webinar was presented and hosted by Syncfusion Product Manager Suresh Mohan. If you missed it or would like to watch it again, you can see it on our YouTube page or here.

Introduction

The Syncfusion WPF PDF Viewer lets you add, edit, and remove annotations in PDF files interactively. In this webinar, we dived deep into this, right after we reviewed the new updates to our desktop platforms (WPF, WinUI, UWP) as a part of our 2021 Volume 2 release.

Agenda

  • What’s new in WinUI for Volume 2
  • What’s new in UWP for Volume 2
  • What’s new in WPF for Volume 2
  • Creating a simple WPF application with PDF Viewer and playing with annotations

What’s New in WinUI for Volume 2

Production-ready components:

Number Box

  •  Allows editing
    • Currency
    • Decimal
    • Percentage
  • Supported input types:
    • Touch
    • Mouse
    • Keyboard

DataGrid

  • Edit dates using CalendarDatePicker.

Scheduler

  • Customize the foreground and background of appointments.

Slider and Range Slider

  • Vertical orientation.

Calendar

  • Display week numbers.

What’s new in UWP for Volume 2

Circular Gauge

  • Step-frequency support to select discrete values.

Maps

  • Add multiple shapes to a single ShapeFileLayer.

RichTextBox

  • Preserve text box shape with square wrapping style.

What’s new in WPF for Volume 2

WPF designer improvements

  • Smart tags have been provided for all WPF controls.

Theme Studio

  • 30+ new color palettes for theme variants allow you to customize the primary colors of the framework and Syncfusion controls easily.

DataGrid and TreeGrid

  • Gridlines.

Diagram

  • Ripple animation over the ports.
  • Multiple-symbol selection.
  • Symbol rearrangement.

Ribbon

  • Resize based on a specified order.

PDF Viewer

  • Cloud annotations.
  • Import and export annotations:
    • FDF
    • XFDF

Maps

  • Add multiple shapes.

Scheduler

  • Background and foreground color editors in the UI.

ComboBox

  • Multiselect edit using tokens.
  • Dynamically check items programmatically.

AutoComplete

  • Clear button support.
  • Highlight the unmatched text.
  • Maximum suggestion support.

PDF Library

  • Redact PDF paths and shapes.
  • Remove images from PDF documents.

Word Library

  • Word-to-PDF conversion now supports different underline styles:
    • DashLong
    • Words
    • DashHeavy
    • DashLongHeavy
    • DotDashHeavy

PowerPoint Library

  • Supports multicolumn text in conversions:
    • PPTX to image
    • PPTX to PDF

RichTextBox

  • Preserve text box shape with square wrapping style.
  • Customize parameter properties.

Conclusion

To review, in this webinar we covered how to add, edit, delete, export, and import annotations in PDF files in WPF as well as all the updates to our desktop libraries in Essential Studio 2021 Volume 2.

We hope you enjoyed this webinar and please keep an eye out for our future Syncfusion webinars. Following is the Q&A from the webinar.

Q&A

Q: How do I apply a license key to the application?

A: Generating license keys and Registering license keys in WPF apps.

Q: Why should I export annotations to an external file?

A: Consider a scenario where a 2 MB PDF eBook is shared in a network for users to read. Each reader highlights and underlines important points in the book. The application that handles PDF viewing should save a copy of the book for each user. So, the file size consumed would be massive. If 100 users read the book, it would consume up to 200 MB of data to preserve the annotations. When the annotations are exported, it would just consume 2 KB, so the same situation handled with exporting annotations would cost 200 KB.

Q: Can I load a PDF document from a web service into the PDF Viewer?

A: Yes, you can download a PDF document as stream and load it in the PDF Viewer.

Q: Can I print a PDF document using the PDF Viewer?

A: Yes, printing PDF documents is possible.

Q: Can I customize the PDF Viewer’s toolbar?

A: Yes, PDF Viewer’s toolbar is completely customizable and you can create your own toolbar with the APIs available.

Q: Does PDF Viewer support filling PDF forms?

A: Yes, PDF Viewer does support filling PDF forms. For more details, refer to the Form Filling in PDF Files in WPF PDF Viewer documentation.

Recommended resources (related links):

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed