Sort Score
Result 10 results
Languages All
Labels All
Results 2,511 - 2,520 of 9,576 for

page

(1.48 sec)
  1. User roles | GroupDocs

    The Page describes how to implement user roles in GroupDocs.Annotation for .NET API...."result_export" ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/annotation/net/apply-roles/
  2. Installation | GroupDocs

    Development Environment Operating Systems GroupDocs.Search for Java can be executed on any Operating System with Java JDK installed. Windows Desktops and Servers Linux Mac OS Supported Runtime **GroupDocs.**Search for Java supports Java run-time version 6 (1.6) and above. Development Environments NetBeans IntelliJ IDEA Eclipse Installation from GroupDocs Artifactory using Maven GroupDocs hosts all Java APIs on GroupDocs Artifactory. You can easily use GroupDocs.Search for Java API directly in your Maven projects with simple configurations.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/search/java/installation/
  3. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Parser for Python via .NET....stream Leave feedback On this page To avoid saving a file on disk..." ) print ( f "Page count: { doc_info . page_count } " ) sample...

    docs.groupdocs.com/parser/python-net/load-file-...
  4. Extracting Document Metainfo | GroupDocs

    Following this guide, you will learn how to obtain basic document metadata like Page count, size, and file type before editing it with GroupDocs.Editor for Node.js via Java API....Metainfo Leave feedback On this page This guide demonstrates how...positive number indicating the page count for WordProcessing documents...

    docs.groupdocs.com/editor/nodejs-java/extractin...
  5. Compare multiple documents | GroupDocs

    Compare any number of Word documents or PowerPoint/OpenDocument presentations simultaneously using Comparer.Add() — produces a single merged result document....docx" )); } See also Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/comparison/net/compare-multi...
  6. Render attachments | GroupDocs

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...view ( options ); } } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  7. Load document from FTP | GroupDocs

    This section explains how to load document from FTP with GroupDocs.Signature API.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/signature/java/load-document...
  8. 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.... close (); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/redaction/java/use-advanced-...
  9. groupDocs.Parser.GetDocumentInfo() taking very ...

    Hi, I have a .pdf document only 1 Page long. When calling GetDocumentInfo() on the parser created with the stream of this document it takes at least 5 minutes to do this. This makes the whole implementation very ineffic…...pdf document only 1 page long. When calling GetDocumentInfo()...whole file to collect metadata, page dimensions and text‑coordinate...

    forum.groupdocs.com/t/groupdocs-parser-getdocum...
  10. Add a Watermark to Converted Document | GroupDocs

    Stamp a text watermark on every Page of a converted document with GroupDocs.Conversion for Python via .NET — control colour, size, position, rotation, transparency, and foreground or background placement via WatermarkTextOptions....Document Leave feedback On this page This topic explains how to add...PdfConvertOptions () options . pages_count = 1 options . watermark...

    docs.groupdocs.com/conversion/python-net/develo...