Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 64,232 for

import

(0.08 sec)
  1. Merge PDF Files To PPTM Using Python | products...

    Merge multiple PDF files in Python....multiple PDF into single PPTM file import aspose.slides as slides with...reference (import the library) to your Python project. import aspose...

    products.aspose.com/slides/python-net/merge/pdf...
  2. Extract images from PDF in Python | Aspose.PDF

    Python source code to extract images from PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....Output file: import aspose.pdf as apdf from os import path from...from io import FileIO path_infile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/parser/images/
  3. Copying Rows and Columns in Ruby|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...file path workbook = Rjb :: import ( 'com.aspose.cells.Workbook'...

    docs.aspose.com/cells/java/copying-rows-and-col...
  4. Add Watermark to PPT Presentation Files using P...

    Python source code for adding Watermark to PPT Presentation....using Python import aspose.slides as slides import aspose.pydrawing...PPT Presentation using Python import aspose.slides as slides with...

    products.aspose.com/slides/python-net/watermark...
  5. Adding Worksheets to New Excel File in Jython|D...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....cells import Settings from com . aspose . cells import Workbook...Workbook from com . aspose . cells import SaveFormat class AddingWorksheetstoNe...

    docs.aspose.com/cells/java/adding-worksheets-to...
  6. Append Documents in Ruby|Aspose.Words for Java

    Append an MS Word document to other one using Ruby.... dst_doc = Rjb :: import ( 'com.aspose.words.Document'...Destination.doc" ) src_doc = Rjb :: import ( 'com.aspose.words.Document'...

    docs.aspose.com/words/java/append-documents-in-...
  7. XPS to PDF Merge using Python | Aspose.PDF

    Combine two or more XPS documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET... Import Python modules required for...format. This is used when importing scientific or technical documents...

    products.aspose.com/pdf/python-net/merger/xps-t...
  8. Joining And Appending in Jython|Aspose.Words fo...

    Join And Append documents using Jython....words import Settings from com . aspose . words import Document...Document from com . aspose . words import ImportFormatMode from com ...

    docs.aspose.com/words/java/joining-and-appendin...
  9. Extract Text From All the Pages of a PDF Docume...

    Understand how to extract text from all pages of a PDF document using Ruby and Aspose.PDF, ideal for content analysis....target document pdf = Rjb :: import ( ' com . aspose . pdf . Document...text text_absorber = Rjb :: import ( ' com . aspose . pdf . TextAbsorber...

    docs.aspose.com/pdf/java/extract-text-from-all-...
  10. Split PDF programmatically in Python|Aspose.PDF...

    This topic shows how to split PDF pages into individual PDF files in your Python via C++ applications.... import AsposePDFPythonWrapp as apw import AsposePDFPython...AsposePDFPython as apCore import os import os.path dataDir = os . path...

    docs.aspose.com/pdf/python-cpp/split-pdf-document/