Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 801 for

presentation to pdf

(0.04 sec)
  1. 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-...
  2. Detect encoding | Documentation

    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/
  3. 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...
  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 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/
  5. Document rendering basics | Documentation

    This section describes how To use GroupDocs.Viewer for .NET (C#) 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/net/document-renderin...
  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/java/text-file-encodi...
  7. 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 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-...
  8. 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. String indexFolder...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/using-aliases/
  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. Sign Documents with Encrypted Custom Objects

    Hello guys! It’s been a while since my last post about GroupDocs.Signature for Java. So, our Java community might have been waiting for something new regarding our e-signature API. Well, we have recently released version 19.7 of GroupDocs.Signature for Java and Today, I shall give you an overview of something interesting that we have introduced in our latest release. In the last couple of months, we introduced a quite valuable feature in the ....SlidesMetadataSignat - for Presentations CellsMetadataSignatu - for...Spreadsheets PdfMetadataSignature - for PDF documents This method creates...

    blog.groupdocs.com/signature/sign-documents-wit...