Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 2,870 for

document processing

(0.11 sec)
  1. How to Add Arrow Annotation in PDF using C#

    You will learn how to add arrow annotation in PDF using C# in this tutorial. Additionally, we will provide code example to insert arrow annotation into PDF in C#....a guide that explains the process how to add arrow annotation...to specific sections of a document, such as a particular graph...

    kb.groupdocs.com/annotation/net/how-to-add-arro...
  2. How to Add Ellipse Annotation in PDF using C#

    This article offers guidance on how to add ellipse annotation in PDF using C#. Additionally, it includes code and steps to insert ellipse annotation to PDF in C#....to add an ellipse to a PDF document using the C# programming language...easy-to-follow code example. Once the document annotation library is installed...

    kb.groupdocs.com/annotation/net/how-to-add-elli...
  3. How to Convert MSG to JPG using C#

    In this article, you will learn how to convert MSG to JPG using C# without installing third party software. Also, we will provide code to export MSG to JPG in C#.... To initiate the document conversion procedure, you’ll...demonstration of how this conversion process works. Code to Convert MSG...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Redact Text in PPTX using Java

    In this guide, you'll discover how to redact text in PPTX using Java. Moreover, you'll receive a simple code example to replace text in PPTX using Java....field of data privacy and document security, redacting sensitive...sensitive information from documents to prevent unauthorized access...

    kb.groupdocs.com/redaction/java/redact-text-in-...
  5. Render CAD drawings and models as HTML, PDF, an...

    Convert CAD files (DWG, DGN, DXF) to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...GroupDocs.Viewer for Python / Document rendering basics / Render...

    docs.groupdocs.com/viewer/python-net/render-cad...
  6. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected Documents. The following are the steps to work with password protected Documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected Documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Password-protected documents Password-protected documents Leave feedback...

    docs.groupdocs.com/parser/java/password-protect...
  7. Perform Fuzzy Search using C#

    Learn how to perform fuzzy search using C# for accurate and efficient query matching. Discover how to build Document search with fuzzy logic in C# for better results....through large volumes of documents accurately and efficiently...Whether you need to build document search with fuzzy logic in...

    kb.groupdocs.com/search/net/perform-fuzzy-searc...
  8. AutoCAD to Image Conversion Issue is Fixed

    Here we are with another release of GroupDocs.Conversion for .NET 19.4. We’ve implemented automatic naming when saving a converted Document to file. Do you want to convert a CMX (Corel Metafile eXchange) file to PDF or any other supported file format? Then you must try out this release. We also improved the process of getting page orientation for a specific page Obsolete Methods CellsLoadOptions is marked as obsolete and is replaced by SpreadsheetLoadOptions CellsSaveOptions is replaced by SpreadsheetSaveOptions HtmlSaveOptions is replaced by MarkupSaveOptions See more details here....naming when saving a converted document to file. Do you want to convert...release. We also improved the process of getting page orientation...

    blog.groupdocs.com/conversion/autocad-to-image-...
  9. Merge SVG files using Java

    This article will detail the key steps to merge SVG files using Java and provide a sample code example to demonstrate how to combine SVG files in Java programming....files Initiate the merging process by creating an instance of...the merged document Complete the merging process by saving the...

    kb.groupdocs.com/merger/java/merge-svg-files-us...
  10. How to Extract Text from PDF using C#

    Learn how to efficiently extract text from PDF using C#. Also, explore step-by-step instructions and code of C# read PDF text without installing extra tools....to extract text from PDF documents using C# programming languages...programmatically can streamline your processes and improve efficiency. In...

    kb.groupdocs.com/viewer/net/how-to-extract-text...