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

values

(0.1 sec)
  1. Get file info | GroupDocs

    The page describes how to detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/get-file-info/
  2. Convert publisher formats | GroupDocs

    In this article, you will learn how to convert Publisher formats to other formats with GroupDocs.Conversion for Node.js via Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Pembaca Barcode menggunakan Java | Pindai Kode ...

    Cara memindai barcode menggunakan Java di dalam aplikasi. Contoh Java yang membaca kode batang dari gambar yang akan membantu Anda membuat pemindai kode batang online....getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/id/parser/scan-barcode-using...
  4. remove_pdf_metadata.zip

    demo_app/business-plan.pdf HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview 6 3. Business Description 7 4. Market Analysis ......Financial reserves • Value proposition • Price, value, quality WEAKNESSES...Goods Sold is the monetized value of the time spent on the client...

    docs.groupdocs.com/total/python-net/_sample_fil...
  5. convert_docx_to_pdf.zip

    demo_app/business-plan.docx HOME BASED professional services Business Plan HOME BASED PROFESSIONAL SERVICES Business Plan TABLE OF CONTENTS Introduction 3 1. Executive Summary 5 2. Company Overview......Financial reserves Value proposition Price, value, quality WEAKNESSES...Goods Sold is the monetized value of the time spent on the client...

    docs.groupdocs.com/total/python-net/_sample_fil...
  6. How to search signatures with LINQ queries | Gr...

     This article explains how to search signatures with LINQ query with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/search-signatu...
  7. Remove Image Watermark from DOCX Using Python

    Learn how to remove image watermark from DOCX using Python. This tutorial shows how to detect and delete image watermarks in DOCX documents programmatically....maximum allowed difference value to control the sensitivity of...

    kb.groupdocs.com/watermark/python/remove-image-...
  8. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....to access and process each value within the DOCM file The functionality...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  9. Use advanced logging | GroupDocs

    You can implement ILogger interface from com.groupdocs.redaction.options package. This interface requires to implement three methods: import com.groupdocs.redaction.options.ILogger; import java.util.ArrayList; /** *

    * This is an example of ILogger implementation, tracking count of error messages. *

    */ public class CustomLogger implements ILogger { private ArrayList _errors; private ArrayList _traces; private ArrayList _warnings; public boolean hasErrors() { return _errors.size() > 0; } public CustomLogger() { _errors = new ArrayList(); _traces = new ArrayList(); _warnings = new ArrayList(); } public void error(String message) { _errors.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/use-advanced-...
  10. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/python-net/hello-w...