Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 70,892 for

import

(0.48 sec)
  1. Adding MapiContact to PST in Jython|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....- email import Settings from com.aspose.email import MapiContact...MapiContact from com.aspose.email import MapiContactNamePrope from com...

    docs.aspose.com/email/java/adding-mapicontact-t...
  2. Add PDF Backgrounds in Python|Aspose.PDF for Py...

    Learn how to add a background image to PDF pages in Python using the BackgroundArtifact class in Aspose.PDF for Python via .NET.... from os import path from io import FileIO import aspose.pdf...pdf as ap import sys def add_background_image_to_pdf ( infile ...

    docs.aspose.com/pdf/python-net/add-backgrounds/
  3. Set Field Limit|Aspose.PDF for Python via .NET

    This example shows how to set a maximum character limit for a form field in a PDF document using Aspose.PDF for Python....from io import FileIO import sys from os import path import aspose...pdf as ap import aspose.pydrawing as ap_pydrawing import aspose...

    docs.aspose.com/pdf/python-net/set-field-limit/
  4. Clear PDF Metadata|Aspose.PDF for Python via .NET

    Remove all metadata from a PDF document using Aspose.PDF for Python via .NET.... import aspose.pdf as ap import aspose.pdf.facades...pdf_facades from io import FileIO import sys from os import path sys ....

    docs.aspose.com/pdf/python-net/clear-pdf-metadata/
  5. 在 Jython 中向 PST 添加 MapiCalendar|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....- email import Settings from com.aspose.email import MapiCalendar...MapiCalendar from com.aspose.email import MapiRecipientCollect from com...

    docs.aspose.com/email/zh/java/adding-mapicalend...
  6. Adding MapiJournal to PST in Jython|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....- email import Settings from com.aspose.email import MapiJournal...email import PersonalStorage from com.aspose.email import FileFormatVersion...

    docs.aspose.com/email/java/adding-mapijournal-t...
  7. Manage PDF Headers and Footers using Python|Asp...

    Learn how to manage headers and footers in PDF documents with Python and Aspose.PDF.... from os import path import aspose.pdf as ap import sys def ... from os import path import aspose.pdf as ap import sys def add_header_artifact...

    docs.aspose.com/pdf/python-net/artifacts-header...
  8. Export to JSON|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form field values to a JSON file using Aspose.PDF for Python via .NET. It explains how to load a PDF form, access its fields through the Form facade, and save the extracted data in a structured JSON format...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/export-to-json/
  9. Create Rubber Stamp With Appearance File|Aspose...

    The example binds an input PDF, creates a rubber stamp on page 1 using an image file as the stamp appearance, and saves the updated PDF.... 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/create-rubber-st...
  10. Add Caret Annotation|Aspose.PDF for Python via ...

    This example loads an existing PDF, adds a caret annotation to the first page, and saves the modified document. The annotation includes a red caret symbol and descriptive comment text.... 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-caret-annota...