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

import

(0.15 sec)
  1. Add File Attachment Annotation From Stream|Aspo...

    The example loads a PDF, reads an external file into a memory stream, adds a file attachment annotation to the first page, and saves the modified document.... 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-file-attachm...
  2. Fill Check Box Fields|Aspose.PDF for Python via...

    This example demonstrates how to programmatically fill check box fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, update check box values by field name, and save the modified file....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/fill-check-box-f...
  3. Fill Text Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to automatically fill text fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to load a PDF document, populate specific form fields by name, and save the updated file....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/fill-text-fields/
  4. Working with Images|Documentation

    This page describes how to extract, replace or insert an image from a page of the Visio drawing with Aspose.Diagram library.... import jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/python-java/working-wit...
  5. Add digital signature or digitally sign PDF in ...

    Learn how to digitally sign PDF documents, add timestamps, and validate signatures in Python....signatures import sys from os import path import aspose.pdf as...as ap import aspose.pydrawing as drawing def sign_document (...

    docs.aspose.com/pdf/python-net/digitally-sign-p...
  6. Add PDF Document Link|Aspose.PDF for Python via...

    This example binds an input PDF, adds a green-colored link to a page in another PDF, and saves the modified document.... import aspose.pdf.facades as pdf_facades...aspose.pycore import cast , is_assignable import aspose.pydrawing...

    docs.aspose.com/pdf/python-net/add-pdf-document...
  7. Set Privileges on an Existing PDF File|Aspose.P...

    Set and manage PDF document privileges to control user actions such as printing, copying, and editing....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/set-privileges/
  8. Manipulate PDF Documents in Python|Aspose.PDF f...

    Learn how to validate, structure, and modify PDF documents in Python, including TOC management and PDF/A checks.... import sys from os import path import aspose.pdf as...for PDF/A-1b. import sys from os import path import aspose.pdf as...

    docs.aspose.com/pdf/python-net/manipulate-pdf-d...
  9. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save format has a corresponding class that holds save options for that save format....formats import ColladaSaveOptions , ColladaTransformStyl...Configure lookup paths to allow importer to find external dependencies...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  10. Fill Radio Button Fields|Aspose.PDF for Python ...

    This example demonstrates how to programmatically fill radio button fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, select a radio button option by index, and save the updated file....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/fill-radio-butto...