Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 70,898 for

import

(0.83 sec)
  1. 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...
  2. 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/
  3. 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...
  4. 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-...
  5. 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...
  6. 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...
  7. 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...
  8. Get PDF Version|Aspose.PDF for Python via .NET

    Learn how to programmatically determine the version of a PDF document using Aspose.PDF for Python. This tutorial demonstrates how to use the PdfFileInfo class to check the PDF version of a file.... 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/get-pdf-version/
  9. Resize PDF Page Contents|Aspose.PDF for Python ...

    Resize the contents of specific PDF pages 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/resize-pdf-page-...
  10. Signature Verification|Aspose.PDF for Python vi...

    Learn how to verify digital signatures and check whether a PDF contains signatures using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def verify_pdf_signature ( infile ): pdf_signature...

    docs.aspose.com/pdf/python-net/signature-verifi...