Sort Score
Result 10 results
Languages All
Labels All
Results 4,691 - 4,700 of 423,789 for

document

(0.71 sec)
  1. Document.ReadabilityStatistics | Aspose.Words f...

    Analyze Word Document readability programmatically. Easily retrieve text difficulty metrics and reading scores using Aspose.Words....ReadabilityStatistic Contents [ Hide ] Document.ReadabilityStatistic property...score information for the document. public ReadabilityStatistic...

    reference.aspose.com/words/net/aspose.words/doc...
  2. ImageSavingArgs class | Aspose.Words for Node.js

    Aspose.Words.Saving.ImageSavingArgs class. Provides data for the [IImageSavingCallback.imageSaving()](../iimagesavingcallback/imageSaving/#imagesavingargs) event...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/nodejs-net/aspose.wo...
  3. Add background to PDF|Aspose.PDF for Java

    Learn how to add backgrounds to PDF Documents using Aspose.PDF for Java. Follow this step-by-step guide for creative customization.... to documents. In Aspose.PDF for Java, each PDF document is a...BackgroundArtifact ; import com.aspose.pdf.Document ; import com.aspose.pdf.Page...

    docs.aspose.com/pdf/java/add-backgrounds/
  4. C++ API to Convert PDF to POTM | products.aspos...

    Convert PDF to POTM via C++ without using Microsoft Word or Adobe Acrobat Reader...great choice for sharing documents. How Aspose.Total Helps for...and manipulate a variety of document formats, including DOCX, XLSX...

    products.aspose.com/total/cpp/conversion/pdf-to...
  5. StructuredDocumentTag.style property | Aspose.W...

    StructuredDocumentTag.style property. Gets or sets the Style of the structured Document tag....the Style of the structured document tag. @property def style (...control elements. doc = aw . Document () builder = aw . DocumentBuilder...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Append Pages to PDF|Aspose.PDF for Python via .NET

    Append pages from one PDF Document to another using Aspose.PDF for Python....different PDF documents is a common requirement in document processing...more PDF files to an existing document. This code snippet shows how...

    docs.aspose.com/pdf/python-net/append-pages-to-...
  7. HtmlSaveOptions.navigationMapLevel property | A...

    HtmlSaveOptions.navigationMapLevel property. Specifies the maximum level of headings populated to the navigation map when exporting to EPUB, MOBI, or AZW3 formats...of navigation through the document structure. Usually navigation...correspond to headings in the document. In order to populate headings...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose::Words::Saving::XamlFlowSaveOptions::get...

    Aspose::Words::Saving::XamlFlowSaveOptions::get_ImagesFolder method. Specifies the physical folder where images are saved when exporting a Document to XAML format. Default is an empty string in C++....are saved when exporting a document to XAML format. Default is...const Remarks When you save a Document in XAML format, Aspose.Words...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Split PDF Files in Python|Aspose.PDF for Python...

    Learn how to split PDF pages into separate PDF files in Python....single-page files or smaller document sets for distribution, review...the pages of PDF document through the Document object’s PageCollection...

    docs.aspose.com/pdf/python-net/split-pdf-document/
  10. Extract Images from PDF (facades)|Aspose.PDF fo...

    This section explains how to extract images with Aspose.PDF Facades using PdfExtractor Class....it to the document Document document = new Document ( _dataDir...extractor = new PdfExtractor ( document ); extractor . setStartPage...

    docs.aspose.com/pdf/java/extract-images/