Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 917 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. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a cusTom logger. Use of standard file logger In order To save information about events and errors in an index inTo a file, you should use the standard file logger or your own cusTom logger. It is important To remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....implementation of such a logger is presented below. public class ConsoleLogger...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/logging/
  3. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a cusTom logger. Use of standard file logger In order To save information about events and errors in an index inTo a file, you should use the standard file logger or your own cusTom logger. It is important To remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....implementation of such a logger is presented below. // Implementing a custom...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/logging/
  4. 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/
  5. Search index repository | Documentation

    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/java/search-index-rep...
  6. GroupDocs.Conversion for .NET overview | Docume...

    GroupDocs.Conversion for .NET is a powerful and intuitive library used for file conversion between a variety of supported document and image types 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/net/product-overv...
  7. Features overview | Documentation

    Salient features of file conversion API using Java are described in this article...the source file could be presented in a form of a byte stream...specific fonts that are not present in the environment where you...

    docs.groupdocs.com/conversion/nodejs-java/featu...
  8. 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...
  9. Text file encoding detection | Documentation

    This article explains that how To detect encoding of a text file auTomatically.... 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/net/text-file-encodin...
  10. 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-...