Sort Score
Result 10 results
Languages All
Labels All
Results 2,781 - 2,790 of 14,609 for

doc

(0.06 sec)
  1. Extracting common image information | Documenta...

    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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Order Upgrade an Order Support Docs API Reference Live Demos Free...view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX,...

    docs.groupdocs.com/metadata/java/extracting-com...
  2. How to Extract Text from Markdown File in Java

    This article describes the workflow to extract text from Markdown file in Java and provides a working application on how to get text from Markdown using Java....other document formats such as DOC, DOCX, PDF, XLSX, XML, HTML,...

    kb.groupdocs.com/parser/java/how-to-extract-tex...
  3. How to Extract Text from Markdown File in C#

    This tutorial describes the step-by-step procedure to extract text from Markdown file in C# language and how to use the workflow to get text from Markdown using C#....document formats including PDF, DOC, DOCX, XLS, XLSX, PPTX, and many...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  4. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various Document and image formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular Document and image formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured information that is used to contain important business information of different resources....Document (PPT/PPTX) Word Document (DOC/DOCX) Spreadsheet Document (XLS/XLSX)...

    blog.groupdocs.com/metadata/control-and-process...
  5. Remove Password Protection form Word | Unlock W...

    Remove password from Word Documents. Unlock password protected Word Documents using free online password remover app & programmatically....the password of Word document (DOC/DOCX file format) using an online...

    blog.groupdocs.com/merger/unlock-word-documents...
  6. Digitally Sign Word Documents with Java

    Master the art of digitally signing Word Documents with certificates in Java. Customize signatures and build your own application using Digital Signature API....Signature object with your Word DOC/DOCX document. Create a DigitalSignOptions...

    blog.groupdocs.com/signature/sign-word-files-wi...
  7. Latest GroupDocs.Conversion Product Family topi...

    Get technical support of GroupDocs.Conversion for .NET and Java....1 1559 September 6, 2023 RTF/DOC to DOCX conversion csharp , dotnet...

    forum.groupdocs.com/c/conversion/11
  8. How to Integrate and Use GroupDocs' Online Sign...

    We have published a GroupDocs’ Signature plugin for Chrome. This online signature add-on provides GroupDocs users with a slick interface for signing Documents from within Gmail. GroupDocs’ online signature plugin gives you the ability to sign Documents online in Gmail emails, without having to install bulky office software. When you need to sign a Document, GroupDocs Signature opens it for you. With the plugin, you no longer have to log in to the GroupDocs website to view a Document....open has an attachment in PDF, DOC or DOCX formats, the plugin adds...

    blog.groupdocs.com/signature/how-to-integrate-a...
  9. Introducing Outlook Metadata Cleaner - An Outlo...

    Outlook Metadata Cleaner is an Outlook add-in powered by GroupDocs.Metadata for .NET that removes/cleans metadata properties in the files selected to be attached with email. It is an attach file button that appears in New Message window in Outlook. When some file is selected to be attached with email, the add-in first cleans all the metadata information saved with that file and then attaches metadata free file with email message....Document (PPT/PPTX) Word Document (DOC/DOCX) Spreadsheet Document (XLS/XLSX)...

    blog.groupdocs.com/metadata/introducing-outlook...
  10. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format....Order Upgrade an Order Support Docs API Reference Live Demos Free...path to your document. Ex: @"C:\Docs\source.xls" using ( Metadata...

    docs.groupdocs.com/metadata/net/load-a-file-of-...