Sort Score
Result 10 results
Languages All
Labels All
Results 4,811 - 4,820 of 8,583 for

document conversion

(1.41 sec)
  1. Clear watermarks | GroupDocs

    Search and remove existing text or image watermarks using Python via .NET....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/basic-u...
  2. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/extracting-comm...
  3. Specify rendering options for CAD files | Group...

    This topic describes how to use the GroupDocs.Viewer Node.js API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/specify-c...
  4. Working with metadata in FLV files | GroupDocs

    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....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. Issue with Font :- "Leelawadee UI" - Free Suppo...

    Hi, When we try to convert a Document with the ‘Leelawadee UI’ font to PDF, we encounter some issues in characters. Can you please suggest something here?...Conversion Product Family java sonamsinha...hb_buffer_create(Native Method) ~[GroupDocs.Conversion.Examples.Java-0.0.1-SNAPSHOT...

    forum.groupdocs.com/t/issue-with-font-leelawade...
  6. Keyboard layout correction | GroupDocs

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/keyboard-layout-...
  7. Using aliases | GroupDocs

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/using-aliases/
  8. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Conversion Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/homophone...
  9. Removing found watermarks | GroupDocs

    Find and remove text, image, and hyperlink watermarks using Python via .NET....Conversion Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/python-net/removin...
  10. How to Add Dropdown Component in PDF using C#

    In this topic, you will discover how to add dropdown component in PDF using C#.Moreover, we will work with you to write C# code to insert dropdown in PDF using C#....Conversion Product Family GroupDocs...dropdown field in your PDF document. The dropdown allows you to...

    kb.groupdocs.com/annotation/net/how-to-add-drop...