Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 17,202 for

file

(0.23 sec)
  1. Exporting metadata properties | GroupDocs

    Export metadata properties to an Excel workbook, CSV, JSON or XML using GroupDocs.Metadata for Python via .NET....pdf is the sample file used in this example. Click...download it. export.xlsx Binary file (XLSX, 9 KB) See also More resources...

    docs.groupdocs.com/metadata/python-net/exportin...
  2. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...format-specific information from BMP file headers. The following are the...to read the header of a BMP file. a BMP image Get the root metadata...

    docs.groupdocs.com/metadata/java/working-with-b...
  3. Load document from stream | GroupDocs

    Load documents directly from a File-like object — open File handle, BytesIO, or any stream — with GroupDocs.Viewer for Python via .NET....stream without saving it as a file on a disk. You can use this...docx sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/viewer/python-net/developer-...
  4. Render TXT as HTML using C#

    In this tutorial, we will learn how to render TXT as HTML using C# without installing extra tools. Moreover, we will provide you C# code for rendering TXT to HTML....convert plain text ( TXT ) files to HTML format using C# can...Viewer class by supplying the TXT file path as a parameter to its constructor...

    kb.groupdocs.com/viewer/net/render-txt-as-html-...
  5. Add Search Text Annotation to PDF using Java

    Efficiently grasp the knowledge on how to add search text annotation to PDF using Java. Moreover, we offer code to insert search text annotation in PDF using Java....search text annotations in PDF files through the versatility of Java...Annotator class by providing the PDF file path as a parameter to its constructor...

    kb.groupdocs.com/annotation/java/add-search-tex...
  6. Search and Filter Documents in C#

    Efficiently get knowledge of how to search and filter documents in C#. Learn how to filter documents search results in C# for precise and streamlined data retrieval....C# based on properties like file extensions, content, or other...Whether you’re excluding certain file types or isolating specific...

    kb.groupdocs.com/search/net/search-and-filter-d...
  7. Add text watermarks | GroupDocs

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....as viewer : # Create an HTML file. viewOptions = HtmlViewOptions...docx sample.docx is the sample file used in this example. Click...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  8. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...docx is a sample file used in this example. Click...business-plan.docx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/java/markdown-flavor/
  9. Markdown flavor control | GroupDocs

    Target GitHub Flavored Markdown or CommonMark output...docx is a sample file used in this example. Click...business-plan.docx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/net/markdown-flavor/
  10. Comments and replies | GroupDocs

    Attach a threaded discussion of replies and users to an annotation with GroupDocs.Annotation for Python via .NET....pdf is the sample file used in this example. Click...download it. output.pdf Binary file (PDF, 91 KB) Was this page helpful...

    docs.groupdocs.com/annotation/python-net/commen...