Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 71,973 for

import

(0.16 sec)
  1. Resolve Full Field Names|Aspose.PDF for Python ...

    This example demonstrates how to retrieve the fully qualified names of form fields in a PDF document using Aspose.PDF Facades API....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/resolve-full-fie...
  2. Fill Fields by Name and Value|Aspose.PDF for Py...

    This article demonstrates how to dynamically fill multiple PDF form fields by name and value using Aspose.PDF for Python via .NET. Instead of setting each field individually, it uses a dictionary structure to map field names to values and populates them in a loop....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-fields-by-n...
  3. Rename Form Fields|Aspose.PDF for Python via .NET

    This example demonstrates how to rename form fields in a PDF document using Aspose.PDF for Python via .NET. It shows how to bind a PDF form, update existing field names programmatically, and save the modified file. Renaming fields helps standardize form structures, improve data mapping, and simplify integration with automated workflows or external systems....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/rename-form-fields/
  4. Move Stamp By ID|Aspose.PDF for Python via .NET

    In this example, a rubber stamp is added to page 1 and then moved to a new position using its ID before saving the updated 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/move-stamp-by-id...
  5. Add Line Annotation|Aspose.PDF for Python via .NET

    This example binds an input PDF, draws a red line annotation with square line endings, and saves the modified PDF.... 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-line-annotat...
  6. Manage Stamp By ID|Aspose.PDF for Python via .NET

    How to manipulate rubber stamp annotations in a PDF by their unique IDs using Aspose.PDF for Python... 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/manage-stamp-by-id/
  7. Move Stamp By Index|Aspose.PDF for Python via .NET

    How to reposition rubber stamp annotations in a PDF by using their index on a page with Aspose.PDF for Python... 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/move-stamp-by-in...
  8. Concatenate PDF Forms with Unique Suffix|Aspose...

    Concatenate multiple PDF forms using Aspose.PDF for Python while ensuring unique form field names.... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/concatenate-pdf-...
  9. Get PDF Viewer Preferences|Aspose.PDF for Pytho...

    How to read and modify PDF viewer preferences programmatically using Aspose.PDF for Python... import aspose.pdf.facades as pdf_facades import sys from...from enum import IntFlag from os import path sys . path . append...

    docs.aspose.com/pdf/python-net/get-viewer-prefe...
  10. Encrypt and Decrypt PDF Files in Python|Aspose....

    Learn how to set PDF privileges, encrypt files, decrypt protected PDFs, and change passwords in Python.... import sys from os import path import aspose.pdf as...as ap import aspose.pydrawing as drawing def set_privileges_...

    docs.aspose.com/pdf/python-net/set-privileges-e...