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

presentation to pdf

(0.18 sec)
  1. Search for Barcode e-signatures | GroupDocs

    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...
  2. 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/
  3. 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...File ( "c:\\MyIndex\\Protected.pdf" ). getAbsolutePath (); if (...

    docs.groupdocs.com/search/java/document-passwords/
  4. 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/nodejs-java/text-file...
  5. 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/
  6. 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...
  7. 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-...
  8. 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....documents, spreadsheets, presentations, PDF files, images, emails...

    blog.groupdocs.com/metadata/remove-metadata-fro...
  9. GroupDocs.Conversion for Node.js via Java overv...

    GroupDocs.Conversion for Node.js is a powerful and intuitive JavaScript converter that supports a variety of file formats (such as Pdf, DOCX, XLSX, PPTX, PNG, JPEG, TIFF and others) 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/nodejs-java/produ...
  10. 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/