Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 73,649 for

import

(0.6 sec)
  1. Remove Attachments|Aspose.PDF for Python via .NET

    This example binds an input PDF, deletes all attachments, and saves the modified PDF without any embedded files.... 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/remove-attachments/
  2. PDF-to-PPTX in Java: Conversion Error - com.asp...

    When converting the PDF and then to PPTX, report is failed with ArgumentException. Aspose version: implementation ‘com.aspose:aspose-pdf:26.1’ implementation ‘com.aspose:aspose-slides:26.2:jdk16’ Stack Trace: com.a…...] Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/pdf-to-pptx-in-java-conversi...
  3. 在 Python 中添加数字签名或对 PDF 进行数字签名|Aspose.PDF for Py...

    了解如何在 Python 中对 PDF 文档进行数字签名、添加时间戳以及验证签名。...使用数字签名签署 PDF import sys from os import path import aspose.pdf as...as ap import aspose.pydrawing as drawing def sign_document (...

    docs.aspose.com/pdf/zh/python-net/digitally-sig...
  4. 在 Python 中加密和解密 PDF 文件|Aspose.PDF for Python vi...

    了解如何在 Python 中设置 PDF 权限、加密文件、解密受保护的 PDF,以及更改密码。... import sys from os import path import aspose.pdf as...as ap import aspose.pydrawing as drawing def set_privileges_...

    docs.aspose.com/pdf/zh/python-net/set-privilege...
  5. 与线性挤压一起工作|Documentation

    Aspose.3D for Python via .NET 提供了linearexdution类,它将2D形状作为输入,并在第三维中扩展该形状。...threed import FileFormat , Scene from aspose...aspose.threed.entities import LinearExtrusion from aspose.threed...

    docs.aspose.com/3d/zh/python-net/working-with-l...
  6. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/de/python-java/pyinstalle...
  7. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/ar/python-java/pyinstalle...
  8. example.py

    Import os from jpype Import * __cells_jar_dir__ = os.path.dirname(__file__) addClassPath(os.path.join(__cells_jar_dir__, "aspose-cells-23.1.jar")) addClassPath(os.path.join(__cells_jar_dir__, "bcpr......import os from jpype import * __cells_jar_dir__ = os.path.dirname(__file__)..."JavaClassBridge.jar")) import jpype import asposecells jpype.startJVM()...

    docs.aspose.com/cells/ru/python-java/pyinstalle...
  9. Add Application Link|Aspose.PDF for Python via ...

    This example binds an input PDF, adds an application launch link on the first page, and saves the modified document.... import aspose.pdf.facades as pdf_facades...aspose.pycore import cast , is_assignable import aspose.pydrawing...

    docs.aspose.com/pdf/python-net/add-application-...
  10. 在 Python 中从 PDF 提取签名信息|Aspose.PDF for Python vi...

    学习如何在 Python 中从 PDF 文件中提取签名图像、证书和数字签名详细信息。...并将其图像保存为 JPEG 文件: import sys from os import path import aspose.pdf as...as ap import aspose.pydrawing as drawing def extract_images_...

    docs.aspose.com/pdf/zh/python-net/extract-image...