Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 912 for

presentation to pdf

(0.05 sec)
  1. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section....of supported file types is presented below. Iterable < FileType...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/get-supported-...
  2. 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-...
  3. Document rendering basics | Documentation

    This section describes how To use GroupDocs.Viewer for Java To convert different document types To Pdf, HTML, PNG, and JPEG formats....Render Word documents Render PDF documents Render spreadsheet...files Render PowerPoint presentations Render Visio documents Render...

    docs.groupdocs.com/viewer/java/document-renderi...
  4. Load document from stream | Documentation

    Learn how To Load document from stream....cases when the document is presented only as a stream (without...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/load-document-fro...
  5. GroupDocs.Assembly for Java | Documentation

    Release notes Package reposiTory GroupDocs.Assembly for Java - A assembly is a document auTomation and reports generation API designed To create cusTom documents from templates. This Java reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, Presentations, Pdf files, email messages, and images....documents, spreadsheets, presentations, PDF files, email messages...

    docs.groupdocs.com/assembly/java/
  6. GroupDocs.Assembly for Python via .NET | Docume...

    Release notes Package reposiTory GroupDocs.Assembly for Python via .NET - A assembly is a document auTomation and reports generation API designed To create cusTom documents from templates. This Python reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats....documents, spreadsheets, presentations, PDF files, email messages...

    docs.groupdocs.com/assembly/python-net/
  7. Search for Barcode e-signatures | Documentation

    This article explains how To search for Barcode in the document with few lines of code over GroupDocs.Signature API....Barcode signatures that are present in a document. For the most...signature = new Signature ( "sample.pdf" ); BarcodeSearchOptions options...

    docs.groupdocs.com/signature/java/search-for-ba...
  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 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...
  9. Search for Barcode e-signatures | Documentation

    This article explains how To search for Barcode in the document with few lines of code over GroupDocs.Signature API....Barcode signatures that are present in a document. For the most...signature = new Signature ( "sample.pdf" )) { // search for signatures...

    docs.groupdocs.com/signature/net/search-for-bar...
  10. 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...