Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,490 for

one

(0.04 sec)
  1. 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....The interface contains only one method, AcceptRedaction, which...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. BoardPro Converts Files into PDF and Merge Mult...

    About BoardPro BoardPro is an innovative cloud-based startup developing board management software specifically designed to meet the requirements and governance workflows of the board of directors of small to medium businesses and non-profits. It is an easy-to-use software for board meetings, responsibilities, and documents. It is designed specifically to meet the challenges of limited resources and limited experience. Professional corporate boards can afford extensive governance and administration resources, freeing directors to focus on making a powerful contribution.... Problem # One of the core features of BoardPro...meant that we could process one request per VM. This was a major...

    blog.groupdocs.com/total/convert-files-to-pdf-a...
  3. Render archives as HTML, PDF, and image files (...

    This topic describes how to use the GroupDocs.Viewer Java API to convert archive files to HTML, PDF, PNG, and JPEG formats.... Call one of the method overloads to convert...specific folder, use the method of one of the following classes (depending...

    docs.groupdocs.com/viewer/java/old-render-archi...
  4. eSign document with Form Field signature | Docu...

    This article explains how to add various types of Form Field signatures on document page with options on compOnent positioning, alignment and other visual options with GroupDocs.Signature...fields or update the existing ones within the documents. The class...signature. The class contains one object that specifies the properties...

    docs.groupdocs.com/signature/net/esign-document...
  5. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert archive files to HTML, PDF, PNG, and JPEG formats.... Call one of the method overloads to convert...specific folder, use the method of one of the following classes (depending...

    docs.groupdocs.com/viewer/nodejs-java/render-ar...
  6. Improved Text Area Extraction for PDF Documents...

    We are delighted to announce the release of GroupDocs.Parser for Java 18.11. The latest version came up with One new feature and three enhancements. It allows you to get information about the supported extractors for a document. Furthermore, we have improved the text area extraction for the PDF documents. For more details, please have a look at the release notes of version 18.11. Features Introduced Getting Information of Supported Extractors for a Document This feature helps to get the information about the supported extractors for a document....latest version came up with one new feature and three enhancements...

    blog.groupdocs.com/parser/improved-text-area-ex...
  7. Template Syntax - Part 2 of 2 | Documentation

    Note This article is the second part of the Template Syntax series of articles. For first part, please visit Template Syntax - Part 1 of 2. Outputting Expression Results You can output expression results to your reports using expression tags. An expression tag denotes a placeholder for an expression result within a template. While building a report, the corresponding expression is evaluated, and this placeholder is replaced with the formatted result of the expression....strings are the same as the ones that you pass to method implementors...information on several invoices in one table. # Ware Pack Quantity «foreach...

    docs.groupdocs.com/assembly/python-net/template...
  8. 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....Barcode using C# # If you are one of those who still believe that...

    blog.groupdocs.com/parser/scan-barcode-using-cs...
  9. Render Word documents as Clean HTML using C# | ...

    Render the Word DOC/DOCX documents to minified HTML using C#. Convert the Word files with embedded or external resources within the .NET application....unnecessary code is injected when one document is converted to HTML...

    blog.groupdocs.com/viewer/render-word-documents...
  10. How to Convert PDF to HTML in Java

    Learn how to convert PDF to HTML in Java and execute document transformations quickly. Examine PDF to HTML Java code along with the detailed instructions....document transformation from one format to another by using java...

    kb.groupdocs.com/conversion/java/how-to-convert...