Sort Score
Result 10 results
Languages All
Labels All
Results 2,681 - 2,690 of 4,644 for

values

(0.24 sec)
  1. Delete signatures of the certain type | GroupDocs

    This article explains how to delete electronic signatures of the certain type with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/python-net/delete-...
  2. GroupDocs.Viewer 2.0 - New Features & Improveme...

    Last week, we released an update to the GroupDocs.Viewer library for the .NET platform. Now it is time to share what version 2.0 of GroupDocs.Viewer has to offer to the Java world. You can find a full list of new features, improvements and fixes on the GroupDocs.Viewer download page. The most notable improvements, I’m going to discover in this article. Native HTML5-Based Document Rendering The brightest gem presented in this version is the HTML-based rendering mode - an addition to the image-based one that was the only choice in previous versions of the document viewer....Boolean parameter, where the true value places thumbnails to the left...

    blog.groupdocs.com/viewer/groupdocs-viewer-2-0-...
  3. Barcode-Leser mit Java | Barcode vom Bild scannen

    So scannen Sie Barcodes mit Java in der Anwendung. Java-Beispiel, das Barcodes aus einem Bild liest, das Ihnen beim Aufbau eines Online-Barcodescanners hilft....getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/de/parser/scan-barcode-using...
  4. 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...
  5. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain text file.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/detect-encoding/
  6. 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-...
  7. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/net/select-specifi...
  8. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/loading-specific...
  9. Get document info | GroupDocs

    This article shows how to get the basic document info.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/get-document-info/
  10. Get document info | GroupDocs

    Retrieve file type, page count, size, and encryption using Python via .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/python-net/get-doc...