Sort Score
Result 10 results
Languages All
Labels All
Results 4,491 - 4,500 of 4,697 for

presentation to pdf

(0.05 sec)
  1. Parser.GetImages Method (Int32) - GroupDocs.Par...

    Extracts images from the document page....Microsoft Office PowerPoint presentations Extract images from Emails...Emails Extract images from PDF documents Examples To extract images...

    apireference.groupdocs.com/parser/net/groupdocs...
  2. Redact Word Documents on GroupDocs Blog | Docum...

    Redact Word Documents on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in Redact Word Documents on GroupDocs Blog | Document AuTomation Solutions for .NET......documents, worksheets, presentations, and PDF files within your ...

    blog.groupdocs.com/tag/redact-word-documents/in...
  3. Save Annotations in a DB and Set User Avatars i...

    Today, I’d like To present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0: User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face To each other). In this release we’ve implemented functionality that allows users To use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API....Today, I’d like to present several great enhancements that we’ve...improved support for native PDF and Word annotations and added...

    blog.groupdocs.com/annotation/save-annotations-...
  4. Document passwords | Documentation

    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/
  5. Using aliases | Documentation

    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. const indexFolder =...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/using-ali...
  6. 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/
  7. 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-...
  8. Extract data from various formats | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Office PowerPoint presentations Extract data from PDF documents Extract...

    docs.groupdocs.com/parser/java/extract-data-fro...
  9. 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 JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descripTors = root.getDocumentProperties().getKnowPropertyDescripTors(); for(var i=0;iTors.getCount(); i++) { var descripTor = descripTors.get_Item(i); console.log(descripTor.getName()); console.log(descripTor.getType().getRawValue()); console.log(descripTor.getAccessLevel().getRawValue()); var tags = descripTor.getTags(); for(var j=0;jpresented in the getKnowPropertyDescr...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  10. parser - GroupDocs.Parser for Java - API Reference

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......Office PowerPoint presentations Search text in PDF documents Search...Office PowerPoint presentations Search text in PDF documents Search...

    apireference.groupdocs.com/parser/java/com.grou...