Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 11,573 for

text

(0.12 sec)
  1. Working with metadata in Note formats | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....applications are able to display simple text statistics for loaded documents...demonstrates how to obtain the text statistics for a Note document...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Create PDF with Image Redaction | GroupDocs

    This article shows how to redact the pages of a document as images, redacting entire areas of the page instead or in addition to a specific Text....or in addition to a specific text. With GroupDocs.Redaction you...redactions to the document’s body (text, annotations, etc.); save it...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Furthermore, we have improved the text area extraction for the PDF...Furthermore, we have improved the text area extraction for the PDF...

    blog.groupdocs.com/groupdocs.blog/page/50/
  4. Export styles during document editing | GroupDocs

    This article describes the procedure of preserving and exporting all built-in and custom styles in the source WordProcessing document during its editing....can be applied to some span of text, paragraphs, lists, or tables...tab; users can select a desired text or paragraph of the document...

    docs.groupdocs.com/editor/python-net/styles-exp...
  5. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful Text search improvements.... So, here we go: Enhanced Text Search Options # GroupDocs.Viewer...0 includes a lot of helpful text search improvements. And importantly...

    blog.groupdocs.com/viewer/new-features-and-impr...
  6. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to slides with simple or advanced settings using Python via .NET....to a particular slide Apply text or image watermarks to specific...load_options ) as watermarker : text_wm = gww . TextWatermark ( "Test...

    docs.groupdocs.com/watermark/python-net/add-wat...
  7. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Removing shapes with particular text formatting You can also find...supported for charts. Replacing text for particular shapes Since...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  8. GroupDocs.Signature for .NET 25.12 – 最新更新和修复(20...

    探索 GroupDocs.Signature for .NET 25.12 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...TextSearchOptions() }; // Filter only text signatures containing "Approved"...is TextSignature txt && txt.Text.Contains( "Approved" )); foreach...

    blog.groupdocs.com/zh/signature/groupdocs-signa...
  9. GroupDocs.Watermark Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....watermarks with a particular text formatting. It also enables...release. Search Watermarks by Text Formatting (font, color etc...

    blog.groupdocs.com/categories/groupdocs.waterma...
  10. groupDocs.Parser.GetDocumentInfo() taking very ...

    Hi, I have a .pdf document only 1 page long. When calling GetDocumentInfo() on the parser created with the stream of this document it takes at least 5 minutes to do this. This makes the whole implementation very ineffic…...metadata, page dimensions and text‑coordinate information. When...parts you do not need (e.g., text coordinates) to reduce work...

    forum.groupdocs.com/t/groupdocs-parser-getdocum...