This example demonstrates how To load a file of some particular format.
advanced_usage.loading_files.LoadingFileOfSpecificFormat
// Explicitly specifying the format of a file To load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path To your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties To extract or edit metadata System....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
Sometimes you may need To just remove all or clean metadata properties without applying any filters. The best way To do this is To use the Sanitize method....pdf" ); // Remove detected metadata...); metadata . save ( "output.pdf" ); } As a result, we get a sanitized...
Convert documents ToPdf, HTML, PNG, and JPEG formats using GroupDocs.Viewer for Python....Render Word documents Render PDF documents Render Spreadsheet...Render XML documents Render Images Was this page helpful? Not...
Develop Applications To Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....presentations, PDF files, email messages, and images. About GroupDocs...
A .NET API To manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers To read, write, edit and remove meta information from all popular document file formats...presentations, PDF files, email messages, and images. About GroupDocs...
This artcle explains how To remove all or clean metadata properties without applying any filters. The best way To do this is To use the Sanitize method....metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...
Working with GroupDocs SDK we usually need a GUID To work with a document. But it’s not very comfortable for users To work with GUIDs. So in your app, you can use two methods To upload a file To a GroupDocs account and get it’s GUID programmatically.
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....XLSX), portable files (PDF), and image files (JPG, BMP, GIF, TIFF)...
Let's learn how To render PPTX as HTML using Python in few steps. This tuTorial explains how To convert PPTX To HTML in Python for web-friendly presentation sharing....file with embedded assets like images and styles. By using this approach...tutorial on render hidden slides to PDF using Python . This resource...