Sort Score
Result 10 results
Languages All
Labels All
Results 4,421 - 4,430 of 11,965 for

text

(0.06 sec)
  1. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using c# programming language and GroupDocs.Merger API....Presentations Merge Excel Merge text files Merge TEX Was this page...

    docs.groupdocs.com/merger/net/merge/
  2. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Node.js via Java API and couple lines of code...any size and structure - all text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/nodejs-java/merge-pdf/
  3. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....case-sensitive search with a query in text form. String indexFolder = "c:\\MyIndex\\"...

    docs.groupdocs.com/search/java/case-sensitive-s...
  4. Render to PNG or JPEG | GroupDocs

    With GroupDocs.Viewer for .NET you can render documents to PNG and JPEG formats....Adjust the JPEG image quality Get text coordinates Set image size limits...

    docs.groupdocs.com/viewer/net/rendering-to-png-...
  5. Advanced search archive documents | GroupDocs

    This article explains how to make advanced search within the archive that contains several documents for any electronic signatures with GroupDocs.Signature API....different options to search text data within the archive documents...

    docs.groupdocs.com/signature/net/advanced-searc...
  6. Rasterize document or page | GroupDocs

    Rasterize a PDF — convert pages to images — so that watermarks become hard to remove, using GroupDocs.Watermark for Python via .NET....is irreversible: the original text and vector content cannot be...

    docs.groupdocs.com/watermark/python-net/rasteri...
  7. Word Track Changes | GroupDocs

    Choose whether to include or ignore Microsoft Word Track Changes (revisions) during comparison via word_track_changes on CompareOptions in GroupDocs.Comparison for Python via .NET....comparison Compare only the final text and ignore previously tracked...

    docs.groupdocs.com/comparison/python-net/develo...
  8. 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...
  9. 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...
  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 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...