Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 2,878 for

importer document

(0.07 sec)
  1. How to Convert DOCX to ODT using Java

    In this article, you will learn how to convert DOCX to ODT using Java without extra software. Moreover, we'll share code example to export DOCX to ODT in Java....LibreOffice’s ODT are both widely-used document formats, each with its own...for creating and editing documents. On the other hand, ODT is...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. Add Image Watermark to PPT Using Python

    This guide shows how to add image watermark to PPT using Python, helping you apply a centered logo watermark across slides for professional presentations....Python , a powerful API for document processing. This tutorial...support presentation watermarking Import watermarking namespaces needed...

    kb.groupdocs.com/watermark/python/add-image-wat...
  3. Batch-convert a folder | GroupDocs

    Convert all Documents in a directory to Markdown...Events Acquisition GroupDocs Documentation / GroupDocs.Markdown / GroupDocs...page Convert all supported documents in a directory to Markdown...

    docs.groupdocs.com/markdown/python-net/batch-co...
  4. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to a specified stream using GroupDocs.Metadata for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...it. Python import io from groupdocs.metadata import Metadata def...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  5. 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-...
  6. Render SVG as HTML using Python

    Learn how to render SVG as HTML using Python. This tutorial shows how to convert SVG to HTML in Python with embedded resources for browser-ready output....pip to enable HTML rendering Import the groupdocs.viewer and groupdocs...filename for the generated HTML document Call viewer.view(viewOptions)...

    kb.groupdocs.com/viewer/python/render-svg-as-ht...
  7. How to Convert MSG to XPS using Java

    In the content provided herein, you will discover how to convert MSG to XPS using Java. Also, we will furnish you with the requisite code to export MSG to XPS in Java....having the ability to convert documents for various purposes is significant...files to XPS format holds importance, particularly if you wish...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Converting JSON to a Spreadsheet | GroupDocs

    Learn how to convert a JSON Document as a data source to a spreadsheet using GroupDocs.Conversion for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Converting...

    docs.groupdocs.com/conversion/java/convert-json...
  9. Optimize the PDF file resources | GroupDocs

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Reduce image quality | GroupDocs

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to PDF / Optimize...

    docs.groupdocs.com/viewer/python-net/optimizati...