Sort Score
Result 10 results
Languages All
Labels All
Results 4,231 - 4,240 of 418,004 for

document

(0.27 sec)
  1. PdfSaveOptions.saveFormat property | Aspose.Wor...

    PdfSaveOptions.saveFormat property. Specifies the format in which the Document will be saved if this save options object is used...Specifies the format in which the document will be saved if this save...a saved PDF document. let doc = new aw . Document (); let builder...

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

    Explore the Document NodeType property to unlock essential Document details and enhance your data management. Discover its benefits today!...[ Hide ] Document.NodeType property Returns Document. public override...RecurseChildren () { Document doc = new Document ( MyDir + "Paragraphs...

    reference.aspose.com/words/net/aspose.words/doc...
  3. ChmLoadOptions class | Aspose.Words for Node.js

    Aspose.Words.Loading.ChmLoadOptions class. Allows to specify additional options when loading CHM Document into a [Document](../../aspose.words/Document/) object...options when loading CHM document into a Document object. To learn more...the Specify Load Options documentation article. Inheritance: ChmLoadOptions...

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

    Unlock powerful mail merge capabilities with Aspose.Words.MailMerging.MailMerge class. Streamline Document creation and enhance productivity effortlessly!...Mail Merge and Reporting documentation article. public class MailMerge...field is encountered in the document. MailMergeCallback { get;...

    reference.aspose.com/words/net/aspose.words.mai...
  5. ImageSavingArgs | Aspose.Words for Java

    Provides data for the IImageSavingCallback.imageSavingcom.aspose.words.ImageSavingArgs event in Java....more, visit the Save a Document documentation article. Remarks: By...when Aspose.Words saves a document to HTML, it saves each image...

    reference.aspose.com/words/java/com.aspose.word...
  6. SubDocument.Accept | Aspose.Words for .NET

    Discover the SubDocument Accept method to enhance visitor engagement and streamline interactions on your platform. Boost your user experience today!...how to use a document visitor to print a document’s node structure...DocStructureToText () { Document doc = new Document ( MyDir + "Docum...

    reference.aspose.com/words/net/aspose.words/sub...
  7. Remove Attachments|Aspose.PDF for Python via .NET

    This example binds an input PDF, deletes all attachments, and saves the modified PDF without any embedded files....contain attachments such as documents, images, or other files. There...embedded attachments in a document. Create the PdfContentEditor...

    docs.aspose.com/pdf/python-net/remove-attachments/
  8. Android API to Render CGM to WORDML | products....

    Transform CGM to WORDML via Android via Java API...extraction, image extraction, and document manipulation. The Aspose.Words...as document manipulation, text manipulation, and document conversion...

    products.aspose.com/total/android-java/conversi...
  9. BuiltInDocumentProperties.content_type property...

    BuiltInDocumentProperties.content_type property. Gets or sets the content type of the Document....sets the content type of the document. @property def content_type...Examples Shows how to work with document properties in the “Content”...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 在 PDF 文件中创建链接|Aspose.PDF for Java

    本节解释如何使用 Java 在 PDF 文档中创建链接。...要创建应用程序链接: 创建一个 Document 对象。 获取要添加链接的 Page 。 使用 Page...对象的 Annotations 集合中。 最后,使用 Document 对象的 Save 方法保存更新后的 PDF。 以下代码片段展示了如何在...

    docs.aspose.com/pdf/zh/java/create-links/