Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 8,333 for

page

(0.87 sec)
  1. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG formats....files Leave feedback On this page allows you to render your PDF...document or specific pages. Supported Page Layout file formats...

    docs.groupdocs.com/viewer/nodejs-java/render-pd...
  2. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected Page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....or a text from the selected page. Raw mode is not supported for...steps to extract a text from the page of Microsoft OneNote Section:...

    docs.groupdocs.com/parser/java/extract-text-fro...
  3. Select specific pages for rasterized PDF | Grou...

    Select specific Pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting Page index (zero based) and the number of Pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultiPageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....specific pages for rasterized PDF Select specific pages for rasterized...Leave feedback Select specific pages for rasterized PDF Saving document...

    docs.groupdocs.com/redaction/java/select-specif...
  4. Load Markup document with options | GroupDocs

    Learn this article and check how to load and convert HTML documents with advanced options using GroupDocs.Conversion for .NET API....options Leave feedback On this page GroupDocs.Conversion provides...attribute. Whether to generate page numbers for the converted document...

    docs.groupdocs.com/conversion/net/load-markup-d...
  5. Use OCR Connector | GroupDocs

    This article explains how to integrate OCR solution to GroupDocs.Parser...Connector Leave feedback On this page GroupDocs.Parser includes built-in...RecognizeTextAreas ( Stream imageStream , Page page , OcrOptions options ); public...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  6. Add point annotation | GroupDocs

    The Page describes how to add point annotation to a document using GroupDocs.Annotation for .NET....annotation Leave feedback On this page Point annotation sticks comments...the annotation position on the page To add a point annotation, follow...

    docs.groupdocs.com/annotation/net/add-point-ann...
  7. Add resource redaction annotation | GroupDocs

    The Page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for .NET....annotation Leave feedback On this page Resource redaction annotation...defines the annotation on the page To add a resource redaction...

    docs.groupdocs.com/annotation/net/add-resource-...
  8. Extract text from Microsoft OneNote sections | ...

    This article explains that how to extract text from Microsoft OneNote sections presentations...sections Leave feedback On this page To extract a text from Microsoft...or a text from the selected page. Raw mode is not supported for...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Get list of changes | GroupDocs

    This article explains how to get collection of changes between compared documents when using GroupDocs.Comparison for .NET....changes Leave feedback On this page allows you to get list of changes...WriteLine ( "Change Type: {0}, Page: {1}, Change ID: {2}, Text:...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  10. Add area annotation | GroupDocs

    The Page describes how to add area annotation to a document using GroupDocs.Annotation for .NET....annotation Leave feedback On this page Area annotation allows you to...rectangle area within the document page and annotate it as shown in...

    docs.groupdocs.com/annotation/net/add-area-anno...