Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 10,572 for

new

(0.06 sec)
  1. Render to HTML | Documentation

    With GroupDocs.Viewer for Node.js you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html....Consulting Blog Knowledge Base New Releases Status Websites aspose...resources: JavaScript const viewer = new groupdocs . viewer . Viewer (...

    docs.groupdocs.com/viewer/nodejs-java/rendering...
  2. Extract images from Microsoft Office Word docum...

    This article explains that how to extract images from Microsoft Office Word (.doc, .docx) documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-images-fr...
  3. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); if ( index...

    docs.groupdocs.com/search/java/document-passwords/
  4. Get text coordinates | Documentation

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  5. Working with attributes | Documentation

    This page contains information about working with attributes in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...AttributeChangeBatch batch = new AttributeChangeBatch (); batch...

    docs.groupdocs.com/search/net/working-with-attr...
  6. Retrieve Count of Credits Consumed In GroupDocs...

    As you know that API already supports metered licensing. Can we get count of credits consumed? Yes, we have a good News for you. There is a New method GetConsumptionCredit() implemented in Metered class. This method returns count of credits that are consumed in case of Metered licensing is used. Following example demonstrates how to retrieve count of credits consumed. Let’s talk about the New file formats introduced. Most of you might be working with XLAM, an Excel Macro-Enabled Add-In file format.... we have a good news for you. There is a new method GetConsumptionCredit()...consumed. Let’s talk about the new file formats introduced. Most...

    blog.groupdocs.com/conversion/retrieve-count-of...
  7. Remove IPTC Metadata in PSD Format using GroupD...

    GroupDocs team is introducing New features and enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.7. The latest version allows you to update and remove IPTC metadata in PSD file format. Furthermore, memory consumption is now reduced to perform metadata operations for PSD and MP3 file formats. We recommend you to install the latest version of API for a better experience. Features IntroducedFollowing are the New features introduced in version 18....GroupDocs team is introducing new features and enhancements in...IntroducedFollowing are the new features introduced in version...

    blog.groupdocs.com/metadata/remove-iptc-metadat...
  8. Text Highlight Settings are Introduced in Group...

    GroupDocs.Comparison for .NET 18.8 comes with some New features, improvements and bug fixes.Text highlighting feature is introduced and PDF mapper is improved. Please follow the release notes here for further details. We’d recommend you to try latest version of the API and share your feedback. Features Implement New Setting for text highlighting in Html, Slides, Notes, Pdf and Words settings.InsertedItemsStyle.HighlightColor = System.Drawing.Color.Red; settings.DeletedItemsStyle.HighlightColor = System.Drawing.Color.Blue; settings.DeletedItemsStyle.HighlightColor = System.Drawing.Color.Blue; Improvements Improve PDF mapper Support of comparing different formats with image Bug Fix Output of PDF with graphs is not as expected PDF with images is not as expected Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....8 comes with some new features, improvements and bug...feedback. Features # Implement new Setting for text highlighting...

    blog.groupdocs.com/comparison/text-highlight-se...
  9. GroupDocs.Merger Product Family on GroupDocs Bl...

    GroupDocs.Merger Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Merger Product Family on GroupDocs Blog | Document Automatio......document and saving them as a new file in C# The first and foremost...HTML, RTF) and save them as a new file using GroupDocs.Merger for...

    blog.groupdocs.com/categories/groupdocs.merger-...
  10. 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-...