Sort Score
Result 10 results
Languages All
Labels All
Results 4,201 - 4,210 of 11,620 for

text

(0.08 sec)
  1. result.docx

    About GroupDocs The Problem and Our Cool Solution GroupDocs founded in 2010. We noticed test there was a gap in the market for an easy to use, comprehensive online document management solution. Our......collaborating with others to improve a text – should be easy. This is our...

    docs.groupdocs.com/comparison/python-net/_outpu...
  2. Save signed Spreadsheet with different output f...

    This article explains how to save signed Spreadsheet document with various file formats by GroupDocs.Signature API....option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/java/save-signed-s...
  3. Save signed Image with different output file ty...

    This article explains how to save signed image with various image formats by GroupDocs.Signature API....option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/java/save-signed-i...
  4. merger.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.com/merger/java/technical-support/weekly0.5https://docs.groupdocs.com/merger/net/techni......com/merger/java/split-text-file/weekly0.5https://docs.groupdocs...groupdocs.com/merger/net/split-text-file/weekly0.5https://docs.groupdocs...

    docs.groupdocs.com/sitemaps/merger.xml
  5. sample.chm

    4.13.4 ‘Internet protocol’ This option allows the user to select between the old and new Internet protocols and addressing schemes (IPv4 and IPv6). The selected protocol will be used for most outgo......the server to request coloured text. If you have a particularly...mode controls what happens when text printed in a PuTTY window reaches...

    docs.groupdocs.com/viewer/nodejs-java/_sample_f...
  6. Build your first search solution | GroupDocs

    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...
  7. Build your first search solution | GroupDocs

    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...
  8. 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 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. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Python via .NET API....and TSV), XML, HTML, and plain text. — common for all documents... — holds all formats with a text-based nature. — holds all formats...

    docs.groupdocs.com/editor/python-net/extracting...
  10. 在 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...