Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 5,239 for

document navigation

(0.08 sec)
  1. Compare DOC In C#

    Compare DOC Documents using C# to diff two files. With our C# API you can detect the difference even if one character or one word has been changed....C# library to compare DOC documents and detect even small differences...difference between compared DOC documents and export the results to...

    products.aspose.com/words/net/compare/doc/
  2. Make HTML Using C#

    Make a new HTML in C# in a few steps. Easily create HTML using .NET library....name Start creating a HTML document using C# Save the output HTML...worth noting that a blank document is technically supposed to...

    products.aspose.com/words/net/make/html/
  3. Word From Excel Mail Merge In Java

    Personalize your Mail merge Word from Excel file using Java. Automate emails or build reports using Mail merge Word from Excel template in Java.... Use our Mail merge document API to develop high-level...you can create personalized documents in Java using just a Word...

    products.aspose.com/words/java/mailmerge/word-f...
  4. Compress DOC In C#

    Compress DOC in C# without losing quality. Optimize DOC content, reduce file size easily....Words; var doc = new Document( "Input.doc" ); doc.Cleanup();...Aspose.Words; var doc = new Document("Input.doc"); doc.Cleanup();...

    products.aspose.com/words/net/compress/doc/
  5. Make DOC Using Java

    Make a new DOC in Java in a few steps. Easily create DOC using Java library....name Start creating a DOC document using Java Save the output...worth noting that a blank document is technically supposed to...

    products.aspose.com/words/java/make/doc/
  6. Manage Presentation Hyperlinks in Java|Aspose.S...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Java—enhance interactivity and workflow in minutes....How can I create internal navigation not just to a slide, but...are groupings of slides; navigation technically targets a specific...

    docs.aspose.com/slides/java/manage-hyperlinks/
  7. WORD Mail Merge In C#

    Personalize your Mail merge WORD file using C#. Automate emails or build reports using Mail merge WORD template in C#....NET library for merging document templates and user data into...independent API. Use our Mail merge document API to develop high-level...

    products.aspose.com/words/net/mailmerge/word/
  8. Compress HTML In C++

    Compress HTML in C++ without losing quality. Optimize HTML content, reduce file size easily....Aspose::Words; auto doc = MakeObject <Document>( u"Input.html" ); doc-> Cleanup...Aspose::Words; auto doc = MakeObject<Document>(u"Input.html"); doc->Cleanup();...

    products.aspose.com/words/cpp/compress/html/
  9. Compress JPG In C++

    Compress JPG in C++ without losing quality. Optimize JPG content, reduce file size easily....Aspose::Words; auto doc = MakeObject <Document>(); auto builder = MakeObject...Aspose::Words; auto doc = MakeObject<Document>(u"Input.jpg"); doc->Cleanup();...

    products.aspose.com/words/cpp/compress/jpg/
  10. Compress JPG In C#

    Compress JPG in C# without losing quality. Optimize JPG content, reduce file size easily....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...Aspose.Words; var doc = new Document("Input.jpg"); doc.Cleanup();...

    products.aspose.com/words/net/compress/jpg/