Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 2,817 for

library

(0.07 sec)
  1. Releasing GroupDocs.Viewer for .NET 3.4.0 with ...

    For those who have been waiting for the next release - Today, we are excited to announce GroupDocs.Viewer for .NET 3.4.0. The latest version of our document viewer API provides fixes and improvements for a wide range of features. Based on our customers’ feedback, GroupDocs team has announced 20+ fixes along with 5+ improvements in version 3.4.0. Please see below for the list of fixes and improvements. GroupDocs.Viewer for ....RotatePage method that returns void Library performance Applying watermark...

    blog.groupdocs.com/viewer/releasing-groupdocs-d...
  2. GroupDocs introduces exciting features in new r...

    We are pleased to announce the new release of Next Generation GroupDocs.Conversion for .NET 3.1.0. with some exciting features. This version has a new installer and some new features and fixes are introduced . We recommend that you download and update the Library as soon as you can. New Features Introduced in Version 3.1.0 In this new release of GroupDocs.Conversion for .NET 3.1.0 new methods are introduced for returning all possible conversion for provided file type extension or provided stream and also new event is introduced to report conversion progress along with more improvements in API for smooth and fast conversions....you download and update the library as soon as you can. New Features...

    blog.groupdocs.com/conversion/groupdocs-introdu...
  3. How to Convert ODT to PPTX using Java

    In this tutorial, we will discover how to convert ODT to PPTX using Java without installing extra software installation along with code to export ODT to PPTX in Java....advised document conversion library and changed the file paths...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Remove Annotation from PDF using Java

    Review the process to remove annotation from PDF using Java by consuming a popular annotation Library and how to develop the feature to remove annotation in Java....all, install the required library and reference the necessary...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  5. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....is a robust cross-platform library that allows to add watermarks...

    docs.groupdocs.com/watermark/python-net/product...
  6. Save with default options | Documentation

    This article demonstrates the simplest way to save the document...NET library we provide simple, but powerful...

    docs.groupdocs.com/redaction/net/save-with-defa...
  7. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/clean-metadata/
  8. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/working-with-bm...
  9. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/java/indexing-metadat...
  10. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page....NET library we provide simple, but powerful...

    docs.groupdocs.com/parser/net/markdown/