Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 816 for

presentation to pdf

(0.13 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. 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. C# string indexFolder1...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/search-index-repo...
  4. Count Words and Occurrences of each Word in a D...

    Count number of words and their occurrences in Pdf, Word, Excel, PowerPoint, and Email documents in Java using document parsing API....word-processing documents, presentations, spreadsheets, emails, databases...FB2, CHM eBooks in Java Read PDF Form Fields in Java...

    blog.groupdocs.com/parser/count-words-and-occur...
  5. Extraction in separate process | Documentation

    This article describes how To minimize the situation of resource shortage in the indexing process...application project code is presented in the following listing....welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/extraction-in-sep...
  6. Logging | Documentation

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a cusTom logger using search API....implementation of such a logger is presented below. C# public class ConsoleLogger...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/logging/
  7. Load WordProcessing document with options | Doc...

    Learn this article and check how To convert Microsoft Word DOC/DOCX and Open Document ODT/OTT files hiding comments and tracked changes panel, setting default font and applying font substitution using features of GroupDocs.Conversion for .NET API....form fields as form fields in PDF or convert them to text. Default...the Comments pane is also present in a resultant document. If...

    docs.groupdocs.com/conversion/net/load-wordproc...
  8. 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/
  9. 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/
  10. GroupDocs.Conversion Product Family | Documenta...

    Use GroupDocs.Conversion libraries To convert Pdf and Word documents, Excel spreadsheets, PowerPoint Presentations, images of various formats like PNG, JPEG, BMP. Just couple lines of C# or Java, JavaScript or Python code To convert your documents quickly and accurately....for file conversion Convert PDF files Convert Word processing...spreadsheets Convert PowerPoint presentations .NET code examples Open-source...

    docs.groupdocs.com/conversion/