Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,302 for

presentation conversion

(0.18 sec)
  1. 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....Conversion Product Solution GroupDocs...all possible properties are presented in the collection. The library...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Compare multiple documents | GroupDocs

    Learn more about how to compare multiple Word documents or PowerPoint Presentations simultaneously with GroupDocs.Comparison for Java....Conversion Product Solution GroupDocs...PowerPoint and Open Document presentations. allows you to compare more...

    docs.groupdocs.com/comparison/java/compare-mult...
  3. eSign document with Image signature | GroupDocs

    This article demonstrates how to add signature image on document page with GroupDocs.Signature....Conversion Product Solution GroupDocs...alternative way to put any presenting data in a visual form. This...

    docs.groupdocs.com/signature/java/esign-documen...
  4. Render hidden pages | GroupDocs

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for .NET...Conversion Product Solution GroupDocs...hidden pages) PowerPoint presentations (for hidden slides) Spreadsheets...

    docs.groupdocs.com/viewer/net/show-hidden-pages/
  5. Add Text Watermark to XLSX using C#

    This guide demonstrates the process of how to add text watermark to XLSX using C#. Additionally, you'll get a code example to insert text watermark to XLSX in C#....Conversion Product Family GroupDocs...Linux, given that .NET is present. Once you’ve set up the preferred...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  6. Remove Text Watermark from RTF Using Python

    You can remove text watermark from RTF using Python with a simple workflow. This guide also explains how to delete watermark in RTF using Python with ease....Conversion Product Family GroupDocs...Python and maintain clean, presentable documents with minimal processing...

    kb.groupdocs.com/watermark/python/remove-text-w...
  7. Remove Text Watermark from PDF Using Python

    You can remove text watermark from PDF using Python with simple steps. This guide also explains how to delete watermark in PDF using Python safely and easily....Conversion Product Family GroupDocs...marks may become necessary to present a clean and professional appearance...

    kb.groupdocs.com/watermark/python/remove-text-w...
  8. Scan Barcode from RTF using Java

    This guide explains how to scan barcode from RTF using Java. Moreover, you will get an example to ensure a smooth process of how to extract barcode from RTF in Java....Conversion Product Family GroupDocs...barcode data The Parser library presents a highly adaptable and efficient...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  9. GroupDocs.Editor for Node.js | GroupDocs

    GroupDocs.Editor for Node.js enables document editing in form of HTML.Edit Word, Excel and PowerPoint documents using GroupDocs.Editor for Node.js powerful document editing API....Conversion Product Solution GroupDocs...Excel workbooks, PowerPoint presentations, XML, OpenDocument Formats...

    docs.groupdocs.com/editor/nodejs-java/
  10. Business Case of a Shopping Store | GroupDocs

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The data may or may not be stored in a database system. Reporting Requirements A report based on some criteria is to be generated....Conversion Product Solution GroupDocs...Documents, Spreadsheets, Presentations. The report developer must...

    docs.groupdocs.com/assembly/net/business-case-o...