Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 6,792 for

may

(0.04 sec)
  1. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Issue with watermarks on Word documents - inval...

    Hi, I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word documents as they appear to randomly generate false watermarks that are not positioned correctly, do not ha…...family, size, and positioning may stem from missing fonts on your...is not available, the library may default to a different font,...

    forum.groupdocs.com/t/issue-with-watermarks-on-...
  3. Show Tracked Changes in Word Documents using Gr...

    We are excited to announce the release of version 17.5.0 of GroupDocs.Viewer for Java. The latest version has come with 9 new features, 16 improvements, and more than 20 bug fixes. Please continue to read more about this major release of GroupDocs.Viewer for Java. GroupDocs.Viewer for Java 17.5.0 - New Features Following are the most notable features of GroupDocs.Viewer for Java 17.5.0. Support of New File Formats We have added the support of following file formats in this latest release.... You may also adjust the size of resulting...However, sometimes the result may contain shifted characters, symbols...

    blog.groupdocs.com/viewer/show-tracked-changes-...
  4. Font embedding options | Documentation

    Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API.... There may be a situation, when during the...not. Including system fonts may be useful if the user is on an...

    docs.groupdocs.com/editor/java/font-embedding-o...
  5. View CAD files using Java API | Convert DWG DXF...

    Build your CAD files viewer in Java. Convert DWG, DGN to render as HTML, JPG, PNG, or PDF using document viewer Java API by GroupDocs.... For the details, you may visit the API Reference . <repository>...of DWG in Java # As CAD files may consist of multiple layouts and...

    blog.groupdocs.com/viewer/viewing-cad-documents...
  6. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document.... Warning Some presentations may have different slide numbers...resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Digital signing with custom hash | Documentation

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....for high-security applications May require more computational resources...provide better security, they may require more computational resources...

    docs.groupdocs.com/signature/net/digital-signin...
  8. Convert JPG to DOCX using C#

    By carefully following this tutorial, you'll learn how to efficiently convert JPG to DOCX using C#. Also, we'll furnish you with code to export JPG to DOCX using C#.... The conversion process may also be necessary to make workflows...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  9. How to Convert RTF to DOCX using Java

    This concise tutorial will demonstrate how to convert RTF to DOCX using Java without installing third-party software, and provides code example to export RTF to DOCX in Java.... Updated on 17 May 2023 English Français Türkçe...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert RTF to PPTX using C#

    This article explains how to convert RTF to PPTX using C# programming language. It also offers a sample code example for the C# RTF to PPTX converter application.... Updated on 23 May 2023 English Türkçe 日本語 Français...

    kb.groupdocs.com/conversion/net/how-to-convert-...