Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 1,358 for

pptx to pdf

(0.06 sec)
  1. Working with metadata in Matroska (MKV) files |...

    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....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Extract Tables from Microsoft Office Word Docum...

    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...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  3. GroupDocs.Comparison Product Family on GroupDoc...

    GroupDocs.Comparison Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Comparison Product Family on GroupDocs Blog | Document A...... Compare PDF Documents - Online Compare PDF files using free...application. How to Compare PDF Files using Java - A Comprehensive...

    blog.groupdocs.com/categories/groupdocs.compari...
  4. Extract images from document | GroupDocs

    Learn how To extract images from documents using GroupDocs.Parser for Python via .NET. Extract images with position data, rotation, and format information from Pdf, Word, Excel....various document formats including PDF, Word, Excel, PowerPoint, and...class with Parser ( "./sample.pdf" ) as parser : # Extract images...

    docs.groupdocs.com/parser/python-net/extract-im...
  5. Working with metadata in ASF files | GroupDocs

    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....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Search operation table | GroupDocs

    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...

    docs.groupdocs.com/search/java/search-operation...
  7. Boolean search | GroupDocs

    This article gives the knowledge of the boolean search definition which includes all boolean operaTors used for boolean search, and boolean query examples using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/boolean-s...
  8. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow To extract a text from the entire document or a text from the selected page. Here are the steps To extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. Working with IPTC IIM metadata | GroupDocs

    This article explains how To access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....pdf. Reading basic IPTC IIM properties...edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/working-with-i...
  10. Working with data extracted by template | Group...

    Extracted data are sTored in the instance of DocumentData class....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/working-with-dat...