Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 3,725 for

import

(0.1 sec)
  1. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications.... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...viewer.fonts.FolderFontSource ; import com.groupdocs.viewer.fonts...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  2. Generating slides preview for presentation | Gr...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format using GroupDocs.Editor for Python via .NET... import os from groupdocs.editor import Editor # Obtain...ntation.py import os from groupdocs.editor import Editor , License...

    docs.groupdocs.com/editor/python-net/generating...
  3. Licensing | GroupDocs

    GroupDocs.Signature for Python via .NET free signature API version is available to evaluate the API which will be similar to licensed version but with few limitations....from a file: import os from groupdocs.signature import License def...a stream: import os from groupdocs.signature import License def...

    docs.groupdocs.com/signature/python-net/licensing/
  4. Load File From Stream | GroupDocs

    Pass any Python file-like object — open() handle, io.BytesIO, boto3/azure-blob/requests response body — to the Converter constructor to convert documents directly from memory or cloud storage without touching the local filesystem....py import os from groupdocs.conversion import Converter...conversion.options.convert import PdfConvertOptions def get_file_stream...

    docs.groupdocs.com/conversion/python-net/develo...
  5. Font embedding options | GroupDocs

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor for Python via .NET API....formats import WordProcessingFormat from groupdocs...groupdocs.editor.options import WordProcessingSaveOp , FontEmbeddingOptions...

    docs.groupdocs.com/editor/python-net/font-embed...
  6. Edit PDF | GroupDocs

    This guide demonstrates how to edit the content of PDF files like common text documents using GroupDocs.Editor for Python via .NET....editor import Editor from groupdocs.editor.options import PdfLoadOptions...edit_pdf.py import os from groupdocs.editor import Editor , License...

    docs.groupdocs.com/editor/python-net/edit-pdf/
  7. Convert PDF files | GroupDocs

    This article demonstrates how to convert PDF to Word, Excel, PowerPoint and image formats with GroupDocs.Conversion for Java....java import com.groupdocs.conversion.Converter ; import com.groupdocs...java import com.groupdocs.conversion.Converter ; import com.groupdocs...

    docs.groupdocs.com/conversion/java/convert/pdf/
  8. Saving EditableDocument to stream | GroupDocs

    This article shows and explains advanced techniques and approaches while working with EditableDocument, including saving the HTML markup and the accompanying resources using GroupDocs.Editor for Python via .NET....class is one of the most important among all types in GroupDocs...automatically. from groupdocs.editor import Editor with Editor ( "document...

    docs.groupdocs.com/editor/python-net/saving-edi...
  9. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....parser import Parser # Open the file as a...groupdocs.parser import Parser from io import BytesIO # Read file...

    docs.groupdocs.com/parser/python-net/load-file-...
  10. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....redaction import RedactionPolicy from groupdocs...groupdocs.redaction.redactions import ( ExactPhraseRedaction , ReplacementOptions...

    docs.groupdocs.com/redaction/python-net/use-red...