Sort Score
Result 10 results
Languages All
Labels All
Results 3,511 - 3,520 of 10,017 for

text

(0.09 sec)
  1. Search for Barcode e-signatures | Documentation

    This article explains how to search for Barcode in the document with few lines of code over GroupDocs.Signature API.... getEncodeType ()+ " and text " + barcodeSignature . getText...

    docs.groupdocs.com/signature/java/search-for-ba...
  2. Adding image watermarks | Documentation

    GroupDocs.Watermark API supports adding the following image file types as image watermark...the following article about text watermarks, however, the same...

    docs.groupdocs.com/watermark/net/adding-image-w...
  3. Groupdocs Editor with PPTX - Free Support Forum...

    Hello Team, I am working with Editor in my application, I took help from Groupdocs team for Editor with DOCX file and I got the code from the team, Code below. [HttpPost] [Route("api/GroupDocsApi/CreateEmptyWordFile")]…...[ { text: "Andale Mono", value: "Andale Mono" }, { text: "Arial"...[ { text: "Andale Mono", value: "Andale Mono" }, { text: "Arial"...

    forum.groupdocs.com/t/groupdocs-editor-with-ppt...
  4. 在 Java 中查找和删除文档中的水印

    Java API 以编程方式从 PDF、Word、Excel、PowerPoint 和 Visio 文件等文档中查找和删除文本和图像水印。...println("Removed Text Watermark."); } } 6. 使用 save...System.out.println("Removed Text Watermark."); } } watermarker...

    blog.groupdocs.com/zh/watermark/find-and-remove...
  5. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to Text or PDF using OCR with GroupDocs.Conversion for Java.... size (); i ++) { String text = result . recognitionAreasText...fragments = splitToFragments ( text , ( int ) rectangle . getX ()...

    docs.groupdocs.com/conversion/java/convert/imag...
  6. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/java/build-your-first...
  7. Build your first search solution | Documentation

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....found can be highlighted in the text of the document. For more information...highlight search results in the text of a document. Detailed information...

    docs.groupdocs.com/search/nodejs-java/build-you...
  8. 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...
  9. Display PDF, Microsoft Office and 50+ Other Doc...

    Kentico is quite a popular CMS focused largely on document management. At GroupDocs we create APIs that allow developers to enhance their applications and sites with convenient document collaboration tools. One of such tools is a multi-format, cross-platform compatible document viewer – GroupDocs.Viewer. It allows end users to view over 50 types of documents and images from any modern web-browser and without having to install any office software or plugins....disable print, download and text copy options for specified documents...

    blog.groupdocs.com/viewer/display-pdf-microsoft...
  10. How to Convert DOCX to SVG using Java

    This article includes instructions on how to convert DOCX to SVG using Java, as well as sample code that illustrates the procedure to transform DOCX to SVG in Java....such as when you want to show text or images on a web page or in...

    kb.groupdocs.com/conversion/java/how-to-convert...