Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 6,695 for

may

(0.05 sec)
  1. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System.... The chunk may include information such as the...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Unable to print all pages of large documents - ...

    Hi, We use GroupDocs Viewer for .NET with asp.net core 8 application. Viewer type jpg has been set. When I render pdf document, it correctly renders as images per page. However for some pdfs clicking on print button, o…...Got it, we’ll take a look what may cause this issue and update you...document.execCommand("print",!1)} May be execCommand has been deprecated...

    forum.groupdocs.com/t/unable-to-print-all-pages...
  3. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...document family formats, which may have textual content: all formats...formats (PDF and XPS). Search may be performed by entered search...

    docs.groupdocs.com/viewer/net/search-highlight-...
  4. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries....there are standard fields that may be present in documents of this... There are also fields that may be present in documents of any...

    docs.groupdocs.com/search/net/faceted-search/
  5. How to Convert Outlook Email to PDF using C#

    This quick tutorial describes the complete process of how to convert Outlook email to PDF using C# and learn how to develop the EML to PDF C# application....the Converter class and you may also define several options for...functionality. Further, you may alter this code for customizing...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. Remove Metadata from DOC using Java

    Learn how to efficiently remove metadata from DOC using Java with a code example that demonstrates the process, all without needing to install extra software....approach to eliminate metadata that may contain sensitive or unnecessary...XLS using Java . Updated on 21 May 2024 English Deutsch Türkçe 日本語...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  7. New Features and Extended Support of File Forma...

    Another month, another version. Today we are releasing version 17.8.0 of GroupDocs.Viewer for .NET. This version resolves a number of bugs that were found in prior releases. Furthermore, we have added the support of more file formats as well as introduced new features in this monthly release. Please continue to find out more about version 17.8.0. Rendering Documents with Comments From version 17.8.0, we have extended the support of rendering document comments....complete worksheet may take considerable time and may result in decreased...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  8. eSign document with Text signature | Documentation

    This article explains how to sign document with Text signature by GroupDocs.Signature API. Let's try to add digital signature to a PDF programmatically.... This is how text signature may look like: How to eSign document...to the . GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/java/esign-documen...
  9. Managing User Access Rights and Specifying Font...

    GroupDocs.Annotation for Java is a lightweight document annotation Java library that allows the placing of markup and comments in Microsoft Office documents, PDFs, images and over 50 other file types. It provides end users with a rich set of markup tools and can be used on any web-enabled device without the need to install third-party software. Thanks to its cross-platform compatibility and convenient UI, GroupDocs.Annotation is an ideal solution if you need to add document annotation functionality to your Java application.... These fonts may be absent in Linux OSs. This...

    blog.groupdocs.com/annotation/managing-user-acc...
  10. Convert DOCX to RTF using Node.js

    Learn how to convert DOCX to RTF using Node.js with GroupDocs.Conversion for seamless document formatting. Easily export DOCX to RTF in Node.js with simple steps....format in Microsoft Word, but it may not always be the best choice...software. Unlike DOCX, which may require Microsoft Word for full...

    kb.groupdocs.com/conversion/nodejs/convert-docx...