Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 3,399 for

feature

(0.33 sec)
  1. Working with Presentation Documents | GroupDocs

    Note This Feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Presentation Documents GroupDocs.Assembly allows you to use data bands in table rows in Presentation** Documents**. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Documents Leave feedback Note This feature is supported by version 18...

    docs.groupdocs.com/assembly/net/working-with-pr...
  2. Scan Barcode from PDF using Java

    This article offers comprehensive guide on how to scan barcode from PDF using Java, including code example to help you efficiently extract barcode from PDF in Java....formats or embedding this feature into more complex applications...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  3. Convert PDF to Presentation using Node.js

    Learn how to convert PDF to Presentation using Node.js with a step-by-step guide. Easily export PDF to Presentation in Node.js and transform documents into slides....presentations is a valuable feature for businesses, educators,...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  4. Extract Text from PDF using Python

    Learn how to extract Text from PDF using Python. This guide walks through setup and code needed to extract text from PDF in Python without installing extra software....learn more about this powerful feature, we recommend reading our comprehensive...

    kb.groupdocs.com/viewer/python/extract-text-fro...
  5. Add watermarks to spreadsheet documents | Group...

    GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....The API also provides the feature to set some additional options...watermark will be drawn. This feature allows you to mimic watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  6. In-Table List With Alternate Content in Email D...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List With Alternate Content report in Email Document format. In-Table List With Alternate Content in Email Document Note This Feature is supported by version 17.8.0 or greater Creating a In-Table List With Alternate Content Practicing the following steps you can create In-Table List With Alternate Content Template in MS Outlook 2013. Add a new email. Press “Insert” tab to insert the table....in Email Document Note This feature is supported by version 17...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  7. Add watermarks to spreadsheet documents | Group...

    Adding watermark to a particular worksheet GroupDocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....The API also provides the feature to set some additional options...watermark will be drawn. This feature allows you to mimic watermark...

    docs.groupdocs.com/watermark/java/add-watermark...
  8. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Java API.... This feature is useful when you only need...

    docs.groupdocs.com/conversion/java/convert-n-co...
  9. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....more about document redaction features, please refer to the . GitHub...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/redaction/net/annotation-red...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....PDF documents The inspection feature that is introduced in this...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/working-with-me...