Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 6,778 for

may

(0.04 sec)
  1. Converting MSG file containing nested MSG attac...

    I recall this bug was previously fixed - or perhaps I’m mistaken. Attached herewith is test.msg which is able to repro the issue. It is an email which contains an email which contains another email. The top level emai…...previous response, as our bot may occasionally provide incorrect...April 28, 2025, 5:52am 9 Hi, may I check when the corresponding...

    forum.groupdocs.com/t/converting-msg-file-conta...
  2. SVG to Image Conversion Issue - Free Support Fo...

    Hello, We are facing an issue with some SVG to JPG Conversion for the attached SVG, Conversion gets successful but converted files looks like texts are gets errased, please check those files here – (https://drive.google.…... Swapnil_Walke May 3, 2022, 5:14am 5 Is there any...update on this issue ? atir.tahir May 3, 2022, 11:36am 6 @Swapnil_Walke...

    forum.groupdocs.com/t/svg-to-image-conversion-i...
  3. 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...
  4. Convert Presentations to Images in Java | PPT t...

    Convert PowerPoint presentations of PPT/PPTX format to JPG or PNG format in Java. Transform slides to images programmatically using Java conversion API....Download or Configure # You may download the JAR file from the...conversion applications, you may learn more from the documentation...

    blog.groupdocs.com/conversion/convert-presentat...
  5. Convert DOC and DOCX to HTML in C# | Show & Hid...

    Programmatically convert Word processing documents DOC, DOCX into HTML with advanced options like show or hide page borders, watermark, zoom, pages count.... You may download the API from the downloads...Count Use PDF Watermark Zoom You may visit the documentation or GitHub...

    blog.groupdocs.com/conversion/convert-doc-docx-...
  6. How to merge TIF images using java | Documentation

    Learn how to merge TIF image files, combine TIF image files into one file programmatically in java language using GroupDocs.Merger for Java library.... You may specify absolute or relative..."c:\merged.tif" ); NOTE: You may merge other TIF formats like...

    docs.groupdocs.com/merger/java/getting-started/...
  7. Merge PowerPoint Presentations | Documentation

    This article demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and May other formats with couple java code lines and GroupDocs.Merger for Java.... You may specify absolute or relative..."c:\merged.ppsx" ); NOTE: You may merge other Presentation formats...

    docs.groupdocs.com/merger/java/merge/powerpoint/
  8. eSign document with Text signature | Documentation

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

    docs.groupdocs.com/signature/net/esign-document...
  9. Features Overview | Documentation

    This is an overview of GroupDocs.Merger for Java library features and capabilities... This may be quite useful for generating...representations of document pages. This may be helpful for better understanding...

    docs.groupdocs.com/merger/java/features-overview/
  10. Find Synonyms of any Word using C# | Synonym Gr...

    Find all the possible synonyms of any word in C# using .NET API. Get different collections of synonyms arranged by different meanings of the same word.... As a developer, you may need to find out all words with...Word using C# # A single word may have many different meanings...

    blog.groupdocs.com/search/find-synonyms-of-word...