Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 3,156 for

import

(0.06 sec)
  1. Get supported file formats | GroupDocs

    List all supported file formats using Python via .NET....common import FileType supported = FileType...

    docs.groupdocs.com/watermark/python-net/get-sup...
  2. How to Convert Bitmap to PNG using Java

    This short article walks you through the workflow to convert Bitmap to PNG using Java and how to use this guide to change BMP to PNG in Java....Bitmap to PNG functionality Import essential classes for performing...the Maven repository and then import the essential classes in the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  3. How to Edit MOBI File | GroupDocs

    This article demonstrates how to edit MOBI files using Node.js via Java....MOBI is fully supported: on import, export, and auto-detection...content in the constructor: // Import necessary modules const groupdocsEditor...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  4. Render DOCX as Image using Python

    You will learn how to render DOCX as image using Python. A code example will also be provided to create images from DOCX in Python for visual content workflows....command in your terminal window Import both groupdocs.viewer and groupdocs...rendering. After installation, import the necessary modules into...

    kb.groupdocs.com/viewer/python/render-docx-as-i...
  5. 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....to EMF file transformation Import Converter and ImageConvertOptions...steps—install the library, import required classes, and define...

    kb.groupdocs.com/conversion/python/convert-xlsx...
  6. Update QR Code Signatures in Document | GroupDocs

    This article explains how to update QR code electronic signatures with GroupDocs.Signature for Python via .NET API....was found using the method: import groupdocs.signature as signature...groupdocs.signature.options import QrCodeSearchOptions # Initialize...

    docs.groupdocs.com/signature/python-net/update-...
  7. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java.... To import words from a file, use the...exportDictionary ( "C:\\Words.txt" ); // Import words from a file index . getDictionaries...

    docs.groupdocs.com/search/java/stop-word-dictio...
  8. Spelling corrector | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java.... To import words from a file, use the...exportDictionary ( fileName ); // Import words from a file index . getDictionaries...

    docs.groupdocs.com/search/nodejs-java/spelling-...
  9. Unable to set margins when converting .eml to ....

    I use the code below to convert .eml files to .pdf. However, setting the margins using options.setMarginBottom(12), options.setMarginTop(12), options.setMarginLeft(12), and options.setMarginRight(12) no long…...email due to: ",e); throw e; } import com.groupdocs.conversion.contracts...contracts.LoadOptionsProvider; import com.groupdocs.conversion.options...

    forum.groupdocs.com/t/unable-to-set-margins-whe...
  10. render_docx_to_pdf.zip

    demo-app/render_docx_to_pdf.py Import os from groupdocs.viewer Import License, Viewer from groupdocs.viewer.options Import PdfViewOptions def render_docx_to_pdf(): # Get license file absolute path ......py import os from groupdocs.viewer import License, Viewer...from groupdocs.viewer.options import PdfViewOptions def render_docx_to_pdf():...

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