Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 912 for

presentation to pdf

(0.07 sec)
  1. Documents | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......metadata in Presentations Working with metadata in PDF documents...

    docs.groupdocs.com/metadata/java/documents/
  2. Extract data from various formats | Documentation

    The articles below explain that how To extract data from various file formats...Office PowerPoint presentations Extract data from PDF documents Extract...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. 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...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/detect-encoding/
  4. Scan Barcode Online | Barcode Scanning using Im...

    Scan barcodes online. Scan barcode images and scan using the camera. We will also discuss how To programmatically scan barcodes using C# & Java....include PDF, Word processing documents, Presentations, and various...

    blog.groupdocs.com/parser/scan-barcode-online/
  5. Load WordProcessing document with options | Doc...

    Learn this article and check how To convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....form fields as form fields in PDF or convert them to text. Default...the Comments pane is also present in a resultant document. If...

    docs.groupdocs.com/conversion/net/load-wordproc...
  6. Text file encoding detection | Documentation

    This article explains that how To detect encoding of a text file auTomatically in Java.... Available encodings are presented in the class. When the encoding...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/text-file...
  7. Get the document content information | Document...

    This page describes how To get an information about document content using GroupDocs.Annotation for .NET API....the following formats: Word, PDF, Excel files, Visio diagrams...diagrams, PowerPoint presentations, HTML, and email. You can retrieve...

    docs.groupdocs.com/annotation/net/document-text...
  8. Play and Pause Animated GIF and APNG Images usi...

    Programmatically render animated GIF and APNG images To HTML web page in C# with play and pause feature. Build your own animation viewer using .NET....documents, spreadsheets, PDF, presentations, emails, ZIP archives...

    blog.groupdocs.com/viewer/play-pause-animated-g...
  9. GroupDocs.Conversion for .NET overview | Docume...

    GroupDocs.Conversion for .NET is a powerful and intuitive library used for file conversion between a variety of supported document and image types without using third-party Tools....and OpenDocument file formats, PDF documents, HTML, CAD, raster...pairs for office documents, presentations, spreadsheets, images and...

    docs.groupdocs.com/conversion/net/product-overv...
  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...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

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