Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 1,915 for

email to presentation

(0.04 sec)
  1. Detect encoding | Documentation

    This article explains that how To detect encoding of a plain text file in java....of the file (if BOM isn’t presented). Here are the steps to detect...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/java/detect-encoding/
  2. Template Syntax - Part 1 of 2 | Documentation

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs To be more descriptive. A tag body must meet the following requirements:...documents: Word Processing and Emails << link [ uri_or_bookmark_expression...link [ "A1" ] [ "Home" ]>> Presentations << link [ "Slide1" ] [ "Home"...

    docs.groupdocs.com/assembly/net/template-syntax...
  3. Load document from stream | Documentation

    Learn how To Load document from stream....cases when the document is presented only as a stream (without...DOCX, PPT, PPTX, XLS, XLSX, Emails and more with our free online...

    docs.groupdocs.com/parser/net/load-document-fro...
  4. extract metadata in java

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... spreadsheets, presentations, ebooks, emails, markup documents...

    blog.groupdocs.com/tag/extract-metadata-in-java/
  5. Extract Images from eBooks in Java | EPUB, PDF,...

    Programmatically extract images from EPUB, PDF, FB2, CHM eBooks using Java API for document parsing. Save the images in JPG, PNG, WebP, GIF, or BMP format....spreadsheets, PDF, presentations, emails, ZIP archives, and many...

    blog.groupdocs.com/parser/extract-images-from-e...
  6. Clean Metadata of Documents and Images using Java

    Java API To remove all or selective metadata properties of DOCX, XLSX, PPTX, PDF documents, JPEG, PNG, WebP images, Email, eBooks, Visio Drawings, Zip, etc....spreadsheets, presentations, PDF files, images, emails, eBooks, drawings...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  7. GroupDocs.Total for Java | Documentation

    GroupDocs.Total for Java is the super-set of all the Java on-premise APIs offered by GroupDocs. We compile it on a monthly basis To ensure that it contains the most up To date versions of each of our Java document manipulation APIs....spreadsheets, presentations, PDF files, emails, images, and 3D...

    docs.groupdocs.com/total/java/
  8. Python Document Comparison Cloud SDK for PDF Wo...

    Compare images and documents with Python Cloud SDK & REST APIs. Compare HTML, Word, Excel, Presentations, Outlook Emails, PDF & image file formats....spreadsheets, ‎presentations, ‎Microsoft Visio diagrams, emails, and files...

    products.groupdocs.cloud/comparison/python/
  9. Excellent .NET Text Search API for PDF, MS Offi...

    Perform fuzzy, boolean, and other document search and indexing operations precisely on PDF, Office & more files with the GroupDocs .NET text search API....PowerPoint presentations, OpenDocument files, diagrams, emails, project...

    www.groupdocs.com/products/net/search/
  10. 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....all possible properties are presented in the collection. The library...DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free...

    docs.groupdocs.com/metadata/java/getting-known-...