Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 70,859 for

import

(1.38 sec)
  1. Split PDF to End|Aspose.PDF for Python via .NET

    Split a PDF document from a given page to the last page using Aspose.PDF for Python....from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/python-net/split-pdf-to-end/
  2. Add Free Text Annotations|Aspose.PDF for Python...

    This example loads an existing PDF file, adds a free text annotation to the first page at a defined position, and saves the modified document.... import aspose.pdf as ap import aspose.pdf.facades...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/python-net/add-free-text-an...
  3. Generate Thumbnail Images from PDF Documents|As...

    This section describes how to generate thumbnail images from PDF documents using Aspose.PDF for Java....examples ; import com.aspose.pdf.Document ; import com.aspose...JpegDevice ; import com.aspose.pdf.devices.Resolution ; import java.io...

    docs.aspose.com/pdf/java/generate-thumbnail-ima...
  4. Creating and Saving Outlook Contacts in Jython|...

    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....- email import Settings from com.aspose.email import MapiContact...MapiContact from com.aspose.email import MapiContactNamePrope from com...

    docs.aspose.com/email/java/creating-and-saving-...
  5. Setup Environment and Installation Guidelines|D...

    setup Aspose.Diagram for Python via Java and installation guidelines....following sample code: import jpype import asposediagram jpype ...() from asposediagram . api import * diagram = Diagram () diagram...

    docs.aspose.com/diagram/python-java/setup-envir...
  6. Revision and Permissions|Aspose.PDF for Python ...

    Learn how to inspect signature revisions, document revisions, and certification permissions in PDF files using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def get_signature_revision ( infile ): pdf_signature...

    docs.aspose.com/pdf/python-net/revision-permiss...
  7. 在 Ruby 中创建并保存 Outlook 任务|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....+ '/data/' contact = Rjb :: import ( 'com.aspose.email.MapiContact'...MapiContact' ) . new calendar = Rjb :: import ( 'java.util.Calendar' ) ....

    docs.aspose.com/email/zh/java/creating-and-savi...
  8. Add Circle Annotation|Aspose.PDF for Python via...

    This example binds an input PDF, creates a circle annotation on the first page, and saves the modified document.... import aspose.pdf as ap import aspose.pdf.facades...pdf_facades import aspose.pydrawing as apd import sys from os...

    docs.aspose.com/pdf/python-net/add-circle-annot...
  9. Add Attachment|Aspose.PDF for Python via .NET

    This example binds an input PDF, attaches an external file to the first page, and saves the modified PDF with the embedded attachment.... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/python-net/add-attachment/
  10. Extract Data from AcroForm using Python|Aspose....

    Aspose.PDF makes it easy to extract form field data from PDF files. Learn how to extract data from AcroForms and save it into JSON, XML, or FDF format.... import aspose.pdf as apdf from io import FileIO from...from os import path import json from aspose.pycore import cast ...

    docs.aspose.com/pdf/python-net/extract-data-fro...