Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 73,649 for

import

(0.19 sec)
  1. 设置方向并控制隐藏 Visio 保存页面的导出|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 jpype import asposediagram jpype ...startJVM () from asposediagram.api import * lic = License () lic . setLicense...

    docs.aspose.com/diagram/zh/python-java/set-orie...
  2. 在 Python 中处理 PDF 文件元数据|Aspose.PDF for Python vi...

    学习如何在 Python 中使用 Aspose.PDF 提取、更新和管理 PDF 文件元数据及 XMP 属性。...打印所需的元数据字段 import aspose.pdf as ap import datetime import sys from...from os import path def get_pdf_file_information ( infile ): #...

    docs.aspose.com/pdf/zh/python-net/pdf-file-meta...
  3. 导入和导出表单数据|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 导入和导出 AcroForm 字段数据,支持 XML、FDF、XFDF 和 JSON 格式。...from io import FileIO import aspose.pdf as ap def import_data_from_xml...data_file_name , "r" ) as f : form . import_xml ( f ) form . save ( output_file_name...

    docs.aspose.com/pdf/zh/python-net/import-export...
  4. Add List Item|Aspose.PDF for Python via .NET

    This example demonstrates how to add items to a list box form field in a PDF document using Aspose.PDF for Python....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/add-list-item/
  5. Replace Text On Page With State|Aspose.PDF for ...

    In this example, all occurrences of the word "software" on page 1 are replaced with "SOFTWARE PAGE 1", using red text with a font size of 12.... 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-on-...
  6. Signature Management|Aspose.PDF for Python via ...

    Learn how to remove digital signatures from PDF documents and optionally clean up signature fields using PdfFileSignature in Python.... import aspose.pdf.facades as pdf_facades import sys from...from os import path def remove_signature_from_pdf ( infile , outfile...

    docs.aspose.com/pdf/python-net/signature-manage...
  7. Chinese Date Language locale is not supported i...

    As i am trying to update date format in traditional chinese locale (“zh-Hant”) using the following code attached template. but format is not supported. package com.sirionlabs; Import com.aspose.words.*; Import com.asp…...sirionlabs; import com.aspose.words.*; import com.aspose.words...words.Font; import com.fasterxml.jackson.databind.ObjectMapper;...

    forum.aspose.com/t/chinese-date-language-locale...
  8. 获取 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/get-pdf-metad...
  9. Add TOC to Existing PDF in Ruby|Aspose.PDF for ...

    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.... doc = Rjb :: import ( ' com . aspose . pdf . Document...information toc_info = Rjb :: import ( ' com . aspose . pdf . TocInfo...

    docs.aspose.com/pdf/java/add-toc-to-existing-pd...
  10. 添加标记注释|Aspose.PDF for Python via .NET

    此示例绑定一个输入 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/zh/python-net/add-markup-an...