Sort Score
Result 10 results
Languages All
Labels All
Results 3,391 - 3,400 of 10,924 for

text

(0.06 sec)
  1. Supported File Formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for Python via .NET....Comparison supports common office and text formats (Word, Excel, PowerPoint)...PowerPoint), OpenDocument (ODT), PDF, text and HTML for document comparison...

    docs.groupdocs.com/total/python-net/supported-d...
  2. Searching | GroupDocs

    This section explains how to search for electronic signatures across document and its pages with advanced options....Barcode 🌐 Digital 🌐 QR Code 🌐 Text 🌐 Images 🌐 Build Metadata...

    docs.groupdocs.com/signature/java/searching/
  3. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...indicating whether to recognize text in separate image files. The...indicating whether to recognize text in embedded images. The default...

    docs.groupdocs.com/search/java/indexing-options/
  4. Build search query | GroupDocs

    This page contains information about building Text search queries of various types. More examples on building search queries are provided on the page...contains information about building text search queries of various types...on the page . In addition to text search queries, there is also...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  5. 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.... Text ); Console . WriteLine ( annotation...applications are able to display simple text statistics for loaded documents...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. eSign document with Barcode signature | GroupDocs

    This article explains how to add Barcode signature on document page with various options like barcode type, barcode Text, positioning, alignment and other visual settings with GroupDocs.Signature...); - specifies Barcode text. Here are the steps to eSign...try { // setup options with text of signature BarcodeSignOptions...

    docs.groupdocs.com/signature/java/esign-documen...
  7. Extract tables from document page | GroupDocs

    This article explains that how to extract tables from document page....rectangular area that bounds text area. The page information (page...) { // Print the table cell text System . out . print ( cell...

    docs.groupdocs.com/parser/java/extract-tables-f...
  8. Subscribing for search process events | GroupDocs

    This article explains how to subscribe for search electronic signatures events like start, progress and completion with GroupDocs.Signature API....at page {0} with type {1} and text {2}" , barcodeSignature . PageNumber...EncodeType , barcodeSignature . Text ); } } } More resources GitHub...

    docs.groupdocs.com/signature/net/subscribing-fo...
  9. Basic Usage | GroupDocs

    Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....page preview Redaction Basics Text redactions Metadata redactions...

    docs.groupdocs.com/redaction/java/basic-usage/
  10. Document rendering basics | GroupDocs

    This section describes how to use GroupDocs.Viewer for Java to convert different document types to PDF, HTML, PNG, and JPEG formats....Render web documents Render text documents Render XML documents...

    docs.groupdocs.com/viewer/java/document-renderi...