Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 415,778 for

document

(0.54 sec)
  1. Working with Document in Node.js|Aspose.Words f...

    The `Document` class provides various Document properties and methods using Node.js. You use the `Document` class as the starting point for whatever you want to perform with Aspose.Words for Node.js. The `Document` object can be saved to a file or stream and also sent to a browser....Working with Document Contents [ Hide ] The Document class is central...represents a document and provides various document properties...

    docs.aspose.com/words/nodejs-net/working-with-d...
  2. Adding Attachment to a PDF document|Aspose.PDF ...

    This page describes how to add an attachment to a PDF file with Aspose.PDF for . NET library...Adding Attachment to a PDF document Contents [ Hide ] Attachments...to Aspose.PDF DLL. Create a Document object. Create a FileSpecification...

    docs.aspose.com/pdf/net/add-attachment-to-pdf-d...
  3. Optimize PDF Document for the Web in PHP|Aspose...

    Learn how to optimize a PDF Document for faster web performance and reduced file size in PHP with Aspose.PDF....Optimize PDF Document for the Web in PHP Contents [ Hide ] Aspose...PDF for Web To optimize PDF document for the web using Aspose.PDF...

    docs.aspose.com/pdf/java/optimize-pdf-document-...
  4. Track Changes in a Document in C++|Aspose.Words...

    Track changes to content and formatting made by you or others using C++. Access individual revisions in a Document and apply various properties to them....Ask AI Track Changes in a Document Contents [ Hide ] The functionality...individual revisions in your document and apply different properties...

    docs.aspose.com/words/cpp/track-changes-in-a-do...
  5. Save PDF Document using C++|Aspose.PDF for C++

    Learn how to save PDF file with Aspose.PDF for C++ library....PDF Document using C++ Contents [ Hide ] Save PDF document to...PDF document to file system using Save method of Document class...

    docs.aspose.com/pdf/cpp/save-pdf-document/
  6. Clean Up a Document in Node.js|Aspose.Words for...

    Remove unused or duplicate information to reduce output size and processing time using Node.js. Remove unused styles, unused built-in styles, duplicate styles, or unused lists....Ask AI Clean Up a Document Contents [ Hide ] Sometimes you may...reduce the size of the output document and processing time. While...

    docs.aspose.com/words/nodejs-net/clean-up-a-doc...
  7. Disable Exporting Frame Scripts and Document Pr...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Exporting Frame Scripts and Document Properties Contents [ Hide...exports frame scripts and document properties while converting...

    docs.aspose.com/cells/python-net/disable-export...
  8. Aspose::Words::Document::Is method | Aspose.Wor...

    How to use Is method of Aspose::Words::Document class in C++....Aspose::Words::Document::Is method Document::Is method virtual...virtual bool Aspose :: Words :: Document :: Is ( const System :: TypeInfo...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Aspose.PDF | Java PDF Document Processing Class...

    Java library to create, render, compress, & convert PDF. Supports custom fonts, JavaScript, graphs, bookmarks, images, export, annotation, forms, & printing....PDF for Java is a PDF document creation component that enables...write and manipulate PDF documents without using Adobe Acrobat...

    releases.aspose.com/pdf/java/
  10. All contents block (sdtBlock) from document is ...

    Pasing my code block here MainDocumentPart mainPart = Docx.MainDocumentPart; SdtBlock[] sdtList = mainPart.Document.Body.Descendants<SdtBlock>().ToArray(); foreach (SdtBlock sdt in sdtList) { SdtContentBlock sd…...(sdtBlock) from document is not getting extracted from document Aspose...SdtBlock[] sdtList = mainPart.Document.Body.Descendants<SdtBlock>()...

    forum.aspose.com/t/all-contents-block-sdtblock-...