Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 73,648 for

import

(0.08 sec)
  1. 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...
  2. 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...
  3. Replace Text Simple|Aspose.PDF for Python via .NET

    In this example, all occurrences of "33" are replaced with "XXXIII " in the entire document. This demonstrates straightforward string replacement without custom formatting or regex.... import aspose.pdf as ap import aspose.pdf.facades...facades as pdf_facades import sys from os import path sys . path ....

    docs.aspose.com/pdf/python-net/replace-text-sim...
  4. 创建 PDF 小册子|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 从现有文档生成小册子式 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/create-pdf-bo...
  5. How to Implement Lazy Loading in GridJs|Documen...

    This article describes how to implement lazy loading in GridJs....configuration) import com.aspose.gridjs.GridJsOptions ; import org.springframework...springframework.context.annotation.Bean ; import org.springframework.context...

    docs.aspose.com/cells/java/aspose-cells-gridjs/...
  6. Different Ways to Open Files|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... import aspose.diagram from aspose.diagram import * #//...contains the file. import os import sys import aspose.diagram from...

    docs.aspose.com/diagram/python-net/different-wa...
  7. 添加本地链接|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加一个红色本地链接,指向第 1 页,并保存修改后的文档。... import aspose.pdf.facades as pdf_facades...aspose.pycore import cast , is_assignable import aspose.pydrawing...

    docs.aspose.com/pdf/zh/python-net/add-local-link/
  8. 加密 PDF 文件|Aspose.PDF for Python via .NET

    加密 PDF 文档并配置权限,以控制用户对文件的操作。...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/zh/python-net/encrypt-pdf-f...
  9. Create AcroForm - Create Fillable PDF in Python...

    Create AcroForm fields from scratch in PDF documents by using Aspose.PDF for Python via .NET.... import aspose.pdf as ap import aspose.pydrawing...Save PDF File. import aspose.pdf as ap import aspose.pydrawing...

    docs.aspose.com/pdf/python-net/create-form/
  10. The Text from a PDF Document Is Not Rotated Pro...

    The text Dollar($) in the yaxis of the chart is not rotated properly in pptx format. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ implementation ‘c…...2:jdk16’ Code Sample: import com.aspose.cells.* import com.aspose.pdf...pdf.* import com.aspose.pdf.DocSaveOptions import com.aspose.pdf...

    forum.aspose.com/t/the-text-from-a-pdf-document...