Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 2,190 for

resource

(0.06 sec)
  1. Announcing a new Modern UI for GroupDocs.Viewer...

    It is an exciting moment for me to announce that a new UI for GroupDocs.Viewer for Java has been released. Re-written from scratch with usability in mind, the new user interface has a good look, better user experience and a neat feeling. GroupDocs.Viewer for Java is an API to render vast variety of documents into HTML and images. It allows you to convert pages of a document into separate HTML or image files which can be later be used in your application....Additional ResourcesFollowing resources will help you to download...

    blog.groupdocs.com/viewer/announcing-modern-ui-...
  2. Introducing Modern UI for GroupDocs.Viewer for ...

    At GroupDocs we are always keen to simplify the API usage for our customers. Keeping that in view team GroupDocs is pleased to release a new simple, efficient and, user friendly showcase project for GroupDocs.Viewer for .NET API.We would recommend you to clone this showcase project from GitHub and provide you valuable feedback. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....ResourcesWe have a few channels and resources for you to download, learn...

    blog.groupdocs.com/viewer/releasing-new-modern-...
  3. Annotate Documents Using GroupDocs.Annotation f...

    Releasing GroupDocs.Annotation for .NET 3.0 In the world of APIs, GroupDocs.Annotation for .NET has reborn to introduce more flexible, stand alone and powerful back-end API which comes with an extensive number of markup tools to annotate the documents with area annotation, text highlight, text underline, text strikeout, watermarking, reply based comments and many more. Next Generation GroupDocs.Annotation for .NET 3.0 is disintegrated from the UI to provide developers a free hand to create desktop, web or cloud applications without any bound....ResourcesHere are a few channels and resources for you to download, learn...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  4. Inaugurating Next Generation GroupDocs.Annotati...

    Launching GroupDocs.Annotation for Java 3.1.0 The best just got better, Team GroupDocs is pleased to introduce the Next Generation GroupDocs.Annotation for Java 3.1.0. This API has more advanced capabilities to annotate documents with area annotation, text highlight, text underline, text strikeout, watermarking, reply based comments and many more. The Next Generation GroupDocs.Annotation for Java 3.1.0 is a UI less API to facilitate the developers to create any kind of application including Desktop, Web and cloud applications....ResourcesHere are a few channels and resources for you to download, learn...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  5. Zobrazení CAD souborů pomocí Java API | Převést...

    Sestavte si prohlížeč souborů CAD v Java. Převeďte DWG, DGN k vykreslení jako HTML, JPG, PNG nebo PDF pomocí prohlížeče dokumentů Java API od GroupDocs....html", "page_{0}/resource_{1}", "page_{0}/resources"); viewer.view(viewOptions);...

    blog.groupdocs.com/cs/viewer/viewing-cad-docume...
  6. Introducing Metadata Signatures for PDF in Grou...

    We are delighted to announce another monthly release of GroupDocs.Signature for Java. This latest version 18.11 comes up with multitudinous features along with numerous improvements and fixes. The main feature introduced in this release is ability to add and search Metadata Signatures in a PDF document. Therefore, we would recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience....Channels and Resources # Here are a few channels and resources for you...

    blog.groupdocs.com/signature/groupdocs.signatur...
  7. Edit and Manage Metadata in Python Apps - Group...

    Discover how to utilize GroupDocs.Metadata for Python via .NET to extract, update and remove metadata in your applications....IPTC, XMP, EXIF, and Image Resources. Multimedia Metadata Handling...functionalities, refer to the following resources: GroupDocs.Metadata for Python...

    blog.groupdocs.com/metadata/edit-metadata-in-py...
  8. Handle page breaks and paragraph spacing - Free...

    Peace and Good Day Andrey, Thankyou for contacting and asking. Actually we are using the JAVA version of group docs APIs. I tried to explore the .Net version to see if it has better support for Editor UI. Our current …... Is there any good resources or technical assistance you...

    forum.groupdocs.com/t/handle-page-breaks-and-pa...
  9. 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.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/net/clean-metadata/
  10. 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:... Planes ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-bm...