Sort Score
Result 10 results
Languages All
Labels All
Results 1,621 - 1,630 of 10,666 for

new

(0.06 sec)
  1. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...settings instance const settings = new groupdocs . search . IndexSettings...

    docs.groupdocs.com/search/nodejs-java/storing-t...
  2. GroupDocs.Assembly for .NET 17.11 Release Notes...

    This page contains release notes for GroupDocs.Assembly for .NET 17.11. Major Features This release of GroupDocs.Assembly comes up with several New features to dynamically manipulate non-textual document elements. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-43  Support dynamic insertion of images for email messages with HTML body  Feature ASSEMBLYNET-47 Add ability to remove selective chart series dynamically  Feature ASSEMBLYNET-50 Support dynamic generation of Codablock F barcodes  Feature ASSEMBLYNET-51 Support dynamic generation of GS1 Codablock F barcodes  Feature Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Assembly comes up with several new features to dynamically manipulate...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  3. Save HTML to folder | Documentation

    This article explains how to save edited document in HTML form to folder at local disk using GroupDocs.Editor for Java features....Consulting Blog Knowledge Base New Releases Status Websites aspose...loadOptions = new WordProcessingLoadOp (); Editor editor = new Editor...

    docs.groupdocs.com/editor/java/save-html-to-fol...
  4. Saving EditableDocument to stream | Documentation

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....Consulting Blog Knowledge Base New Releases Status Websites aspose...expanded and improved. These new features are focused on saving...

    docs.groupdocs.com/editor/net/saving-editabledo...
  5. Render EBooks as HTML, PDF, and image files | D...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert EBooks to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...name. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/render-eb...
  6. maven-app.zip

    maven-app/pom.xml~ 4.0.0 com.mycompany.app maven-app 1.0-SNAPSHOT maven-app http://www.example.com UTF-8 1.7 1.7 GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdo...... Simple text in Times New Roman 12 followed by an empty...this line. This line is in the new section. Next here is an empty...

    docs.groupdocs.com/total/java/sample-apps/getti...
  7. 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 JavaScript try { var loadOptions = New LoadOptions(FileFormat.Spreadsheet); const metadata = New groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript try { var loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  8. Save a modified file to a stream | Documentation

    This article shows how to save a file to the specified stream in Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( OutputStream stream = new FileOutputStream ( Constants...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  9. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...class Annotator annotator = new Annotator ( "inputPath" ); try...

    docs.groupdocs.com/annotation/java/save-specifi...
  10. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...pages. JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...