Sort Score
Result 10 results
Languages All
Labels All
Results 3,481 - 3,490 of 9,896 for

text

(0.04 sec)
  1. Working with metadata in PDF documents | Docume...

    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 getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().geTextension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Convert ODT to HTML using Node.js

    Learn how to convert ODT to HTML using Node.js with a simple API. Follow this guide to export ODT to HTML in Node.js quickly and integrate it into your projects....First, load your OpenDocument Text file by initializing a Converter...

    kb.groupdocs.com/conversion/nodejs/convert-odt-...
  3. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....with Microsoft Word and various text editors. There may be instances...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. eSign Spreadsheet with Metadata signature | Doc...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...xlsx" ); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/java/esign-spreads...
  5. Convert PDF to DOCX using Node.js

    Learn how to convert PDF to DOCX using Node.js with a simple guide. Easily export PDF to DOCX in Node.js for editable and formatted document conversion....and enhance the usability of text-based content. Converting PDFs...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  6. Publishing Modern SharePoint Web-Part for Group...

    GroupDocs team is proudly announcing new **Modern Web-Part **for SharePoint Developers for GroupDocs.Viewer for .NET API. Using this release SharePoint developers can not only integrate GroupDocs.Viewer in their SharePoint site, but they can also customize it according to their needs. This new release is simple, efficient and, user friendly. Please download and investigate this new Web-Part. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....also enables you to copy-paste text from the document. # ThumbnailsThe...

    blog.groupdocs.com/viewer/publishing-modern-sha...
  7. How to Use GroupDocs' Online Document Viewer Pl...

    We have published a GroupDocs’ online document viewer plugin for Chrome. This add-on provides GroupDocs users with a slick interface for viewing documents right in the Chrome browser. GroupDocs’ Online Document Viewer gives you the ability to view documents and images right in your web browser, without having to install bulky office software. Whether you need to view a Text document, an image or a PowerPoint presentation, GroupDocs’ online document viewer opens it for you.... Whether you need to view a text document, an image or a PowerPoint...

    blog.groupdocs.com/viewer/how-to-use-groupdocs-...
  8. Delete Signatures of the certain type | Documen...

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API....SignatureId}, Text: {temp.Text}" ); } } else { Console...

    docs.groupdocs.com/signature/net/delete-signatu...
  9. Scan Barcode from ODT using C#

    This guide explains how to scan barcode from ODT using C#, with a code example to help you efficiently extract barcode from ODT in C#, ensuring a seamless process....Handling documents in Open Document Text ( ODT ) format is quite common...

    kb.groupdocs.com/parser/net/scan-barcode-from-o...
  10. Indexing additional fields | Documentation

    Sometimes when indexing, it is necessary to associate each document with certain additional metadata, for example, a set of tags, a number in the library catalog, the subject of a document, etc. To accomplish this task, additional fields can be added to each indexed document in addition to those already in the document itself. Additional fields are associated with the document through the arguments of the FileIndexing event that occurs before indexing each added document....name, coincidences with the text of all fields with the specified...

    docs.groupdocs.com/search/nodejs-java/indexing-...