Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 921 for

presentation to pdf

(0.41 sec)
  1. Using aliases | GroupDocs

    This article shows the use of aliases which allows you To reduce the length of search queries in text form....aliases for searching is presented below. C# string indexFolder...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/using-aliases/
  2. GroupDocs.Viewer Plugin for One of the Leading ...

    Moodle is a powerful learning management system that provides educaTors and learners with a robust set of Tools for building and administrating collaborative learning environments. When integrated inTo Moodle, GroupDocs.Viewer enables both educaTors and learners To view and securely share documents, drawings and images in more than 50 different file formats – all from within Moodle environment and without having To install original software used To create the files....supported file types include: PDF and Microsoft Word documents...spreadsheets, PowerPoint presentations, Outlook messages, Project...

    blog.groupdocs.com/viewer/groupdocs-viewer-plug...
  3. Getting known property descriptors | GroupDocs

    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-...
  4. Detect encoding | GroupDocs

    This article explains that how To detect encoding of a plain text file....of the file (if BOM isn’t presented). Here are the steps to detect...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/detect-encoding/
  5. Document passwords | GroupDocs

    This article gives the knowledge of the API methods which can be used To perform operations about document passwords or password dictionary....password protected documents is presented on the page. To get the number...GetFullPath ( @"c:\MyIndex\Protected.pdf" ); if ( index . Dictionaries...

    docs.groupdocs.com/search/net/document-passwords/
  6. Get the document content information | GroupDocs

    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...
  7. Search index repository | GroupDocs

    The IndexReposiTory class can be used To combine several indexes inTo a group for searching all indexes at once....indexes to the repository are presented below. String indexFolder1...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/search-in...
  8. Text file encoding detection | GroupDocs

    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/java/text-file-encodi...
  9. Merge Word Documents using Java | Join All or S...

    Java way To merge two or more Word documents inTo a single file. Combine only the selective pages of multiple Word files within your application....More Word Files Online Split PDF Files using Java Join Multiple...using Java Merge PowerPoint Presentations & Slides using Java Merge...

    blog.groupdocs.com/merger/merge-word-files-usin...
  10. Document passwords | GroupDocs

    This article gives the knowledge of the API methods which can be used To perform operations about document passwords or password dictionary using Java....password protected documents is presented on the page. To get the number...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/document-...