Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 3,063 for

import document

(0.41 sec)
  1. Split a worksheet into pages | GroupDocs

    Split worksheets into pages when rendering spreadsheets to HTML, PDF, and image formats using GroupDocs.Viewer Python API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Viewer for Python via .NET / Document rendering basics / Render...

    docs.groupdocs.com/viewer/python-net/split-work...
  2. Save a modified file to the original source | G...

    This article shows how to save the modified content back to the underlying source using GroupDocs.Metadata for Python via .NET....Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...to the file (or stream) the document was loaded from. Python from...

    docs.groupdocs.com/metadata/python-net/save-a-m...
  3. Get Possible Conversions | GroupDocs

    Query GroupDocs.Conversion for Python via .NET for the set of target formats a given source supports — library-wide, by extension, or for the Document currently loaded — via get_all_possible_conversions, get_possible_conversions_by_extension, and get_possible_conversions....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer Guide / Converting Documents / Get Possible Conversions...

    docs.groupdocs.com/conversion/python-net/develo...
  4. 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...
  5. 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...
  6. 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-...
  7. How to Convert XLSX to HTML using Java

    Understand Document conversion for Excel to web format, review steps to convert XLSX to HTML using Java, and how to develop code to export Excel to HTML in Java....Mac OS for performing the document conversion between formats...to HTML Import the essential classes for doing document transformation...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Node.js you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to HTML Render to...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  9. Convert to XML or JSON data with advanced optio...

    Learn how to convert Documents to XML or JSON data 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-to-d...
  10. Edit Markdown Documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown Documents/files like common text Documents using GroupDocs.Editor for Node.js via Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...Guide / Edit Document / Edit Markdown Documents Edit Markdown...

    docs.groupdocs.com/editor/nodejs-java/edit-mark...