Sort Score
Result 10 results
Languages All
Labels All
Results 9,631 - 9,640 of 12,591 for

to

(0.03 sec)
  1. GroupDocs introduces exciting features in new r...

    We are pleased To announce the new release of Next Generation GroupDocs.Comparison for .NET 3.1.0. with some exciting features. In this version, some new features has been introduced along with some important fixes. Also, this version has a new installer. We recommend that you download and update the library as soon as you can. New Features Introduced in Version 3.1.0 In this new release of GroupDocs.Comparison for .NET 3.1.0 new methods are introduced To return all possible Comparisons for provided file type extension or provided stream....We are pleased to announce the new release of Next Generation GroupDocs.Comparison for .NET 3.1.0. with some exciting features. In this version, some new features has been introduced along with some important fixes. Also, this version has a new installer. We recommend that you download and update the library as soon as you can. New Features Introduced in Version 3.1.0 In this new release of GroupDocs.Comparison for .NET 3.1.0 new methods are introduced to return all possible Comparisons for provided file type extension or provided stream.

    blog.groupdocs.com/comparison/groupdocs-introdu...
  2. QR Code Reader using Java | Scan QR Code from I...

    How To scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner....How to scan QR codes using Java within the application. Java example that reads QR Code from an image that will help you build an online QR scanner.

    blog.groupdocs.com/parser/scan-qr-code-using-java/
  3. Diagram Formats are Supported in GroupDocs.Merg...

    GroupDocs.Merger for .NET 18.7 comes with some new features. The diagram formats are now supported for multiple methods such as Join, MovePage or RemovePage. For further details, please see release notes. Supported Diagram Formats Following diagram formats are supported by the API: VSDX VSDM VSSX VSSM VTX VSTM VDX VSTX VSX Features Above mentioned diagram formats are supported by following methods: Join MovePage RemovePage Split document SwapPages Trim Available Channels and Resources Here are a few channels and resources for you To learn, try and get technical support on GroupDocs....GroupDocs.Merger for .NET 18.7 comes with some new features. The diagram formats are now supported for multiple methods such as Join, MovePage or RemovePage. For further details, please see release notes. Supported Diagram Formats Following diagram formats are supported by the API: VSDX VSDM VSSX VSSM VTX VSTM VDX VSTX VSX Features Above mentioned diagram formats are supported by following methods: Join MovePage RemovePage Split document SwapPages Trim Available Channels and Resources Here are a few channels and resources for you to learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/merger/diagram-formats-are-s...
  4. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index To save a rasterized PDF...This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF

    docs.groupdocs.com/redaction/net/select-specifi...
  5. Getting known property descriptors | Documentation

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection.

    docs.groupdocs.com/metadata/java/getting-known-...
  6. Compare documents | Documentation

    This article demonstrates how To compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AuToCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Python via .NET....This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/compar...
  7. System Requirements | Documentation

    It does not require any external software or third party Tool To be installed...It does not require any external software or third party tool to be installed

    docs.groupdocs.com/annotation/net/system-requir...
  8. Multicolored Numbered List in HTML Document | D...

    Note In this article, we will use GroupDocs.Assembly To generate a Multicolored numbered list report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required To describe the services you are providing with the following key requirements:...Note In this article, we will use GroupDocs.Assembly to generate a Multicolored numbered list report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Multicolored Numbered List in HTML Document Reporting Requirement As a report developer, you are required to describe the services you are providing with the following key requirements:

    docs.groupdocs.com/assembly/net/multicolored-nu...
  9. Rotate pages | Documentation

    Following this guide you will learn how To change PDF document page rotation angle using GroupDocs.Merger for .NET API....Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for .NET API.

    docs.groupdocs.com/merger/net/rotate-pages/
  10. Rotate pages | Documentation

    Following this guide you will learn how To change PDF document page rotation angle using GroupDocs.Merger for Java API....Following this guide you will learn how to change PDF document page rotation angle using GroupDocs.Merger for Java API.

    docs.groupdocs.com/merger/java/rotate-pages/