Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 56,376 for

import document

(0.41 sec)
  1. 重命名表单字段|Aspose.PDF for Python via .NET

    本示例演示了如何使用 Aspose.PDF for Python via .NET 在 PDF 文档中重命名表单字段。它展示了如何绑定 PDF 表单、以编程方式更新现有字段名称并保存修改后的文件。重命名字段有助于统一表单结构、改进数据映射,并简化与自动化工作流或外部系统的集成。... 保存已更新的 Document。 from io import FileIO import sys from os...os import path import aspose.pdf as ap import aspose.pdf.facades...

    docs.aspose.com/pdf/zh/python-net/rename-form-f...
  2. 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/
  3. Add Tables to PDF in Python|Aspose.PDF for Pyth...

    Learn how to add and configure tables in existing PDF Documents in Python....Adding tables to existing PDF documents is a common requirement for...cells, and saving the modified document. It also covers advanced options...

    docs.aspose.com/pdf/python-net/adding-tables/
  4. Integrate PDF Tables with Data Sources in Pytho...

    Learn how to integrate PDF tables with data sources such as databases and pandas DataFrames in Python....Create an empty PDF document with ap.Document() . Add a page to...to the document. Convert the DataFrame into an Aspose.PDF table...

    docs.aspose.com/pdf/python-net/integrate-table/
  5. Create PDF Booklet|Aspose.PDF for Python via .NET

    Generate a booklet-style PDF from an existing Document using Aspose.PDF for Python...] Creating booklet-style documents is a common requirement when...reorganizes the pages of the input document and generates a new PDF optimized...

    docs.aspose.com/pdf/python-net/create-pdf-booklet/
  6. Scalanie dokumentów PDF za pomocą Python | Aspo...

    Odkryj, jak efektywnie używać Aspose.PDF for Python via .NET, aby łączyć obrazy, pliki XML, HTML, EPUB i inne w jednym dokumencie PDF lub DOCX/PPTX. Odkryj, jak efektywnie używać Aspose.PDF for Python via .NET, aby łączyć obrazy, pliki XML, HTML, EPUB i inne w jednym dokumencie PDF lub DOCX/PPTX.... import aspose.pdf as apdf from io import FileIO from...from os import path epub_load_options = apdf.EpubLoadOptions()...

    products.aspose.com/pdf/pl/python-net/merger/
  7. Add Margins to PDF Pages|Aspose.PDF for Python ...

    Add custom margins to selected pages of a PDF using Aspose.PDF for Python....enhance readability, prepare documents for printing, or allocate...pages 1 and 3 of the input document. The margins are defined in...

    docs.aspose.com/pdf/python-net/add-margins-to-p...
  8. Update PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to update PDF link appearance and destinations in Python....Visually marking links in a document Enhancing accessibility by...these updates, the modified document is saved to the output path...

    docs.aspose.com/pdf/python-net/update-links/
  9. Insert and Append Documents in C#|Aspose.Words ...

    Combine Documents into one: insert or append a Document into a new or existing one using find and replace, merge field, bookmark, or simply at the Document end in C#....Ask AI Insert and Append Documents Contents [ Hide ] Purpose...how to insert and append documents programmatically. Sometimes...

    docs.aspose.com/words/net/insert-and-append-doc...
  10. 添加橡胶印章|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在前四页添加一个绿色的“已批准”橡胶印章,并保存修改后的文档。... 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/zh/python-net/add-rubber-st...