Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 414,704 for

document

(1.14 sec)
  1. DocumentPropertyCollection.removeAt method | As...

    DocumentPropertyCollection.removeAt method. Removes a property at the specified index....Examples Shows how to work with a document’s custom properties. let doc...doc = new aw . Document (); let properties = doc . customDocumentProper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ImageData Class | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.ImageData class—your solution for defining and managing images in shapes. Enhance your Document design effortlessly!...the Working with Images documentation article. public class ImageData...linked and not stored in the document. SourceFullName { get; set;...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Seamlessly combine DOCX pages vertically into o...

    Does Aspose.Words support exporting a multi-page DOCX into one seamless PNG (all pages appended vertically without gaps)? Sample DOCX: multi-page.docx (13.4 KB) Current PNG output: output.png (1.3 KB) Expected …... Prepare the document (remove margins) using Aspose...source DOCX var doc = new Document(@"C:\Docs\multi-page.docx");...

    forum.aspose.com/t/seamlessly-combine-docx-page...
  4. Body.accept method | Aspose.Words for Node.js

    Body.accept method. Accepts a visitor....how to use a document visitor to print a document’s node structure...() => { let doc = new aw . Document ( base . myDir + "DocumentVisitor-compatible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Specify Save Options in C++|Aspose.Words for C++

    More accurately control the save process....Contents [ Hide ] When saving a document, you can set some advanced...options before saving the document into HTML: You can download...

    docs.aspose.com/words/cpp/specify-save-options/
  6. C++ API to Convert XML to PPSM | products.aspos...

    Convert XML to PPSM via C++ without using Microsoft Word or Adobe Acrobat Reader...to PPSM Open XML file using Document class reference Convert XML...method function Load PPTX document by using Presentation class...

    products.aspose.com/total/cpp/conversion/xml-to...
  7. C++ API to Convert XML to OTP | products.aspose...

    Convert XML to OTP via C++ without using Microsoft Word or Adobe Acrobat Reader...to OTP Open XML file using Document class reference Convert XML...method function Load PPTX document by using Presentation class...

    products.aspose.com/total/cpp/conversion/xml-to...
  8. 添加和删除书签|Aspose.PDF for Java

    您可以使用 Java 向 PDF 文档添加书签。可以从 PDF 文档中删除所有或特定书签。...Hide ] 向 PDF 文档添加书签 书签存储在 Document 对象的 OutlineItemCollectio 集合中,该集合本身位于...OutlineCollection 集合中。 要向 PDF 添加书签: 使用 Document 对象打开 PDF 文档。 创建书签并定义其属性。 将...

    docs.aspose.com/pdf/zh/java/add-and-delete-book...
  9. Convert PDF to Microsoft Word Documents in Pyth...

    Learn how to convert PDF Documents to Word format in Python using Aspose.PDF for easy Document editing....Convert PDF to Microsoft Word Documents in Python Contents [ Hide...Python Load the PDF into an ‘ap.Document’ object. Create a ‘DocSaveOptions’...

    docs.aspose.com/pdf/python-net/convert-pdf-to-w...
  10. BookmarkEnd | Aspose.Words for Java

    Represents an end of a bookmark in a Word Document in Java....end of a bookmark in a Word document. To learn more, visit the...Working with Bookmarks documentation article. Remarks: A complete...

    reference.aspose.com/words/java/com.aspose.word...