Sort Score
Result 10 results
Languages All
Labels All
Results 5,111 - 5,120 of 69,959 for

import

(0.2 sec)
  1. Convert BMP to EPS using Python

    BMP to EPS conversion functionality offered by Aspose.Page API solution for Python is explained and illustrated with the code snippets here.... eps import * 4 from aspose. page . eps . device import * 5 from...from util import Util 6 ########## 7 ###### Class and Method...

    docs.aspose.com/page/python-net/convert/bmp-to-...
  2. Converting a EPS file to EPUB using Python | As...

    Sample code on Python for EPS to EPUB conversion. Use example code for batch EPS to EPUB conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/e...
  3. Converting a HTML file to PPTX using Python | A...

    Sample code on Python for HTML to PPTX conversion. Use example code for batch HTML to PPTX conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/h...
  4. Converting a HTML file to DOCX using Python | A...

    Sample code on Python for HTML to DOCX conversion. Use example code for batch HTML to DOCX conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/h...
  5. Converting a EPS file to DOCX using Python | As...

    Sample code on Python for EPS to DOCX conversion. Use example code for batch EPS to DOCX conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/e...
  6. Converting a HTML file to DOC using Python | As...

    Sample code on Python for HTML to DOC conversion. Use example code for batch HTML to DOC conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/h...
  7. Converting a XPS file to DOCX using Python | As...

    Sample code on Python for XPS to DOCX conversion. Use example code for batch XPS to DOCX conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/python-net/conversion/x...
  8. Converting a XSLFO file to DOCX using Python | ...

    Sample code on Python for XSLFO to DOCX conversion. Use example code for batch XSLFO to DOCX conversion with Python and .NET...Output file: import aspose.pdf as apdf from os import path path_xsltfile...

    products.aspose.com/pdf/python-net/conversion/x...
  9. HTML to PDF Merge using Python | Aspose.PDF

    Combine two or more HTML documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Output file: import aspose.pdf as apdf from os import path html_load_options...

    products.aspose.com/pdf/python-net/merger/html-...
  10. How Is an Image Overlaid on the Slide in PPT? C...

    Hi, I have a PPT slide which has a solid blue fill background. On top it has two pictures. One of the picture is blended in with the background, such that it does not replace the background color underneath. While the o…...background values: import com.aspose.slides.FillType; import com.aspose...slides.IBackgroundEffective; import com.aspose.slides.Presentation;...

    forum.aspose.com/t/how-is-an-image-overlaid-on-...