Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 4,585 for

values

(0.07 sec)
  1. 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-...
  2. Save attachments | GroupDocs

    Save attachments and embedded files from PDF, Outlook data file or email... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  3. Cache results | GroupDocs

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  4. 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...
  5. 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...
  6. GroupDocs.Viewer for Java overview | GroupDocs

    GroupDocs.Viewer for Java enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/product-overview/
  7. Load from Azure Blob Storage | GroupDocs

    This article explains how to load a document from Azure Blob Storage with GroupDocs.Viewer within your Java applications.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/load-document-fr...
  8. Render attachments | GroupDocs

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  9. 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...
  10. 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-...