Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 950 for

groupdocs conversion performance

(0.07 sec)
  1. Use advanced logging | Documentation

    You can implement ILogger interface from com.Groupdocs.redaction.options package. This interface requires to implement three methods: import com.Groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/use-advanced-...
  2. GroupDocs.Search for .NET | Documentation

    Groupdocs.Search for .NET is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/search/net/
  3. Read Metadata from XLSX using C#

    Learn how to read metadata from XLSX using C# without extra software installation. You will be provided sample code example of how to read metadata of XLSX using C#....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  4. Get file info | Documentation

    This article explains the ability of the Groupdocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/python-net/get-fil...
  5. Get file info | Documentation

    This article explains the ability of the Groupdocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/get-file-info/
  6. Remove Annotations from XLSX using Java

    Swiftly master the process of how to remove annotations from XLSX using Java. You'll also discover a code example demonstrating how to delete annotations in XLSX using Java....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/redaction/java/remove-annotati...
  7. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...
  8. Single document operations | Documentation

    Learn how to move document pages, remove document pages, split document into separate pages, swap document pages positions, extract specific pages from document, change page orientation and rotate page using Groupdocs.Merger for Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/java/single-document-...
  9. Releasing GroupDocs.Editor for .NET API- Perfor...

    We are pleased to announce the release of Groupdocs.Editor for .NET API which makes it easier to perform document editing operations and Conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....to announce the release of GroupDocs.Editor for .NET API which...easier to perform document editing operations and conversion of edited...

    blog.groupdocs.com/editor/introducing-groupdocs...
  10. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other C# syntax supported programming elements. Additionally, we’ll also discuss how Groupdocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/working-with-gr...