Following this guide you will learn how to load a document from a local disk or file stream for editing with GroupDocs.Editor for Python via .NET API....XLSX, XLSM, XLSB Presentation PPT, PPTX, PPS, POT Fixed-layout...
This article shows that how to provides syntax of all elements allowed in text search queries....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...
Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, PDF files or compare text files in CSharp....XLSB, XLSM, CSV Presentations PPT, PPTX, PPS, PPSX, POT, POTX OpenDocument...
Learn how to easily extract table content from Word documents (.doc, .docx) using GroupDocs.Parser for .NET....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails and...
This page contains information about the purpose and use of all search network events....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with...
Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files.
The following are the steps to read native ASF metadata.
Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images...
GroupDocs.Watermark Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Watermark Product Family on GroupDocs Blog | Document Aut......text and image watermarks to PPT/PPTX Presentations. Apply watermarks...or apply text watermarks to PPT, PPTX, PPS & more formats...
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 ...