Sort Score
Result 10 results
Languages All
Labels All
Results 1,911 - 1,920 of 10,573 for

new

(0.04 sec)
  1. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...FolderFontSource fontSource = new FolderFontSource ( @"C:\custom_fonts"...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  2. Extract formatted text from documents | Documen...

    This article shows how to extract formatted text represented as HTML or Markdown with GroupDocs.Parser from documents of various formats like Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-formatted...
  3. Saving a File to Local Disk | Documentation

    This article demonstrates how to convert files stored on local disk using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...location Converter converter = new Converter ( "c:\\files\\business-plan...

    docs.groupdocs.com/conversion/java/save-file-to...
  4. Find metadata properties | Documentation

    Using the GroupDocs.Metadata for Node.js via Java you can easily search metadata and extract desired metadata properties from PDF, DOCX, PPTX, XLSX, images, audio, video and many other files of different types in your Java solution....Consulting Blog Knowledge Base New Releases Status Websites aspose...modified var searchSpecification = new groupdocs . metadata . ContainsTagSpecifica...

    docs.groupdocs.com/metadata/nodejs-java/find-me...
  5. GroupDocs.Search for .NET 16.11 Introduces Case...

    We as members of GroupDocs team are immensely delighted to see our users community growing every day. There has also been an inflow of customers recommendations and feedback, for which we owe you our gratitude. We thank you , for providing us the impetus to work even harder at improving our performance. Our whole team is always endeavoring to cater to your needs and requirements to our fullest possible potential thus providing the most innovative and enhanced solutions to our valuable customers....NET - New Features # In version 16.11,...have introduced the following new feature: Case Sensitive Search...

    blog.groupdocs.com/search/groupdocs-search-net-...
  6. GroupDocs.Signature for .NET 16.10.0 Supports D...

    In order to enhance the user experience, we are pleased to announce a monthly release of GroupDocs.Signature for .NET that emerges with appealing features and bug fixes. Boost your e-signing experience with GroupDocs.Signature for .NET 16.10.0 by adding more options and properties to text, image or digital signatures and saving the signed document with different format. We would suggest you to download this latest release and go through the New features....through the new features. e-Signature API - New Features # Font...

    blog.groupdocs.com/signature/groupdocs-signatur...
  7. Phrase search | Documentation

    This article gives the knowledge about phrase search definition as well as a phrase search description using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/phrase-se...
  8. Update ID3v1 and ID3v2 Tag Using Properties wit...

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Metadata for Java 18.2. Three **enhancements **and six **New features **are introduced in this release. You can now load and save EXIF metadata for JPEG and TIFF formats with a better speed. You can also validate input metadata before saving, read additional properties from ID3v2, update ID3v1/ID3v2 tag using properties, and read/update/remove image cover tag in MP3 file format. Furthermore, you can read image cover and version of EPUB file format as well....Three **enhancements **and six **new features **are introduced in...IntroducedFollowing are the new features introduced in version...

    blog.groupdocs.com/metadata/update-id3v1-and-id...
  9. Render SVG File Format using GroupDocs.Viewer f...

    It gives us immense pleasure to announce the release of version 17.6.0 of GroupDocs.Viewer for .NET . This release comes up with the support of SVG file format. Furthermore, we have introduced 8 improvements and fixes in this regular monthly release. We recommend you to please upgrade to the latest version for a better experience. GroupDocs.Viewer for .NET 17.6.0 - New FeaturesFollowing is the New feature introduced in this version of the API....0 - New FeaturesFollowing is the new feature introduced...

    blog.groupdocs.com/viewer/render-svg-format-gro...
  10. Render to HTML | Documentation

    With GroupDocs.Viewer for Java 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...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/java/rendering-to-html/