Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 31,260 for

test

(0.14 sec)
  1. Document comparison - Using Aspose library - Fr...

    Hi, I am trying to compare two documents could be pdf-pdf, pdf-docx, docx-docx. Docx-Docx comparison works well as it gives revisions which is helpful when I am trying to highlight my document. PDF-PDF comparison and …...implementing these adjustments, test the output to determine if the...

    forum.aspose.com/t/document-comparison-using-as...
  2. How to build Aspose.Words for Python via Java|A...

    How to build Aspose.Words for Java on Python.... save ( ' / home / slava / test . docx ' ) Download and Configure...

    docs.aspose.com/words/java/how-to-build-aspose-...
  3. 如何用 C++ 为文本框应用/设置文本对齐|Documentation

    如何用 C++ 在 Aspose.Cells 中为文本框应用/设置文本对齐。... SetText ( u "This is a test." ); // Set the horizontal and...

    docs.aspose.com/cells/zh/cpp/applying-text-alig...
  4. FieldArgumentBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldArgumentBuilder class to effortlessly create complex field arguments with nodes and text for enhanced document automation....displays, the IF field will test two numeric expressions for...

    reference.aspose.com/words/net/aspose.words.fie...
  5. Document.accept method | Aspose.Words for Node.js

    Document.accept method. Accepts a visitor.... test ( 'DocStructureToText' , ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. SubDocument.accept method | Aspose.Words for No...

    SubDocument.accept method. Accepts a visitor.... test ( 'DocStructureToText' , ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. DocumentVisitor.visitRowEnd method | Aspose.Wor...

    DocumentVisitor.visitRowEnd method. Called when enumeration of a table row has ended.... test ( 'TableToText' , () => { let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. HTML file is displayed incorrectly - Free Suppo...

    I am using Aspose.Cells 25.7.0. .NET 9.0 HTML file is displayed incorrectly in MacOS Windows Everything displays correctly in Google Chrome and Edge Mac OS The layout displays incorrectly in Google Chrome and Safari …...compiled project in Windows and tested output file on two operating...}; // Your existing code... Test with Different Browsers : Since...

    forum.aspose.com/t/html-file-is-displayed-incor...
  9. Generating mhtml file from url in c# - Free Sup...

    Hi all I have a quick question. I see that aspose.cells provides a method that we can generate mhtml file from html file but is it possible to use direct url (http and https)? Basically I want to create an mhtml file d…...} Please note that during testing, the API was able to generate...Save(@“D:\Development\temp\aspose_test.mht”, Aspose.Html.Saving.HTMLSaveFormat...

    forum.aspose.com/t/generating-mhtml-file-from-u...
  10. Rows moved to the next page when converting DOC...

    Hi, When converting a DOCX to PDF using Aspose.Words. I noticed the last row of a page was moved to the beginning of the next page, causing messed up layout and extra pages. Code: var document = new Document(@".\Test…...\test.docx"); document.LayoutOptions...\out.pdf"); I’ve attached the test files and a screenshot for your...

    forum.aspose.com/t/rows-moved-to-the-next-page-...