Sort Score
Result 10 results
Languages All
Labels All
Results 1,551 - 1,560 of 3,293 for

file editor

(0.4 sec)
  1. Export Data | GroupDocs

    How to export data to JSON or XML Files....Editor Product Solution GroupDocs...export data to JSON or XML files. or classes are used for this...

    docs.groupdocs.com/parser/net/export-data/
  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 BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Editor Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/net/working-with-bm...
  3. Add document to Spreadsheet via OLE | GroupDocs

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Editor Product Solution GroupDocs...Initialise class with embedded file path and page number; Instantiate...

    docs.groupdocs.com/merger/java/add-document-to-...
  4. GroupDocs.Metadata for Python via .NET Overview...

    GroupDocs.Metadata for Python via .NET reads, edits, removes, and exports metadata across documents, images, audio, and video — EXIF, IPTC, XMP, ID3, and document properties — through one unified, predicate-driven API....Editor Product Solution GroupDocs...predicate-driven API regardless of file format. It runs entirely on-premise...

    docs.groupdocs.com/metadata/python-net/product-...
  5. 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....Editor Product Solution GroupDocs...stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/python-net/developer-...
  6. 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:...Editor Product Solution GroupDocs...format-specific information from BMP file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-b...
  7. Loading | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint documents by local File path, stream or third-party storage for further processing with GroupDocs.Comparison for Node.js via Java API....Editor Product Solution GroupDocs...Leave feedback Load file from local disk Load file from stream Load...

    docs.groupdocs.com/comparison/nodejs-java/loading/
  8. GroupDocs.Redaction for Python via .NET Overvie...

    GroupDocs.Redaction for Python via .NET removes or permanently obscures sensitive content — text, metadata, annotations, image areas, and whole pages — from PDF, DOCX, XLSX, PPTX, and images, entirely on-premise without Microsoft Office....Editor Product Solution GroupDocs...See . Document Inspection Read file type, page count, and size without...

    docs.groupdocs.com/redaction/python-net/product...
  9. Agents and LLM Integration | GroupDocs

    GroupDocs.Metadata for Python via .NET is AI agent and LLM friendly — machine-readable documentation, an MCP server, AGENTS.md shipped inside the pip package, and runnable code examples for metadata-driven AI pipelines....Editor Product Solution GroupDocs...formats — including an AGENTS.md file inside the pip package itself...

    docs.groupdocs.com/metadata/python-net/agents-a...
  10. Introducing GroupDocs.Assembly for .NET | Group...

    GroupDocs.Assembly for .NET is a document automation and reports generation API designed to create custom documents from templates. This .NET reporting API intelligently assembles the given data with the defined template document and it is a report generator which generates an output document based on the data source, in the template’s format as or in the specified output format. Since GroupDocs.Assembly for .NET can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Editor Product Solution GroupDocs...Supported Output File Formats Depending on Input File Formats The...

    docs.groupdocs.com/assembly/net/introducing-gro...