Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 71,927 for

import

(0.31 sec)
  1. 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-...
  2. 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...
  3. Change PDF Viewer Preferences|Aspose.PDF for Py...

    This module demonstrates how to adjust a PDF document’s viewer settings 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/change-viewer-pr...
  4. Set Field Alignment Vertical|Aspose.PDF for Pyt...

    This example demonstrates how to set the vertical alignment of 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-alignm...
  5. Replace Text in PDF with Python|Aspose.PDF for ...

    Learn how to replace, rearrange, and remove text in PDF documents using Python.... import sys import aspose.pdf as ap from os import path def...PDF. import sys import aspose.pdf as ap from os import path def...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  6. Add Curve Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, draws a dashed curve on the first page, and saves the modified document....visual emphasis or marking important areas. Using PdfContentEditor...updated Document. import aspose.pdf as ap import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/add-curve-annota...
  7. Rename Field|Aspose.PDF for Python via .NET

    Rename an existing form field in a PDF document 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/rename-field/
  8. Save Metadata with XMP|Aspose.PDF for Python vi...

    Save PDF metadata using XMP with 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/save-metadata-wi...
  9. Delete Stamp By Index|Aspose.PDF for Python via...

    This example creates two rubber stamps on page 2. After that, a stamp can be deleted by specifying its index.... 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/delete-stamp-by-...
  10. 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...