Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 2,153 for

document processing

(0.05 sec)
  1. Convert PPTX to PDF using Node.js

    Step-by-step guide to convert PPTX to PDF using Node.js. Easily export PPTX to PDF in Node.js with simple code and quality output without installing extra software.... we will walk through the process using conversion APIs. You’ll...with the chosen options to process and save your PPTX as a PDF...

    kb.groupdocs.com/conversion/nodejs/convert-pptx...
  2. Summary Page & DICOM Format for Images - introd...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.3.0 API with Three new features like support of “Compare DICOM format by Comparison.Imaging” and “Apply/Discard changes for DICOM format”, also providing support for “summary page for images”. This monthly release is adding Four improvements like “comparison of result and original files in Images” and “process absorbing of tables with merged cells” along with fixes. Detailed information is listed below....original files in Images” and “process absorbing of tables with merged...ability of comparing DICOM documents by Comparison.Imaging Apply/Discard...

    blog.groupdocs.com/comparison/summary-page-dico...
  3. Does assembly supports custom code execution du...

    Greetings. Imagine I have JSON data like the following: { "data": "<p><a href="http://mysite.com/tutorial.pdf">Tutorial PDF</a></p>" } I can use the following statement to print the value nicely on a Word Document…...execution during the rendering process? GroupDocs.Assembly Product...the value nicely on a Word document: <<[data] -html>> But, I also...

    forum.groupdocs.com/t/does-assembly-supports-cu...
  4. OCR support | Documentation

    This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in Documents...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...either separate or embedded in documents. To connect OCR, you need...

    docs.groupdocs.com/search/net/ocr-support/
  5. sample-app.zip

    sample-app/sample.pdf This Document contains a variety of formatted elements that are used to test Document rendering quality during file conversion Source Sans Pro Light, 14 pt. Simple text in Tim......pdf This document contains a variety of formatted...elements that are used to test document rendering quality during file...

    docs.groupdocs.com/viewer/nodejs-java/sample-fi...
  6. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the Document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...specific changes during redaction process or to keep a full log of changes...

    docs.groupdocs.com/redaction/java/use-redaction...
  7. Search for embedded object with custom encrypti...

    This article explains how to search for embedded electronic signatures with custom encryption in QR code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...( string source ) { return Process ( source ); } /// <summary>...

    docs.groupdocs.com/signature/net/search-for-emb...
  8. Embed Inline Syntax Error Messages in Generated...

    In the latest version of GroupDocs.Assembly for Java we have introduced an exciting feature of Inline Syntax Error Messages. Are you thinking about what does make this feature so exciting? Well, I am going to answer it in this post. First, let’s have a brief overview of how does GroupDocs.Assembly generate the reports. GroupDocs.Assembly uses pre-defined Document templates that contain the LINQ statements. These templates are evaluated, processed and then populated by API’s engine during the run-time....Assembly uses pre-defined document templates that contain the...templates are evaluated, processed and then populated by API’s...

    blog.groupdocs.com/assembly/embed-inline-syntax...
  9. TIFF to PDF Conversion Result is Too Large - Fr...

    Hello, I am trying to convert multi-size, multi-page TIFF streams into PDF files. I am able to convert the file and the PDF can load in Chrome but it is far too large (larger than 200 inches on at least one side). As a …...Conversion Product Family csharp , document-conversion , dotnet brandonletruck...way, during the conversion process or afterwards, to resize each...

    forum.groupdocs.com/t/tiff-to-pdf-conversion-re...
  10. How to Convert Files with GroupDocs PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two Documents from a GroupDocs account. Find information about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....and show how to compare two documents from a GroupDocs account....code, and study a lot of documentation about file formats and how...

    blog.groupdocs.com/conversion/how-to-convert-fi...