Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 1,343 for

pptx to pdf

(0.19 sec)
  1. Extract data from Microsoft Office Word documen...

    GroupDocs.Parser provides the functionality To extract data from Microsoft Office Word documents. Both classic (doc, dot) and Open XML (docx, dotx) formats are supported. Also LibreOffice Writer (OpenOffice.org Writer) formats and RTF are supported. The following table provides the list of supported formats: Format Description DOC Microsoft Office Word Document DOT Microsoft Office Word Document Template DOCX Microsoft Office Open XML Document DOCM Microsoft Office Open XML Macro-Enabled Document DOTX Microsoft Office Open XML Document Template DOTM Microsoft Office Open XML Document Macro-Enabled Template TXT Plain text ODT Open Document Text OTT Open Document Text Template RTF Rich Text Format More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/extract-data-fro...
  2. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality To handle loading of HTML external resources. Here are the steps To handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how To handle loading of HTML external resources. // Create an instance of ParserSettings To pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class To generate spreadsheet page previews try (Parser parser = new Parser(Constants....extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/parser/java/handle-loading-o...
  3. Image search in network | Documentation

    This page contains information about reverse image search in the search network....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/java/image-search-in-...
  4. Image redactions | Documentation

    This article shows that how To redact data of sensitive nature from images of various formats like JPG, PNG, TIFF and others....redacted document is saved in PDF format result_path = redactor...add_suffix = True so . rasterize_to_pdf = False result_path = redactor...

    docs.groupdocs.com/redaction/python-net/image-r...
  5. Storing text of indexed documents | Documentation

    This article explains that how To sTore text of indexed documents....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/storing-text-of-i...
  6. OCR Usage Basics | Documentation

    This article explains that how To integrate any paid or free OCR solution....document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, Emails...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  7. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/getting-documents...
  8. Getting known property descriptors | Documentation

    This code snippet demonstrates how To extract information about known properties that can be encountered in a particular package. Load a file To examine Get a collection of PropertyDescripTor instances for any desired metadata package Iterate through the extracted descripTors advanced_usage.GettingKnownPropertyDescripTors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescripTor descripTor : root.getDocumentProperties().getKnowPropertyDescripTors()) { System.out.println(descripTor.getName()); System.out.println(descripTor.getType()); System.out.println(descripTor.getAccessLevel()); for (PropertyTag tag : descripTor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescripTors collection....edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails...

    docs.groupdocs.com/metadata/java/getting-known-...
  9. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used To perform operations about Alphabets using Java....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/nodejs-java/alphabet/
  10. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used To perform operations about sTop word dictionary....search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more...

    docs.groupdocs.com/search/net/stop-word-diction...