Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 3,316 for

import

(0.12 sec)
  1. Quick Start Guide | GroupDocs

    A guide on how to get started using the groupdocs-total-net package for Python via .NET....py import os from groupdocs.conversion import License ...conversion.options.convert import PdfConvertOptions def convert_docx_to_pdf...

    docs.groupdocs.com/total/python-net/quick-start...
  2. Iterate through container items | GroupDocs

    Learn how to iterate through container items (files in archives) using GroupDocs.Parser for Python via .NET....parser import Parser # Create an instance...Python from groupdocs.parser import Parser def count_container_items...

    docs.groupdocs.com/parser/python-net/iterate-th...
  3. PDF is misaligned if we use Textboxes in the Wo...

    When we use Text Boxes in a Docx file . Generated PDF is totally misaligned. See the attached documents for reference TestDocument.docx (30.5 KB) TestDocument.pdf (26.6 KB)...Code: import com.groupdocs.conversion.Converter; import com.groupdocs...conversion.contracts.FontSubstitute; import com.groupdocs.conversion.options...

    forum.groupdocs.com/t/pdf-is-misaligned-if-we-u...
  4. EditableDocument get html with inline styles - ...

    Hi, I am working with EditableDocument to get the complete html as string, I can see that the style is created on the head tag, Is possible to get the full html content but with inside styles?, example: <td style="widt…...Java: import com.groupdocs.editor.EditableDocument; import com...com.groupdocs.editor.Editor; import com.groupdocs.editor.options...

    forum.groupdocs.com/t/editabledocument-get-html...
  5. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats.... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...format Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...

    docs.groupdocs.com/viewer/java/render-visio-doc...
  6. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...operator import truediv import groupdocs.redaction as gr import groupdocs...gro import groupdocs.redaction.redactions as grr import groupdocs...

    docs.groupdocs.com/redaction/python-net/select-...
  7. Python Digital Signature Tutorial: E-Sign PDF, ...

    Complete step-by-step tutorial for creating secure electronic signatures in documents using Python and GroupDocs.Signature - perfect for developers building document signing applications...groupdocs-signature-net Import Required Modules # Import the core GroupDocs...Signature library import groupdocs.signature as gs # Import options for...

    blog.groupdocs.com/signature/sign-documents-ele...
  8. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document... Java import com.groupdocs.viewer.Viewer ; import com.groupdocs...interfaces.PageStreamFactory ; import com.groupdocs.viewer.options...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  9. Adding repeated watermarks | GroupDocs

    Add repeated (tiled) text or image watermarks with spacing, rotation, and patterns using Python via .NET.... import groupdocs.watermark as gw import groupdocs.watermark...the page. import groupdocs.watermark as gw import groupdocs.watermark...

    docs.groupdocs.com/watermark/python-net/adding-...
  10. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET.... import groupdocs.merger as gm import constants def...turtle import update import groupdocs.merger as gm import constants...

    blog.groupdocs.com/merger/merge-pptx-in-python/