Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 5,467 for

compare document

(0.07 sec)
  1. Accessing Cells of a Worksheet|Documentation

    This article shows how to get the maximum display range of a worksheet and access cells through the Aspose.Cells for JavaScript via C++ API....Excel, but it is the slowest compared to the other approaches. <...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/javascript-cpp/accessing-...
  2. How to Remove Watermark from PDF using Python

    This short topic guides on how to remove watermark from PDF using Python. It encompasses all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using Python....source PDF file using the Document class object to delete the...artifact on each page of the document and make a list of watermark-type...

    kb.aspose.com/pdf/python/how-to-remove-watermar...
  3. Merge RTF Files Online or using Java | products...

    Free online app to combine different RTF files. Java merging library code to merge RTF Documents....Java Merge Rtf Merge RTF Documents Online via Merger App or using...Develop powerful Java based RTF document merging application. Combine...

    products.aspose.com/total/java/merge/rtf/
  4. Rending Issue with MathType Equation OLE Object...

    I am encountering rendering issues with MathType Equation OLE objects (progId == "Equation.DSMT4") when converting DOCX to images using Aspose.Words. Sample Code : using Aspose.Words; using Aspose.Words.Saving; var li…..."eq1"; // or "eq2" var document = new Document(@$"inputPath"); var...EmulateRasterOperati = false } }; document.Save($@"outputPath", options);...

    forum.aspose.com/t/rending-issue-with-mathtype-...
  5. ListLevel | Aspose.Words for Java

    Defines formatting for a list level in Java....the Working with Lists documentation article. Remarks: You do...DocumentBuilder. Document doc = new Document(); // A list allows...

    reference.aspose.com/words/java/com.aspose.word...
  6. How to Convert PDF to Text in Java

    This simple tutorial guides you on how to convert PDF to Text in Java with simple API calls. Using Java PDF to Text converter application can be created in a variety of operating systems as per your requirements....Java by loading the input PDF document and saving it to the Text...with or without formatting as compared to the source PDF file. Steps...

    kb.aspose.com/pdf/java/how-to-convert-pdf-to-te...
  7. Python and .NET Version Differences|Aspose.Word...

    Aspose.Words for Python via .NET is a wrapper of Aspose.Words for .NET, this page describes the differences in features and API of these two products....accomplished without casting documents nodes or fields to concrete...Casting Nodes Base class for all document nodes in Aspose.Words DOM...

    docs.aspose.com/words/python-net/python-notes/
  8. How to Remove Watermark from PDF using C#

    This short tutorial guides on how to remove watermark from PDF using C#. It provides all the details for the configuration, step-wise process and a runnable sample code to remove watermark from PDF file using C#....the source PDF file into the Document class object to delete the...artifacts on each page of the document and create a list of watermark-type...

    kb.aspose.com/pdf/net/how-to-remove-watermark-f...
  9. Convert CSV to DOCX using Java or with free Onl...

    Java API to Export CSV to DOCX or online with using Excel or Word or online. Test free CSV to DOC online converter quickly before integrating the code....API to convert the given CSV document to PDF, and then by using...can easily convert your PDF document to DOCX. Both APIs come under...

    products.aspose.com/total/java/conversion/csv-t...
  10. Shapes in charts rendered by aspose cells into ...

    Hi Aspose Team, I’m trying to convert charts/ranges in excel to images to insert them into word Document. The code I’m using to do this is: Document RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuild…...word document. The code I’m using to do this is: Document RepDoc...RepDoc = new Document(); DocumentBuilder Builder = new DocumentBuilder(RepDoc);...

    forum.aspose.com/t/shapes-in-charts-rendered-by...