Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 10,059 for

new

(0.06 sec)
  1. Plain text | Documentation

    This article explains that how to extract plain formatted text from document page in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/plain-text/
  2. Load document using the local path string | Doc...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...file. using ( Viewer viewer = new Viewer ( filePath )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/net/load-document-fro...
  3. Releasing GroupDocs.Viewer for Java 3.2.2 with ...

    Here at GroupDocs we always look for New ways to enhance our products. We constantly strive to improve our user’s experience. Hence, we are excited to announce the New release of GroupDocs.Viewer for Java 3.2.2. The latest version of our document viewer API provides 10+ New features, 25+ improvements and fixes. Let’s explore the exciting features in GroupDocs.Viewer for Java 3.2.2. Document Viewer API for Java - FeaturesFollowing features are announced in this latest release: Ability to specify custom font paths New conversion mechanism for displaying multipage TIFF files Implement option that allows setting text document encoding Implement method that returns supported document formats Implement file description property that returns document type format Provide JPEG image quality setting Implement configuration option that allows set cells sheet conversion mode when converting to PDF Add support for Portuguese locale Add ability to show/hide gridlines for excel files Implement PdfFileOptions same as another Options classes Process files from the stream without specifying the fileName parameter GroupDocs....GroupDocs we always look for new ways to enhance our products...are excited to announce the new release of GroupDocs.Viewer for...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  4. How to Deploy .NET Project on the AppHarbor

    This article explains the basics of using AppHarbor. In this article, I’ll use the .NET SDK Samples project to show how to deploy a .NET project on AppHarbor. Requirements .NET project App account GitHub Preparing First of all, we need a AppHarbor account. If you don’t have one yet, please create one. Registration on AppHarbor is similar to any other site: sign up from the AppHarbor home page by clicking the Sign up button....Applications link”] [/caption] Create a new application: Enter an application...States or Europe. Click Create new . [caption id=“attachment_1753”...

    blog.groupdocs.com/total/how-to-deploy-net-proj...
  5. Search for different word forms | Documentation

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/search-for-diffe...
  6. Convert CAD formats | Documentation

    In this article, you will learn how to convert CAD documents to other formats or another CAD format with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...DWG file Converter converter = new Converter ( "sample.dwg" ); //...

    docs.groupdocs.com/conversion/java/convert/cad/
  7. Ways to Convert WebP to PNG

    Convert WebP to PNG images using online & free WebP converter. Developers can perform the conversion with few lines of code using .NET & Java API....using (Converter converter = new Converter("path/image.webp"))...ImageConvertOptions options = new ImageConvertOptions { // Set...

    blog.groupdocs.com/conversion/convert-webp-to-png/
  8. Text search in network | Documentation

    This page contains information about full-text searching in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose...query ); SearchOptions options = new SearchOptions (); options . IsChunkSearch...

    docs.groupdocs.com/search/net/text-search-in-ne...
  9. 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...
  10. Removing metadata | Documentation

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....Consulting Blog Knowledge Base New Releases Status Websites aspose...forEach ( file => { var metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/removin...