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

text

(0.1 sec)
  1. Compare documents | GroupDocs

    This article demonstrates how to compare Word, Excel, PowerPoint, Outlook, OneNote, PDF, Image, HTML, AutoCAD, Visio, OpenDocument, OneNote documents using GroupDocs.Comparison for .NET....different document parts and blocks: Text blocks - paragraphs, words and...

    docs.groupdocs.com/comparison/net/compare-docum...
  2. GroupDocs Editor Not Working with Kendo - Free ...

    Hello, I am working with GroupDocs Editor, previously we were using TinyMCE and now going ahead with Kendo as we are already using Kendo Editor in some of our functionalities. There were few errors in TinyMCE as well l…...[ { text: "Andale Mono", value: "Andale Mono" }, { text: "Arial"...complexity (e.g., multiple images, text styles). Console Logging : Add...

    forum.groupdocs.com/t/groupdocs-editor-not-work...
  3. GroupDocs.Conversion NoConvertOptions causes cr...

    This test case was working fine in the previous GroupDocs.Total.NETFramework 25.4.0, but is now broken in 25.5.0: Create a Text file named “ignore.log” In convertOptions, detect “.log” extension and return NoConvertOp…...0: Create a text file named “ignore.log” In convertOptions...

    forum.groupdocs.com/t/groupdocs-conversion-noco...
  4. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.watermark can add watermarks in PDF documents....PdfArtifactWatermark (); // Add text watermark TextWatermark textWatermark...PdfAnnotationWaterma (); // Add text watermark TextWatermark textWatermark...

    docs.groupdocs.com/watermark/net/watermarks-in-...
  5. How to Build an ASP.NET WebForms HTML5 Document...

    Customers who integrate our HTML5 document viewer into their website can plug it into other websites too. This article shows how to build an ASP.NET WebForms HTML5 document viewer using the .NET version of the GroupDocs.Viewer. Requirements IIS 7 or later. Microsoft Visual Studio 2012 Part A: Creating A GroupDocs.Viewer Web Service Follow the steps given below to create a GroupDocs online document viewer service: Open Visual Studio 2012 and create a new ASP....Add(new Literal() { Text = scriptLibraries }); // The...Controls.Add(new Literal() { Text = inlineDocPreviewScri }); Compile...

    blog.groupdocs.com/viewer/build-asp-net-webform...
  6. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....from the document, containing texts like “use”, “show” or “describe”...sensitive data from the annotation text. For instance, we can remove...

    docs.groupdocs.com/redaction/java/annotation-re...
  7. Barcode Reader using C# | Scan Barcode from Image

    How to scan barcodes using C# within a .NET application. C# example that reads barcode from an image that will help you build an online barcode scanner....facilitates easy parsing of text, metadata, images, barcodes...

    blog.groupdocs.com/parser/scan-barcode-using-cs...
  8. Parse and Extract Fillable PDF Form Field Value...

    Parse fillable PDF forms and extract form field values of PDF documents in C# using parsing & data extraction .NET API by GroupDocs.... It supports text, metadata, and image extraction...

    blog.groupdocs.com/parser/parse-and-extract-dat...
  9. Releasing GroupDocs.Editor for .NET API- Perfor...

    We are pleased to announce the release of GroupDocs.Editor for .NET API which makes it easier to perform document editing operations and conversion of edited document with simple line of code with various supported document formats. Document Editing API allows user to convert supported document format into HTML and apply changes in any WYSIWYG HTML Editor, it also provide facility to convert back HTML document in same format or in other supported document format with changes made....convert different document, text, images, styles etc. in a huge...

    blog.groupdocs.com/editor/introducing-groupdocs...
  10. Using OCR to redact image documents | GroupDocs

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (PDF, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction v21.3: Textual replacements are not supported, so you have to use color box replacements to redact Text in images....color box replacements to redact text in images. Spreadsheets, HTML...

    docs.groupdocs.com/redaction/net/using-ocr/