Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 50,410 for

import document

(0.13 sec)
  1. PDF to TXT Converter using Go | Aspose.PDF

    Go sample code for converting PDF to TXT on any platform...convert programmatically a document from PDF to TXT format using...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/go-cpp/conversion/pdf-t...
  2. PDF to DOCX Converter using Go | Aspose.PDF

    Go sample code for converting PDF to DOCX on any platform...convert programmatically a document from PDF to DOCX format using...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/go-cpp/conversion/pdf-t...
  3. Creating PDF/3-A compliant PDF and attaching ZU...

    Learn how to generate a PDF Document with ZUGFeRD in Aspose.PDF for Python via .NET...steps to attach ZUGFeRD to PDF: Import the Aspose.PDF library and...path variable and create a Document object. Create a FileSpecification...

    docs.aspose.com/pdf/python-net/attach-zugferd/
  4. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。...插入圖表 import com.aspose.words.*; Document doc = new Document ();...); import com.aspose.words.*; Document doc = new Document();...

    products.aspose.com/words/zh-hant/java/make/md/
  5. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。...文档是否兼容 PDF/A-1a 或 PDF/A-1b,请使用 Document 类的 validate 方法。此方法允许您指定保存结果的文件名称以及所需的验证类型...PDF/A-1A。 import aspose.pdf as ap # 打开文档 document = ap . Document...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  6. Extract Annotation (facades)|Aspose.PDF for Java

    This section explains how to extract annotations from PDF file to XFDF with Aspose.PDF Facades....ExtractAnnotation () { var document = new Document ( _dataDir + "sample_cats_dogs...annotationEditor . bindPdf ( document ); // Extract annotations...

    docs.aspose.com/pdf/java/extract-annotation/
  7. CompositeNode.insertBefore method | Aspose.Word...

    CompositeNode.insertBefore method. Inserts the specified node immediately before the specified reference node....inserted was created from another document, you should use DocumentBase...to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Create AcroForm - Create Fillable PDF in Python...

    With Aspose.PDF for Python you may create a form from scratch in your PDF file...Form Field in a PDF Document The Document class provides a collection...manage form fields in a PDF document. To add a form field: Create...

    docs.aspose.com/pdf/python-net/create-form/
  9. 使用 Python 向 PDF 添加附件 | Aspose.PDF

    使用 Python on .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 通过 COM 互操作向 PDF 文档添加附件。...方法将 FileSpecification 对象添加到 Document 对象的 EmbeddedFiles 集合中 保存 PDF...将附件添加到 PDF 文档。 import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/atta...
  10. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_Document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…... merged_document.docx (21.4 KB) 2.docx (28...implementation: merged_document = aw.Document() merged_document.remove_all_children()...

    forum.aspose.com/t/formatting-issue-when-mergin...