Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 73,650 for

import

(0.25 sec)
  1. Sign PDF Documents from a Smart Card in Python|...

    Learn how to sign PDF documents with smart cards and external certificates in Python....smart card: import sys from os import path import aspose.pdf as...as ap import aspose.pydrawing as drawing def sign_with_smart_card...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...
  2. Extract Tagged Content from PDFs in Python|Aspo...

    Learn how to extract tagged PDF content in Python with Aspose.PDF for Python via .NET, including access to tagged content, root structure, and child structure elements.... import aspose.pdf as ap from aspose.pycore import cast import...import sys from os import path # region Extract Tagged Content...

    docs.aspose.com/pdf/python-net/extract-tagged-c...
  3. Aspose.TeX's output interface | Python

    Here is an explanation of the conversion functionality of the Aspose.TeX API solution for Python, with TeX as the output format, with code examples.... tex import * 2 from aspose. tex . io import * 3 from util...util import Util 4 ########## 5 ###### Class and Method declaration...

    docs.aspose.com/tex/python-net/aspose-tex-output/
  4. 合并两个 PDF 文件|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 将两个 PDF 文件合并为单个文档。... 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/zh/python-net/concatenate-t...
  5. How to create a hyper link at the end of every ...

    We are using ASPOSE.WOrds to convert from .doc to .docx. How to add a hyperlink at the end of every page of the document?...achieve this: import com.aspose.words.Document; import com.aspose...DocumentBuilder; import com.aspose.words.PageSetup; import com.aspose...

    forum.aspose.com/t/how-to-create-a-hyper-link-a...
  6. Add Window Element to the Visio Instance in Rub...

    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....of Diagram diagram = Rjb :: import ( 'com.aspose.diagram.Diagram'...window object window = Rjb :: import ( 'com.aspose.diagram.Window'...

    docs.aspose.com/diagram/java/add-window-element...
  7. How to use Aspose.CAD in React|CAD Documentation

    Use Aspose.CAD in React...image import React from 'react'; import './App.css'; import {boot}...{boot} from "aspose-cad/dotnet"; import {Image, PngOptions} from "aspose-cad";...

    docs.aspose.com/cad/javascript-net/how-to-use-a...
  8. 导出为 XML|Aspose.PDF for Python via .NET

    这个示例演示如何使用 Aspose.PDF for Python via .NET 将 PDF 表单数据导出为 XML 文件。它展示了如何加载 PDF 文档,通过 Form facade 访问其表单字段,并使用 Form Class 将提取的数据保存为结构化 XML。...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/export-to-xml/
  9. 使用外观文件创建橡皮图章|Aspose.PDF for Python via .NET

    此示例绑定输入 PDF,在第 1 页使用图像文件作为图章外观创建橡皮图章,并保存更新后的 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/create-rubber...
  10. 填写文本字段|Aspose.PDF for Python via .NET

    此示例演示如何使用 Aspose.PDF for Python via .NET 自动填充 PDF 表单中的文本字段。它展示了如何加载 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/fill-text-fie...