Sort Score
Result 10 results
Languages All
Labels All
Results 1,731 - 1,740 of 6,709 for

page

(0.03 sec)
  1. Compare multiple documents | Documentation

    Learn more about how to compare multiple Word documents or PowerPoint presentations simultaneously with GroupDocs.Comparison for .NET....docx" )); } 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...
  2. Use advanced logging | Documentation

    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-...
  3. Getting indexed documents | Documentation

    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-...
  4. Getting indexed documents | Documentation

    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...
  5. Render Lotus Notes database files as HTML, PDF,...

    Convert NSF files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API....files Leave feedback On this page allows you to render files in...entire document or specific pages. Render Lotus Notes database...

    docs.groupdocs.com/viewer/python-net/render-lot...
  6. Extract text from Microsoft Office Excel spread...

    This article explains that how to extract text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....or a text from the selected page. Here are the steps to extract...WriteLine ( string . Format ( "Page {0}/{1}" , p + 1 , documentInfo...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations... Search ( "page number" ); // Iterate over search...regular expressions, search by pages etc. parameter is used to customize...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  8. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....revisions Leave feedback On this page allows you to get revisions...Source file Result file Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/nodejs-java/accep...
  9. Supported Document Types | Documentation

    This section describes GroupDocs.Merger for Node.js via Java supported document types...Extract pages Move page Remove pages Swap pages Change page orientation...orientation Rotate pages Import document Cross-format merge to PDF...

    docs.groupdocs.com/merger/nodejs-java/supported...
  10. Determine the file type | Documentation

    This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....type Leave feedback On this page A file type is a standard way...sample console output: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/viewer/net/how-to-determine-...