Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 66,862 for

import

(0.28 sec)
  1. Efficiently Merge Presentations with Python|Asp...

    Effortlessly merge PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations with Aspose.Slides for Python via .NET, streamlining your workflow....how to merge presentations: import aspose.slides as slides with...demonstrates this operation: import aspose.slides as slides with...

    docs.aspose.com/slides/python-net/merge-present...
  2. Optimize Image Management in PowerPoint with Py...

    Streamline image management in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET, optimizing performance and automating your workflow....to add an image to a slide: import aspose.slides as slides with...slide: import aspose.slides as slides import urllib2 import base64...

    docs.aspose.com/slides/python-net/image/
  3. Annotation decoration not applied when importin...

    Hi, I am trying to Import XFDF using PDFAnnotationEditor#ImportAnnotationsFromXfdf. The xfdf file contains one freetext annotation decorated with bold, italic, underline, strike through. However, after saving as pdf fil…...decoration not applied when importing xfdf Aspose.PDF Product Family...5:04am 1 Hi, I am trying to import XFDF using PDFAnnotationEd...

    forum.aspose.com/t/annotation-decoration-not-ap...
  4. NodeImporter Class | Aspose.Words for .NET

    Effortlessly transfer document nodes with Aspose.Words.NodeImporter. Streamline your workflow and enhance document management efficiency today!...efficiently perform repeated import of nodes from one document...ImportNode ( Node , bool ) Imports a node from one document into...

    reference.aspose.com/words/net/aspose.words/nod...
  5. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...using: import aspose.pdf as ap import fitz # PyMuPDF import io import...import re def build_patterns(placeholder): inner = placeholder...

    forum.aspose.com/t/table-placeholder-replacemen...
  6. Convert HTML to TIFF in Python – Aspose.HTML

    Convert HTML to TIFF using Aspose.HTML for Python via .NET. Save web pages in TIFF format quickly, clearly, and securely....'MHTML' 'MD' }} import aspose.html as ah import aspose.html.converters...converters as conv import aspose.html.saving as sav {{/if_output}}...

    products.aspose.com/html/python-net/conversion/...
  7. Convert EPUB to DOCX in Python – Aspose.HTML fo...

    Convert EPUB to DOCX using Aspose.HTML Python library. Consider various EPUB to DOCX conversion scenarios in Python code examples....'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/python-net/convert-epub-to...
  8. Compress PDF In Python

    Compress PDF in Python without losing quality. Optimize PDF content, reduce file size easily....pip install aspose-words Copy import aspose.words as aw renderer...page_setup.page_height = height; import aspose.words as aw doc = aw...

    products.aspose.com/words/python-net/compress/pdf/
  9. Create Links in PDF file with Python|Aspose.PDF...

    This section explains how to create links in your PDF document with Python.... ImportData – Imports data into the document from...‘LaunchAction’: import aspose.pdf as ap from os import path path_infile...

    docs.aspose.com/pdf/python-net/create-links/
  10. Add and Delete a Bookmark|Aspose.PDF for Java

    You can add a bookmark to a PDF document with Java. It is possible to delete all or particular bookmarks from a PDF document....examples ; import java.io.IOException ; import com.aspose.pdf...pdf.* ; import com.aspose.pdf.facades.Bookmark ; import com.aspose...

    docs.aspose.com/pdf/java/add-and-delete-bookmark/