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

document

(0.44 sec)
  1. BuiltInDocumentProperties.LinksUpToDate | Aspos...

    Discover the BuiltInDocumentProperties LinksUpToDate feature, ensuring your Document's hyperlinks are current and enhancing your content's reliability....Indicates whether hyperlinks in a document are up-to-date. public bool...Examples Shows how to work with document properties in the “Content”...

    reference.aspose.com/words/net/aspose.words.pro...
  2. BuiltInDocumentProperties.ContentStatus | Aspos...

    Manage your Document's content status effortlessly with the BuiltInDocumentProperties ContentStatus property. Enhance organization and efficiency today!...the content status of the document. public string ContentStatus...Examples Shows how to work with document properties in the “Content”...

    reference.aspose.com/words/net/aspose.words.pro...
  3. BuiltInDocumentProperties.Pages | Aspose.Words ...

    Discover the BuiltInDocumentProperties Pages property, offering an accurate estimate of your Document's page count for efficient management and organization....the number of pages in the document. public int Pages { get ;...Examples Shows how to work with document properties in the “Content”...

    reference.aspose.com/words/net/aspose.words.pro...
  4. BuiltInDocumentProperties.CharactersWithSpaces ...

    Discover the BuiltInDocumentProperties CharactersWithSpaces property, which estimates character count, including spaces, for efficient Document management....(including spaces) in the document. public int CharactersWithSpaces...Examples Shows how to work with document properties in the “Content”...

    reference.aspose.com/words/net/aspose.words.pro...
  5. Online XPS to MARKDOWN Conversion or Develop Ja...

    Free online app to convert XPS to MARKDOWN files. Java conversion library code for XPS Documents....be converted into MARKDOWN document Download the converted MARKDOWN...Automation API Open XPS file using Document class Convert XPS to DOC by...

    products.aspose.com/total/java/conversion/xps-t...
  6. Export EML to WORDML via C++ | products.aspose.com

    C++ API to Convert EML to WORDML without using Microsoft Word or Outlook... editing, and converting documents in various formats, including...HTML by using Document class Save the document to WORDML format...

    products.aspose.com/total/cpp/conversion/eml-to...
  7. Working with Comments in C++|Aspose.Words for C++

    Working with comments using C++....with comments – comments in a document in Aspose.Words are represented...Comments Using Comments in a Word document (in addition to Track Changes)...

    docs.aspose.com/words/cpp/working-with-comments/
  8. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var Document = new Document("input.docx"); for (int page = 0; page < Document.PageCount; page++) { Document extractedPage = Document.ExtractPages(page, 1); // startindex and count string …...Document.ExtractPages yields wrong results Aspose.Words Product...following code: var document = new Document("input.docx"); for...

    forum.aspose.com/t/document-extractpages-yields...
  9. 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...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET....) to PDF documents. You also get the leverage...steps below: Create a new PDF Document . Add Page to pages collection...

    docs.aspose.com/pdf/net/add-rectangle/