Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 10,673 for

new

(0.03 sec)
  1. Generate previews | Documentation

    This article provides learning contents about how to generate page previews of documents in .NET using GroupDocs.Parser API...Consulting Blog Knowledge Base New Releases Status Websites aspose...previews using ( Parser parser = new Parser ( Constants . SamplePdfWithToc...

    docs.groupdocs.com/parser/net/generate-previews/
  2. Get the format family and the additional inform...

    This article explains how to get the format family and the additional information using .NET / C# with GroupDocs.Viewer for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.pdf" )) { //...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  3. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/search-for-enc...
  4. PDF tables display is improved in GroupDocs.Com...

    Following our monthly release process, we are pleased to introduce some New features, one improvement and bug fixes in GroupDocs.Comparison for .NET 18.2. New image formats are introduced for images comparing such as gif, png, bmp and jpeg. Page mapper in PDF is improved. You can follow release notes here. We’d recommend you to download latest version of the API and share your feedback. Document Comparison API for .NET - Features Implement Comparison Imaging Absorbing of tables with merged cells GroupDocs Document Comparison API - Improvements Improve displaying of tables in PDF GroupDocs....are pleased to introduce some new features, one improvement and...GroupDocs.Comparison for .NET 18.2 . New image formats are introduced...

    blog.groupdocs.com/comparison/pdf-tables-displa...
  5. Read EXIF Metadata in PSD Format using GroupDoc...

    GroupDocs team is proudly announcing one New feature and three enhancements in the monthly release of GroupDocs.Metadata for .NET 18.8. Using the latest version, you can now read EXIF metadata in PSD format. Classes representing TIFF tags are now refactored. Furthermore, memory consumption is now reduced to perform metadata operations for JPEG and TIFF file formats. We recommend you to install and use the latest version of the API....team is proudly announcing one new feature and three enhancements...Features IntroducedFollowing is the new feature introduced in version...

    blog.groupdocs.com/metadata/read-exif-metadata-...
  6. Introducing Exact Phrase Search in GroupDocs.Se...

    We have always been improving our APIs to meet the requirements of our customers. Therefore, today, we are announcing another monthly release of GroupDocs.Search for .NET. GroupDocs.Search for .NET 16.10 introduces exact phrase search that enables the users to search the documents containing the exact query string. Furthermore, the working of the API is improved by introducing a couple of enhancements and a fix. Download the latest version to upgrade your applications....NET - New Features # Following is the new feature that...

    blog.groupdocs.com/search/groupdocs-search-dotn...
  7. Classifier initialization | Documentation

    Initialization of Classifier class: var classifier = New Classifier(); Classifier class is thread-safe....Consulting Blog Knowledge Base New Releases Status Websites aspose...Classifier class: var classifier = new Classifier (); Classifier class...

    docs.groupdocs.com/classification/net/classifie...
  8. Convert diagrams | Documentation

    In this article, you will learn how to convert diagram documents to other formats or another diagram format with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.vsdx" ))...

    docs.groupdocs.com/conversion/net/convert/diagram/
  9. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. Extract text from PDF documents | Documentation

    This article explains that how to extract text from PDF documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-from...