Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 5,705 for

compare document

(0.13 sec)
  1. Aspose.Words for C++ | Aspose API References

    Aspose.Words is a class library that can be used by developers for various platforms for a variety of Document processing tasks....and printing Microsoft Word documents without utilizing Microsoft...robust support for AI-powered document processing. Aspose::Words::Bibliography...

    reference.aspose.com/words/cpp/
  2. Insert Table in OneNote using C# | OneNote Tabl...

    Programmatically insert table in OneNote Documents using C#. Learn how to create a table with locked columns in the OneNote Document....useful for creating lists, comparing data, and more. In this guide...to Insert Tables in OneNote Document Insert a Table in OneNote...

    blog.aspose.com/note/insert-table-in-onenote-us...
  3. Aspose.Words.DigitalSignatures | Aspose.Words f...

    Discover the Aspose.Words.DigitalSignatures namespace for easy Document signing and signature verification, ensuring security and authenticity in your workflows....provides classes to sign documents and verify signatures. Classes...Represents a digital signature on a document and the result of its verification...

    reference.aspose.com/words/net/aspose.words.dig...
  4. Export SVG to XAML in Android | products.aspose...

    Android API to Convert SVG to XAML without using Microsoft Word...to XAML Open SVG file using Document class Convert SVG to PPTX...PPTX document by using Presentation class Save the document to...

    products.aspose.com/total/android-java/conversi...
  5. 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...different as compared with the source document. Examples Shows...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Noto Serif JP font not rendering when embedded ...

    Greetings! We are using HTML to DOCX conversion for converting HTMLs containing Japanese characters to DOCX files. These HTMLs are using “Noto Serif JP” font, which is a google font. To ensure that it works on other sys…... This feature allows the document to use fallback fonts when...// Load your document Document doc = new Document("path/to/your/document...

    forum.aspose.com/t/noto-serif-jp-font-not-rende...
  7. FontSavingArgs.IsSubsettingNeeded | Aspose.Word...

    Discover the FontSavingArgs IsSubsettingNeeded property to control font subsetting for optimized font resource exports. Enhance your design workflow today!...characters that are used in the document. Subsetting allows to reduce...perform subsetting or not by comparing the original font file size...

    reference.aspose.com/words/net/aspose.words.sav...
  8. Aspose.Words for Node.js | Aspose API References

    Aspose.Words for Node.js is a class library that can be used by developers for various platforms for a variety of Document processing tasks....and printing Microsoft Word documents without utilizing Microsoft...robust support for AI-powered document processing. Aspose.Words.Bibliography...

    reference.aspose.com/words/nodejs-net/
  9. Style Class | Aspose.Words for .NET

    Discover Aspose.Words.Style class for managing custom and built-in styles effortlessly. Enhance your Document formatting with ease and precision....with Styles and Themes documentation article. public class Style...MS Word. Document { get; } Gets the owner document. Font { get;...

    reference.aspose.com/words/net/aspose.words/style/
  10. Insert HTML into Word, including SVG - Free Sup...

    Insert HTML into Word, including SVG. SVG content is not displayed in Word. Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc); builder.insertHtml("",true); doc.save("test.docx"); ASPOSE.…... Document doc = new Document(); DocumentBuilder...To insert HTML into a Word document, including SVG content, you...

    forum.aspose.com/t/insert-html-into-word-includ...