Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 9,575 for

page

(0.12 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. Get Document Information | GroupDocs

    Inspect a document — file type, Page count, attachments, and format-specific metadata — with the Viewer.get_view_info and Viewer.get_file_info methods in GroupDocs.Viewer for Python via .NET....Information Leave feedback On this page GroupDocs.Viewer exposes two...result that includes the page count, per-page dimensions, and format-specific...

    docs.groupdocs.com/viewer/python-net/developer-...
  5. Supported Image Types | GroupDocs

    This section describes GroupDocs.Merger for Java supported image types. The Library supports JPEG, GIF, TIFF and many more....Description Join Split Extract pages Cross-format image merging Cross-format...Compressed Enhanced Metafile Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/java/supported-image-...
  6. About annotation UI and Signature UI - Free Sup...

    Hi Aleksei, I have already shared the standalone application that I have integrated into my project. Could you please provide the corrections directly within that sample? Thanks, Abhinay Patel...workimng just page number has issue i am sending correct page number...annotation it is visible one page before where i have applied...

    forum.groupdocs.com/t/about-annotation-ui-and-s...
  7. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....documents Leave feedback This page contains a description of how...an index can be found on the page . The generated text of the...

    docs.groupdocs.com/search/java/getting-indexed-...
  8. Getting indexed documents | GroupDocs

    This article explains how to get a list of indexed documents from an index, and how to get the text of indexed documents in HTML or plain text format....documents Leave feedback This page contains a description of how...an index can be found on the page . The generated text of the...

    docs.groupdocs.com/search/net/getting-indexed-d...
  9. Advanced Usage | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......previews Export Data 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/parser/java/advanced-usage/
  10. Saving files | GroupDocs

    GroupDocs.Metadata provides different ways to save a file with updated metadata. Please refer to the following guides to know more about all overloads of the save method:...modified file to a stream 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/metadata/java/saving-files/