Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 414,508 for

document

(1.63 sec)
  1. HtmlFixedSaveOptions.OptimizeOutput | Aspose.Wo...

    Optimize your HTML output with the HtmlFixedSaveOptions property. Enhance performance by removing redundant canvases and merging similar glyphs. Default, true....Examples Shows how to simplify a document when saving it to HTML by...redundant objects. Document doc = new Document ( MyDir + "Rendering...

    reference.aspose.com/words/net/aspose.words.sav...
  2. PclSaveOptions.RasterizeTransformedElements | A...

    Control rasterization of complex elements in PCL Documents with PclSaveOptions. Easily manage image quality and file size for optimal results....rasterized before saving to PCL document. Default is true . public...as compared with the source document. Examples Shows how to rasterize...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Remove Fields using Node.js|Aspose.Words for No...

    Learn how to remove fields in Node.js. Remove fields programmatically using Node.js via .NET API....to remove a field from the document. This may occur when it is...is no longer needed in the document. For example a TOC field when...

    docs.aspose.com/words/nodejs-net/remove-fields/
  4. DocumentVisitor class | Aspose.Words for Node.js

    Aspose.Words.DocumentVisitor class. Base class for custom Document visitors...class Base class for custom document visitors. To learn more, visit...Aspose.Words Document Object Model (DOM) documentation article. Remarks...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. EndnotePosition | Aspose.Words for Java

    Defines the endnote position in Java....the document collects and displays its endnotes. Document doc...doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  7. SubDocument Class | Aspose.Words for .NET

    Discover Aspose.Words.SubDocument class, efficiently manage and reference external Documents for seamless integration and enhanced Document processing....reference to an externally stored document. To learn more, visit the...Aspose.Words Document Object Model (DOM) documentation article. public...

    reference.aspose.com/words/net/aspose.words/sub...
  8. Display MD Formats Using Java | Aspose.PDF

    Open and view MD Documents programmatically with Java sample code using Aspose.PDF for Java...the MD with an instance of Document. View resultant File. Java...instance of Document Document pdfDocument = new Document ( "template...

    products.aspose.com/pdf/java/viewer/md/
  9. Display PS Formats Using Java | Aspose.PDF

    Open and view PS Documents programmatically with Java sample code using Aspose.PDF for Java...the PS with an instance of Document. View resultant File. Java...instance of Document Document pdfDocument = new Document ( "template...

    products.aspose.com/pdf/java/viewer/ps/
  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/