Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features....(DSV) CSV, TSV Presentation PPT, PPTX, PPS, POT Plain Text documents...
This guide demonstrates how to edit Ppt, PptX, PptM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Node.js....Editor in various formats such as PPT, PPTX, PPTM, PPS(X/M), POT(X/M)...
This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...
This article explains the basics of using PHP SDK callbacks. In this article I’ll use the Convert API. Find information about other methods in the Swagger explorer.
Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) We already know how to install the Fatfree framework and prepare for creating the sample from the previous article....Doc, Docx and DOC to PDF and PPT to PDF, HTML to DOC and DOCX...value="docx">Docx</option> <option value="ppt">PPT</option> </select> <span ...
This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...
Follow this guide to learn how to edit text documents, spreadsheets, and presentations using GroupDocs.Editor for Node.js via Java API features....(DSV) CSV, TSV Presentation PPT, PPTX, PPS, POT Plain Text Documents...
This article shows that how to redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...
GroupDocs.Metadata for Java provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc. For the full list of supported document formats please refer to Supported document formats.
Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded diagram and extract some additional file format information.
Load a PDF document Extract the root metadata package Use the getDiagramType method to obtain file format information advanced_usage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...
This article shows how to extract data from documents of various formats including PDF, Microsoft Word (DOC, DOCX), Excel (XLS, XLSX), LibreOffice formats etc....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...
Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files.
The following are the steps to read native MKV metadata.
Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...