What’s New in 2020 Volume 3: File-Format Libraries | Syncfusion Blogs
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (172).NET Core  (29).NET MAUI  (192)Angular  (107)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (40)Black Friday Deal  (1)Blazor  (209)BoldSign  (12)DocIO  (24)Essential JS 2  (106)Essential Studio  (200)File Formats  (63)Flutter  (131)JavaScript  (219)Microsoft  (118)PDF  (80)Python  (1)React  (98)Streamlit  (1)Succinctly series  (131)Syncfusion  (882)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (49)Windows Forms  (61)WinUI  (68)WPF  (157)Xamarin  (161)XlsIO  (35)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (146)Chart  (125)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (62)Development  (613)Doc  (7)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (37)Extensions  (22)File Manager  (6)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  (488)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (41)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  (368)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (30)Visual Studio Code  (17)Web  (577)What's new  (313)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
What’s New in 2020 Volume 3: File-Format Libraries

What’s New in 2020 Volume 3: File-Format Libraries

Syncfusion provides .NET libraries to create, read, write, and convert these file formats in .NET Framework.NET CoreUWP, Xamarin, and Blazor applications without Microsoft Office or Adobe dependencies:

In this blog, we will look at the new libraries and features that we have included in our Syncfusion 2020 Volume 3 release.

Let’s have a look at them!

Flutter updates

1)     New Flutter Excel Library

A new Flutter Excel library to create Excel documents programmatically has been included in this release. With this library, you can create Excel files in XLSX (Excel 2007 and above) format only.

Flutter Excel Library
Flutter Excel Library

Key features

The new Excel Library in the Flutter platform allows you to:

  • Create simple Excel documents in Flutter.
  • Apply Excel cell formatting.
  • Add basic formulas to Excel worksheet cells.
  • Add charts to Excel worksheets.
  • Add images to Excel worksheets.

2)     Flutter PDF Library

Read a PDF file

Through the last release, the Syncfusion Flutter PDF Library supported only PDF file creation. From this Volume 3 release, it allows the user to load and modify an existing document by adding graphical objects to a page, adding a new page, and more.

Load and modify an existing PDF document by adding graphical objectsExtract text

Using this feature, the user can extract text from an existing PDF document along with its bounds.

Find text

Users can find specific text in an existing PDF document along with its bounds and page index.

Annotations

Add, load, and modify shape annotations such as rectangles, ellipses, lines, and polygons in a new or existing PDF document programmatically.

Annotation feature in Flutter PDF Library
Annotation feature in Flutter PDF Library

Java

New Java Word Library

A new Java Word Library to create, read, and edit Word documents (DOCX, DOCM, DOTX) in Java applications without dependency on Microsoft Office has been included in the Volume 3 release.

Word Library in JavaScript
Word Library in JavaScript

Key features

The new Java Word Library allows you to:

  • Create Word documents from scratch.
  • Create reports by performing simple, group, and nested mail merges.
  • Customize documents during mail merge by formatting and editing the merged text, numeric data, and image data with mail merge events.
  • Create or edit DOCX Word documents and convert them to commonly used file formats such as WordML, TXT, and HTML, and vice versa.
  • Customize the appearance of text with several text-level formatting options like font family, size, style, underline, strikethrough, text color, highlight, subscript, and superscript.
  • Customize the appearance of a paragraph with several paragraph-level formatting options like indents, alignment, spacing, tab stops, and text direction.
  • Organize items or create an outline of a document with bullets and numbers ranging from single-level to multilevel lists.
  • Create and apply styles to ensure consistency within a document.
  • Create a link in a document for quick access to webpages, files, email, bookmarks.
  • Add information like title, author, branding, and page number to a header or footer to repeat them at the top or bottom of every page. Create different header and footer types such as different first page and different odd and even pages.
  • Insert bookmarks and navigate to them to insert, replace, and delete content.
  • Design the layout of document’s pages using page size, margins, orientation, borders, background, and more.
  • Insert and edit the legacy form fields.
  • Create more functional forms with content controls like plain text, rich text, pictures, check boxes, combo boxes, drop-down lists, and date pickers.
  • Merge multiple documents into a single document with several formatting options like using destination styles and keeping source formatting.
  • Split a document into multiple small documents based on sections, placeholder text, or any document element.
  • Preserve, accept, and reject changes that are tracked within a Word document.
  • Organize the document content with sections for grouping contents.Enable the content to start on a new page, odd page, even page, or continue on the same page.
  • Create or edit documents with text in any language, rendered left-to-right or right-to-left.
  • Insert images in a document with all the common layout options, like text wrapping, position, and size. Use all common image formats, like PNG, BMP, JPEG, TIFF, GIF, EMF, WMF, and SVG.
  • Create and insert bookmarks to identify a part of a document for future reference.
  • Create and insert comments in a document to add notes about a part of the document while reviewing it. You can also edit and remove an existing comment from a document.
  • Create and manipulate text boxes, shapes, and group shapes in DOCX and WordML format documents.
  • Read and write built-in and custom document properties.

