We have rolled out another update for GroupDocs.Viewer for .NET featuring some important bug fixes as well as an improvement related to the MSI package. This release hasn’t brought any new feature, still, it has addressed some important issues related to PDF, DWG and ODG file formats. Furthermore, a few compatibility issues which appeared under .NET Standard 2.0 have been resolved. So let’s have a brief overview of the bug fixes and improvements we have introduced in v19....customers faced an issue where the API was taking too long to render...improved the performance of the API when rendering such PDF documents...
The GroupDocs Metadata Api provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata Api provides the CadRootPackage.CadPackage property.
The following code snippet reads metadata associated with a CAD file.
AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback The GroupDocs Metadata API provides the feature to read...
GroupDocs.Parser for .NET 26.3 adds native OCR support for Arabic and Korean, bundled with language resources for seamless text extraction....What’s new in this release Public API changes Code example How to get...languages when using OCR Public API changes # None. Code example...
Now, it’s quite easy for those Java developers who like to write their own Servlet based applications using GroupDocs.Viewer for Java 3.x Api. GroupDocs team is pleased to release the Servlet based front end project. This project elaborates all GroupDocs.Viewer for Java 3.x functionalities and helps developers in integrating the Api in their projects. As the project is open source and published on GitHub, developers can customize it as per their needs....x API. GroupDocs team is pleased to...developers in integrating the API in their projects. As the project...
This article explains how to work with PDF attachments while using GroupDocs watermarking Api....Upgrade an Order Support Docs API Reference Live Demos Free Support...document GroupDocs.Watermark API allows you to extract in PDF...
A .NET metadata Api can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Upgrade an Order Support Docs API Reference Live Demos Free Support...NET Features A .NET metadata API can be effectively used in removing...
Convert JSON to CSV format using free online conversion tool. Easily export JSON data to CSV...standalone libraries or cloud-based APIs. By exploring these options...Java # You can also use Java APIs to convert JSON files to CSV...
Document Automation Apis to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....js 20+ 的支持、Java 库升级以及新的 API 调整。...
Convert WebP to JPG image format using free online image conversion tool. Developers can convert using .NET and Java Apis....NET and Java API. Converting WebP to JPG - Free...to JPG converter in C# . .NET API | Documentation | Download Convert...
GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options.
Here are the main concepts of the GroupDocs.Watermark Api:
Watermarker is the main class that contains all the required methods for manipulating document watermarks....Upgrade an Order Support Docs API Reference Live Demos Free Support...concepts of the GroupDocs.Watermark API: is the main class that contains...