Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 56,376 for

import document

(0.24 sec)
  1. Rename Field|Aspose.PDF for Python via .NET

    Rename an existing form field in a PDF Document using Aspose.PDF for Python.... Bind the PDF document to the editor. Rename the...from io import FileIO import sys from os import path import aspose...

    docs.aspose.com/pdf/python-net/rename-field/
  2. Protect PPTX document with password Online and ...

    Online PPTX file password app. Python API code to apply password protection on PPTX Document....NET Protect Pptx Online PPTX Document Protection or Set Password...powerful Python based PPTX document protection utility application...

    products.aspose.com/total/python-net/protect/pptx/
  3. 删除附件|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,删除所有附件,并将修改后的 PDF 保存为不包含任何嵌入文件的版本。... 保存已更新的 Documentimport aspose.pdf.facades as...pdf_facades import aspose.pydrawing as apd from io import BytesIO...

    docs.aspose.com/pdf/zh/python-net/remove-attach...
  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.... Bind the input PDF document. Bind the input PDF file to...and 3. Save the modified PDF document to the output file using save(outfile)...

    docs.aspose.com/pdf/python-net/delete-stamp-by-...
  5. 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.... Bind the input PDF document. Add a rubber stamp annotation... Save the updated PDF document. import aspose.pdf.facades as...

    docs.aspose.com/pdf/python-net/move-stamp-by-id...
  6. Protect XLSX document Online with password and ...

    Online XLSX file password protection app. C++ API code to apply password protection on XLSX spreadsheets....C++ Protect Xlsx Online XLSX Document Protection or Set Password...Develop powerful C++ based XLSX document protection utility application...

    products.aspose.com/total/cpp/protect/xlsx/
  7. Resize PDF Document in Python | Change PDF Page...

    Learn how to resize PDF Documents in Python using Aspose.PDF. Discover easy steps and code examples to change PDF page size....is required when preparing documents for printing, layout consistency...will learn how to resize PDF documents in Python. We will walk you...

    blog.aspose.com/pdf/resize-pdf-document-in-python/
  8. Add Watermarks to PDF in Python|Aspose.PDF for ...

    Learn how to add watermark artifacts to PDF files in Python using Aspose.PDF for Python via .NET....watermark artifact to a PDF Document using Aspose.PDF for Python...Watermarks from PDF Load the PDF document. Access page artifacts. Filter...

    docs.aspose.com/pdf/python-net/add-watermarks/
  9. Delete Stamps Globally|Aspose.PDF for Python vi...

    This example demonstrates how to delete rubber stamp annotations globally across all pages in a PDF using Aspose.PDF for Python via the Facades API. It shows how to remove stamps by ID without specifying individual pages....stamps throughout the entire document. The ‘delete_stamp_by_id()’...instance. Bind the input PDF document. Add rubber stamps to multiple...

    docs.aspose.com/pdf/python-net/delete-stamps-gl...
  10. Work with Vector Graphics in Python|Aspose.PDF ...

    Learn how to extract, move, remove, and copy vector graphics between PDF pages using GraphicsAbsorber in Python.... Open the PDF document. Create a GraphicsAbsorber...counts. import aspose.pdf as ap import sys from os import path def...

    docs.aspose.com/pdf/python-net/working-with-vec...