Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 9,971 for

new

(0.08 sec)
  1. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = New LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = New Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Consulting Blog Knowledge Base New Releases Status Websites aspose...format LoadOptions loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  2. Show Revisions | Documentation

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/show-revisions/
  3. Redaction Basics | Documentation

    This article shows that how Java developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Consulting Blog Knowledge Base New Releases Status Websites aspose...: final Redactor redactor = new Redactor ( "sample.docx" ); try...

    docs.groupdocs.com/redaction/java/redaction-bas...
  4. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...font file Converter converter = new Converter ( "Lato-Regular.cff"...

    docs.groupdocs.com/conversion/java/convert/font/
  5. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the New updated API provided by GroupDocs.Search for .NET from version 19.9: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Consulting Blog Knowledge Base New Releases Status Websites aspose...the main reasons for using the new updated API provided by GroupDocs...

    docs.groupdocs.com/search/net/migration-notes/
  6. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the New updated API provided by GroupDocs.Search for Java from version 19.10: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....Consulting Blog Knowledge Base New Releases Status Websites aspose...the main reasons for using the new updated API provided by GroupDocs...

    docs.groupdocs.com/search/java/migration-notes/
  7. Accept or Reject detected changes | Documentation

    Following this guide you will learn how to apply or discard changes detected during document comparison process using GroupDocs.Comparison for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  8. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only New and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with New ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to New members of DocumentAssembler in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...developers. It includes not only new and updated public methods, added...

    docs.groupdocs.com/assembly/java/migrating-to-g...
  9. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...local disk const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  10. Compare multiple documents protected by passwor...

    This article describes how to compare multiple Word documents or PowerPoint presentations protected by password using GroupDocs.Comparison for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Comparer comparer = new Comparer ( "source.docx" , new LoadOptions (...

    docs.groupdocs.com/comparison/java/compare-mult...