Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 2,588 for

importer document

(0.29 sec)
  1. Get only summary page | GroupDocs

    Learn how to generate only the summary page in the comparison result using GroupDocs.Comparison for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...size and focus on key metrics. import groupdocs.comparison as gc...

    docs.groupdocs.com/comparison/python-net/get-on...
  2. Set image size limits | GroupDocs

    Control image size in PDF output: set width, height, or maximum dimensions....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Set image...

    docs.groupdocs.com/viewer/python-net/set-image-...
  3. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for .NET / Document rendering basics / Render...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  4. Use advanced logging | GroupDocs

    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....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...Advanced Usage / Loading documents / Use advanced logging Use...

    docs.groupdocs.com/redaction/java/use-advanced-...
  5. Redact Text in RTF using C#

    This tutorial will guide you through the process of how to redact text in RTF using C#. Additionally, you'll get simple code example to replace text in RTF using C#....Rich Text Format ( RTF ) documents using C# is a valuable skill...understand why redaction is important. Redacting text involves concealing...

    kb.groupdocs.com/redaction/net/redact-text-in-r...
  6. JSON Viewer in Java | Render JSON as PDF using ...

    View JSON files as PDF using Java. Learn how to render JSON files within your own JSON viewer Java application using GroupDocs API....Viewer provides a document viewing Java API that allows...rendering various types of documents into PDF, JPG, PNG, and HTML...

    blog.groupdocs.com/viewer/json-viewer-using-java/
  7. Render EML as HTML using Python

    In this topic, you will learn how to render EML as HTML using Python. Moreover, it explains how to convert EML to HTML in Python with embedded resources....pip to enable EML rendering Import the groupdocs.viewer and groupdocs...filename for the generated HTML document Call viewer.view(viewOptions)...

    kb.groupdocs.com/viewer/python/render-eml-as-ht...
  8. Customize changes styles | GroupDocs

    Following this guide you will learn how to customize Document comparison report and modify appearance of detected changes when use GroupDocs.Comparison for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...and quality. To compare two documents with custom change style settings...

    docs.groupdocs.com/comparison/java/customize-ch...
  9. Feature request: Allow specifying FILE_FLAG_BAC...

    Hello there, We have a feature request: We’d like to be able to extract files you usually don’t have access to, via the backup privilege, which seems to not be possible with GroupDocs.Search at the moment. With Win32,…...Extract(document, extractionOptions); Am I...UseBackupPrivilege = true }; var document = Document.CreateFromFile(pFilePath);...

    forum.groupdocs.com/t/feature-request-allow-spe...
  10. Customize changes styles | GroupDocs

    Learn how to customize the appearance of detected changes using GroupDocs.Comparison for Python via .NET....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...in the result document. To compare two documents with custom change...

    docs.groupdocs.com/comparison/python-net/custom...