Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 1,732 for

document comparison

(0.07 sec)
  1. What's new|Aspose.PDF for Java

    In this page introduces the most popular new features in Aspose.PDF for Java that have been introduced in recent releases....check() method to check the document’s signatures. If no signature...signatures cover the entire document, use the ‘SignaturesCoverage...

    docs.aspose.com/pdf/java/whatsnew/
  2. What is OXPS file? | Knowledge Base

    OXPS files are often considered to be the same as XPS files. There are differences between these two formats though. Learn more about these PDLs....archive containing one or more documents, in the traditional meaning...necessary resources for these documents. All internal parts of the...

    docs.aspose.com/page/net/what-is-oxps-file/
  3. Sorting Tasks by Name | Aspose.Tasks Documentation

    Learn how to sort tasks based on their names using Aspose.Tasks for .NET....and then applies a string comparison: Copy 1 private class TaskNameComparer...

    docs.aspose.com/tasks/net/sorting-tasks-by-name/
  4. Aspose.Slides for Xamarin|Aspose.Slides Documen...

    Build Xamarin mobile apps in C# to view, edit, and convert presentations with Aspose.Slides, supporting rich features for PPT, PPTX and ODP on Android....handling/dealing with metadata and document properties. printing, cloning...splitting, etc. We provided a comparison of the full features in another...

    docs.aspose.com/slides/net/aspose-slides-for-xa...
  5. Migration from Microsoft Office Automation to A...

    This page discusses how to migrate from Microsoft Office Automation to Aspose.Tasks for .NET development....chart rendering, baseline comparison, critical path analysis,...

    docs.aspose.com/tasks/net/migration-from-micros...
  6. Creating Resources in VSTO and Aspose.Tasks | A...

    This page discusses how to create resources in Microsoft Project files using both VSTO and Aspose.Tasks for .NET....NET for VSTO Code Comparison for Common Features Creating...

    docs.aspose.com/tasks/net/creating-resources-in...
  7. Introduction to MS Publisher | Aspose.PUB for .NET

    MS Publisher is a member of the MS Office package. It is a simple, basic tool to manage page markup. The major realm to use the app is in publishing.... The appearance of your document will not change and look the...from any of them to your .pub document. File with the .pub extension...

    docs.aspose.com/pub/net/introduction-to-ms-publ...
  8. Reading Code Text Raw|Documentation

    Learn how and when to use raw code bytes from BarCodeReader in Aspose.BarCode for Java....expected ); Helper for prefix comparison (copied from the example...encoded into the symbol. Prefix comparison is often enough, because...

    docs.aspose.com/barcode/java/developer-guide/ba...
  9. Getting incorrect revision information using As...

    Hi Team, I’m using Aspose.words for Java to get revision info (like the number of insertions, deletions, and format changes) with the code below. But I found that sometimes, the revision info is incorrect since the coun…...loadAsposeLicense(); Document original = new Document("./<file-with-revision-info>...static void revisionInformation(Document doc) throws Exception { HashMap<String...

    forum.aspose.com/t/getting-incorrect-revision-i...
  10. Some styles were not copied correctly, like fon...

    Use the following code, I’m not able to copy all the styles correctly, the copied Document contains wrong font size: and here the source code which copy the styles: import com.aspose.words.*; import lombok.extern.sl…...styles correctly, the copied document contains wrong font size:...static Document copyAllStyles(Document sourceDoc, Document targetDoc)...

    forum.aspose.com/t/some-styles-were-not-copied-...