Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 951 for

groupdocs conversion performance

(0.04 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. 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...
  3. 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/
  4. How to Render DOCX as PNG using C#

    In this article, we will guide you on how to render DOCX as PNG using C# without installing extra software. We will also provide code to render DOCX to PNG using C#....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/viewer/net/how-to-render-docx-...
  5. How to Extract Text from PowerPoint using C#

    This article describes the step-by-step procedure to extract Text from PowerPoint using C# and how to convert these instructions to extract text from PPTX in C#....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  6. 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 Node.js via Java....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/nodejs-java/single-do...
  7. 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...
  8. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/net/save-in-raster...
  9. How to Compare Text Files in C#

    Easily understand the stepwise process to compare Text files in C# and learn how to implement the compare two Text files and highlight the differences in C#....API GroupDocs.Total Product Family GroupDocs.Conversion Product...Family GroupDocs.Annotation Product Family GroupDocs.Viewer Product...

    kb.groupdocs.com/comparison/net/how-to-compare-...
  10. Save with default options | Documentation

    The simplest way to save the document is it provide no parameters to Save method. In this case the document will be rasterized to PDF and will have the same name as the original one except its extension (.PDF). The PDF file will be overwritten. The following example demonstrates usage of Save() method with default options. final Redactor redactor = new Redactor("sample.docx"); try { // Here we can use document instance to perform redactions redactor....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-with-def...