Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 73,649 for

import

(0.32 sec)
  1. Chart Outline Becomes Excessively Thick After E...

    During the conversion of an Excel chart to PDF and then to PPTX, the chart outline becomes disproportionately thick, resulting in a double‑bold appearance in the PowerPoint output. Aspose version: implementation ‘com.a…...2:jdk16’ import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/chart-outline-becomes-excess...
  2. Open PDF document programmatically|Aspose.PDF f...

    Learn how to open a PDF file in Python Aspose.PDF for Python via .NET library. You can open existing PDF, document from stream, and encrypted PDF document.... import aspose.pdf as ap def open_document_from_file...document from stream import aspose.pdf as ap import io def open_document_from_stream...

    docs.aspose.com/pdf/python-net/open-pdf-document/
  3. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modify AcroForm fields in PDF documents by using Aspose.PDF for Python via .NET, including clearing text, setting limits, styling fields, and removing fields.... import aspose.pdf as ap def clear_text_in_form...field. Save the updated PDF. import aspose.pdf as ap def set_field_limit...

    docs.aspose.com/pdf/python-net/modifying-form/
  4. 清除 PDF 元数据|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 删除 PDF 文档中的所有元数据。... 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/zh/python-net/clear-pdf-met...
  5. 获取 PDF 版本|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 以编程方式确定 PDF 文档的版本。本教程演示如何使用 PdfFileInfo 类检查文件的 PDF 版本。... 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/zh/python-net/get-pdf-version/
  6. Export to JSON|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form field values to a JSON file using Aspose.PDF for Python via .NET. It explains how to load a PDF form, access its fields through the Form facade, and save the extracted data in a structured JSON format...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/export-to-json/
  7. Create Rubber Stamp With Appearance File|Aspose...

    The example binds an input PDF, creates a rubber stamp on page 1 using an image file as the stamp appearance, and saves the updated 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/python-net/create-rubber-st...
  8. Add Caret Annotation|Aspose.PDF for Python via ...

    This example loads an existing PDF, adds a caret annotation to the first page, and saves the modified document. The annotation includes a red caret symbol and descriptive comment text.... 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-caret-annota...
  9. Working with Annotations|Aspose.PDF for .NET

    Learn how to work with annotations in PDF files using Aspose.PDF in .NET, including adding comments, highlights, and other annotations.... Annotation is an important part of PDF file. Using Aspose...types of allowed annotations. Import and export annotation with...

    docs.aspose.com/pdf/net/annotations/
  10. Create PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to create internal, external, and remote PDF links in Python.... ImportData – Imports data into the document from...‘LaunchAction’: import aspose.pdf as ap from os import path import sys def...

    docs.aspose.com/pdf/python-net/create-links/