Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 414,088 for

document

(0.25 sec)
  1. SaveFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.SaveFormat enum to easily choose Document save formats, enhancing your file management and compatibility for seamless workflows....Indicates the format in which the document is saved. public enum SaveFormat...Saves the document in the Microsoft Word 97 - 2007 Document format...

    reference.aspose.com/words/net/aspose.words/sav...
  2. Add and Delete a Bookmark using Python|Aspose.P...

    You can add a bookmark to a PDF Document with Python. It is possible to delete all or particular bookmarks from a PDF Document....to a PDF Document Bookmarks are held in the Document object’s...a PDF: Open a PDF document using Document object. Create a bookmark...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  3. AiModel.Summarize | Aspose.Words for .NET

    Smart Document summarization API with customizable length options. Generate concise summaries from any Document using AI technology....Contents [ Hide ] Summarize( Document , SummarizeOptions ) Generates...a summary of the specified document, with options to adjust the...

    reference.aspose.com/words/net/aspose.words.ai/...
  4. Document.VersionsCount | Aspose.Words for .NET

    Discover the Document VersionsCount property to easily track the number of stored Document versions in your DOC files for better management and organization....VersionsCount Contents [ Hide ] Document.VersionsCount property Gets...of document versions that was stored in the DOC document. public...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Document.UpdateThumbnail | Aspose.Words for .NET

    Effortlessly update your Document's thumbnail with our customizable options. Enhance your visuals and improve Document presentation today!...) Updates Thumbnail of the document according to the specified...update a document’s thumbnail. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  6. AiModel | Aspose.Words for Java

    An abstract class representing the integration with various AI models within the Aspose.Words in Java.... Document firstDoc = new Document(getMyDir() + "Big..."Big document.docx"); Document secondDoc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  7. Document.protect method | Aspose.Words for Node.js

    Aspose.Words.Document.protect method...protect(type) Protects the document from changes without changing...type for the document. Remarks When a document is protected,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Document.glossaryDocument property | Aspose.Wor...

    Document.glossaryDocument property. Gets or sets the glossary Document within this Document or template...glossaryDocument property Document.glossaryDocument property...sets the glossary document within this document or template. A glossary...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. OpenAiModel | Aspose.Words for Java

    Class representing OpenAi models integration within Aspose.Words in Java....Exception { Document doc = new Document(getMyDir() + "Big document.docx");...com/").withApiKey(apiKey); Document translatedDoc = model.translate(doc...

    reference.aspose.com/words/java/com.aspose.word...
  10. Insert and Append Documents|Aspose.Words for No...

    Combine Documents into one: insert or append a Document into a new or existing one using find and replace, merge field, bookmark, or simply at the Document end in Node.js....Ask AI Insert and Append Documents Contents [ Hide ] Sometimes...required to combine several documents into one. You can do this...

    docs.aspose.com/words/nodejs-net/insert-and-app...