Sort Score
Result 10 results
Languages All
Labels All
Results 6,601 - 6,610 of 423,913 for

document

(0.37 sec)
  1. 使用 Java 向 PDF 添加附件 | Aspose.PDF

    用于在 PDF 文件中添加附件的 Java 源代码。...方法将 FileSpecification 对象添加到 Document 对象的 EmbeddedFiles 集合中 保存 PDF...// Open a document Document pdfDocument = new Document ( DATA_DIR...

    products.aspose.com/pdf/zh-hans/java/attachment...
  2. 如何使用 C++ 删除 Link 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Link 注解的源代码...Load the PDF file Document document = new Document ( System . IO...)); var LinkAnnotations = document . Pages [ 1 ]. Annotations...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  3. 如何使用 C++ 删除 Redaction 注释 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上删除 PDF 文件中的 Redaction 注解的源代码...Load the PDF file Document document = new Document ( System . IO...var RedactionAnnotations = document . Pages [ 1 ]. Annotations...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  4. Symbols not rendering while converting from doc...

    aspose_issue.docx (34.3 KB) Hi Team, I am using aspose words version 23.6 in java to convert docx files to pdf using the below code snippet - Document doc = new Document(filePath); doc.acceptAllRevisions(); NodeCollec…...below code snippet - Document doc = new Document(filePath); doc.a...or is it specific to this document? Are the symbols visible in...

    forum.aspose.com/t/symbols-not-rendering-while-...
  5. Add and Verify PDF Digital Signature using Java...

    Сreate electronic signature in PDF Documents programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++...ensure the integrity of the document, and the security of transmission...the PDF with an instance of Document. Load all the PDF files with...

    products.aspose.com/pdf/javascript-cpp/signature/
  6. Supported File Formats | Aspose.TeX for Python

    This Python solution for manipulating TeX files supports TeX files as input and various output formats, including TeX, XPS, PDF, PNG, JPEG, TIFF, and BMP....XPS Typeset XPS document PDF Typeset PDF document PNG PNG images...typeset document JPEG JPEG images of typeset document TIFF TIFF...

    docs.aspose.com/tex/python-net/supported-file-f...
  7. Document.vba_project property | Aspose.Words fo...

    Document.vba_project property. Gets or sets a [Document.vba_project](./)....property Document.vba_project property Gets or sets a Document.vba_project...Examples Shows how to access a document’s VBA project information...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 使用 Java 向 PDF 添加图像图章 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式向 PDF 文件添加图像图章。... 使用 Document 實例載入 PDF。 使用 Document 物件開啟 PDF 文件。 建立影像圖章並定義其屬性。...// Open document Document pdfDocument = new Document ( DATA_DIR...

    products.aspose.com/pdf/zh-hant/java/stamps/image/
  9. CleanupOptions.UnusedLists | Aspose.Words for .NET

    Optimize your Documents with CleanupOptions' UnusedLists property. Easily remove unused lists and definitions for a cleaner, more efficient workspace....definitions should be removed from document. Default value is true . public...styles from a document. Document doc = new Document (); doc . Styles...

    reference.aspose.com/words/net/aspose.words/cle...
  10. StyleCollection.add_copy method | Aspose.Words ...

    StyleCollection.add_copy method. Copies a style into this collection....the same document as well as to different document. Linked style...to clone a document’s style. doc = aw . Document () # The AddCopy...

    reference.aspose.com/words/python-net/aspose.wo...