.NET platform updates

1)     .NET PDF Library

Sign PDF documents externally using hash

Now, Syncfusion’s .NET PDF Library allows you to sign PDF documents using external signature services. With this new feature, you can get the hash of a PDF document and send it for external service to get the signed hash and embed it back into the PDF document.

Redaction in .NET Core

Before, Syncfusion’s PDF Library let you redact contents from PDF files in .NET Framework. Now, that support is extended to the .NET Core platform, too.

PDF redaction support in .NET Core
PDF redaction support in .NET Core

PDF-to-PDF/A conversion

With this new feature, you can convert existing PDF documents into PDF A2B, A3B conformance, along with the existing PDF to PDF A1B conformance. This feature is also supported in the .NET Core platform.

PDF417 barcode

With this feature, now, the user can render PDF417 barcodes in their PDF pages.

PDF417 barcodesImport and export annotations

We already have the options to import and export annotations in FDF, XFDF formats. You can now also do so in JSON format in this 2020 Volume 3 release.

2)     .NET Word Library

Enhancements in Word-to-PDF conversion

This release enhances Word-to-PDF conversion:

  • Justify the text in a paragraph, like in Microsoft Word 2013.
  • Automatically detect font names from themes for East Asian text.
  • Draw double strikethrough and underline styles, like in Microsoft Word.

Shapes in RTF format

While you are converting RTF-to-DOCX and vice versa, you can preserve the shapes like in the input file.

Option to preserve shapes in RTF-to-DOCX conversion
Option to preserve shapes in RTF-to-DOCX conversion

3)     .NET Excel Library

Enhancements in Excel-to-PDF conversion

Excel-to-PDF conversion in Syncfusion’s Excel Library is enhanced in this release:

  • Convert Excel charts with images and shapes to a PDF or image.
  • Convert data bars and color scales of conditional formats to PDF.
  • Convert Excel form controls to PDF AcroForm fields or flattened images.

Enhancements in Excel-to-PDF conversion

4)     .NET PowerPoint Library

Enhancements in PPTX-to-PDF conversion

PPTX-to-PDF conversion in Syncfusion’s PowerPoint Library has the following enhancements:

  • Automatically detect font names from themes for complex script and East Asian text.
  • Use an API to define a fallback font for any Unicode character range. This fallback font is used to render characters that do not have glyphs in the original font.

Conclusion

I hope you are excited to try out these new libraries and feature enhancements included in the file-format libraries for the 2020 Volume 3 release.

If you are new to Syncfusion’s file-format libraries and interested to learn more about their capabilities, we recommend you look at our user guide. To get started with a specific file format, follow these links:

For existing customers, the new version is available for download from the License and Downloads page. If you are not yet a Syncfusion customer, you can try our 30-day free trial to check out these new features.

If you have any questions about these features, please let us know in the comments section below. You can also contact us through our support forumDirect-Trac, or feedback portal. We are always happy to assist you!

googleplay.png

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed
Scroll To Top