Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 2,737 for

import document

(0.2 sec)
  1. Convert XLSX to HTML using Python

    Convert XLSX to HTML using Python for seamless spreadsheet rendering. Learn how to export XLSX to HTML in Python with automated layout preservation....output from spreadsheet files Import necessary modules like Converter...NET package. Once installed, import the necessary modules such...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  2. Compare Word Documents in Node.js | GroupDocs

    Learn how to compare Word Documents programmatically using GroupDocs.Comparison for Node.js via Java. Compare Documents with custom styling, handle password-protected files, and use streams for memory-efficient processing....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Comparison Product...Compare Word Documents in Node.js Compare Word Documents in Node.js...

    docs.groupdocs.com/comparison/nodejs-java/legal...
  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. Saving a File to Local Disk | GroupDocs

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...Developer guide / Converting Documents / Advanced usage / Saving...

    docs.groupdocs.com/conversion/java/save-file-to...
  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. Convert XLSX to XLS using Python

    Learn how to convert XLSX to XLS using Python. Step-by-step guide and code example is included in this topic for how to export XLSX to XLS in Python....Python , enabling consistent document handling and improved workflow...for XLSX to legacy XLS format Import the Converter and SpreadsheetConvertOp...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  7. Converting Excel files with Groupdocs Version 2...

    Hello, We are using Groupdocs with JAVA for converting office Documents on Windows within a web application. We are encountering an error when trying convert excel files with Ver. 26.1. None of them can be converted. Us…...Conversion Product Family document-conversion DGeccelli February...JAVA for converting office documents on Windows within a web application...

    forum.groupdocs.com/t/converting-excel-files-wi...
  8. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Render documents / Render to HTML / Optimize...

    docs.groupdocs.com/viewer/java/how-to-optimize-...
  9. Convert XLSX to EMF using Python

    Convert XLSX to EMF using Python with simple steps. Easily export XLSX to EMF in Python for seamless integration and sharing of spreadsheet data....presentations, and print-ready documents. In this guide, you’ll learn...making it easier to automate document workflows and enhance cross-platform...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  10. Alignment and font issues in the generated PDF ...

    We have a docx file in which Arial MT, Times New Roman fonts are used but upon conversion to pdf we see the following issues : everything is coming in Arial font and not Arial MT The header has correct font but it has …...options: import com.groupdocs.conversion.Converter; import com.groupdocs...conversion.contracts.FontSubstitute; import com.groupdocs.conversion.options...

    forum.groupdocs.com/t/alignment-and-font-issues...