This guide describes how to build your CAD files viewer in C#. View CAD files (DWG, DGN, DXF) to render as HTML, JPG, PNG, or PDF using GroupDocs.Viewer .NET API by GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...
This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.Editor for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...
Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Inserting Barcodes Dynamically You can insert barcode images to your documents dynamically using barcode tags. To declare a dynamically inserted barcode image within your template, perform the following steps:
Add a textbox to your template at the place where you want a barcode image to be inserted. Set common image attributes such as size, rotation angle, and others for the textbox, making the textbox look like a barcode image without bars and text....app conholdate.com conholdate.cloud conholdate.app containerize...
GroupDocs.Viewer provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to implement custom encryption for Metadata electronic signatures....app conholdate.com conholdate.cloud conholdate.app containerize...
Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information.
Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties
using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....app conholdate.com conholdate.cloud conholdate.app containerize...
Note This page contains release notes for GroupDocs.Metadata for Java 20.5 Major Features Warning In version 20.5 the legacy API has been removed (all types from the com.groupdocs.metadata.legacy package were removed). There are the following features, enhancements and fixes in this release:
Remove obsolete API (Legacy namespace) Implement the ability to work with EXIF metadata in WEBP images Implement the ability to work with XMP metadata in MOV files Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3293 Remove obsolete API (Legacy namespace) Improvement METADATANET-2851 Implement the ability to work with EXIF metadata in WEBP images New Feature METADATANET-2854 Implement the ability to work with XMP metadata in MOV files New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...
Note This page contains release notes for GroupDocs.Signature for Java 22.8 Note NOTE: Starting from this release Java 7 is not longer supported in the GroupDocs.Signature for Java. The minimal supported versions is Java 8 and higher Major Features This release contains an important updates for QR Code entities and features for ordering the electronic signatures on document pages. Few changes were made to improve the Digital Signatures appearance with the Chinese charset for the PDF documents....app conholdate.com conholdate.cloud conholdate.app containerize...
Note This page contains release notes for GroupDocs.Search for .NET 18.12. Major Features There are 2 new features in this regular monthly release:
Implement blended characters Implement wildcard search All Changes Key Summary Category SEARCHNET-803 Implement blended characters New Feature SEARCHNET-1781 Implement wildcard search New Feature Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs.Search for .NET 18.12. It includes not only new and obsoleted public methods, but also a description of any changes in the behavior behind the scenes in GroupDocs....app conholdate.com conholdate.cloud conholdate.app containerize...