Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 11,620 for

text

(0.12 sec)
  1. Output4Worksheets-without-delete.xlsx

    Sheet1 Click me javascript:alert('xss') Sheet4 First row it is visible always Вид - Закрепить области - Закрепить верхнюю строку Edited 2nd row at 1st column 3rd row 4th row 5th row 6th row 7th row......very long text that definitely does not fit into it Text in 3rd...also does not fit 6th cell with text, while previous two are empty...

    docs.groupdocs.com/editor/net/sample-files/Outp...
  2. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....( filePath )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  3. llms-tech.xml

    1.0 UTF-8 Architectures Transformer Attention-based neural architecture that underpins most modern large language models. 2017 Attention Is All You Need Language modeling Machine translation Text s......modeling Machine translation Text summarization Mixture of Experts...dense vector representation of text, images, or other data that...

    docs.groupdocs.com/markdown/net/_sample_files/d...
  4. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Excel in Java How to Convert Text File to JPG using Java How to...Convert Text File to JPG using C# How to Extract Text from Markdown...

    kb.groupdocs.com/categories/page/36/
  5. Watermark and Document Navigation in ASP.NET MV...

    GroupDocs team keeps on adding new features in **ASP.NET MVC Front End **for GroupDocs.Viewer for .NET, so that users can enjoy user-friendly interface, easily manageable code, pixel perfect rendering with features supported in our old front ends. In this new release v1.2 user can now add **Watermark **in the document and **Navigate **through the file browser’s documents using next and previous buttons. We recommend you to download and explore this new version....set watermark properties like text, color, position, width and...constant('Watermark', { Text: "Watermark Text", Color: 16711680, Position:...

    blog.groupdocs.com/viewer/watermark-document-na...
  6. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...detect the following encodings of text files during indexing: UTF-32...the encoding auto detection of text files is disabled. But in any...

    docs.groupdocs.com/search/net/indexing-options/
  7. GroupDocs.Parser for .NET 26.2 – Latest Updates...

    Explore what’s new in GroupDocs.Parser for .NET 26.2. Available now on NuGet and GroupDocs website....These updates enable you to run text recognition on documents that...string text = result.ReadToEnd(); Console.WriteLine(text); } The...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  8. documents.zip

    Text_file.txt This is a sample Text...text_file.txt This is a sample text...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...black SmartArt text to PDF. And the SmartArt text in the resultant...document was changed to white text. Yes, GroupDocs.Signature for...

    blog.groupdocs.com/groupdocs.blog/page/42/
  10. Load file from local disk | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Parser for Python via .NET....Extract text from the document text_reader = parser . get_text ()...() if text_reader is not None : # Print the extracted text print...

    docs.groupdocs.com/parser/python-net/load-file-...