Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 7,075 for

page

(0.09 sec)
  1. Float and paginal modes | Documentation

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....modes Leave feedback On this page How to enable different document...and paginal (also known as paged ), where first one — float,...

    docs.groupdocs.com/editor/java/float-and-pagina...
  2. Signing specific pages in the multipage documen...

    This article explains how to sign specific Pages in the multiPage documents...specific pages in the multipage document Signing specific pages in...document Leave feedback On this page Base signature options contains...

    docs.groupdocs.com/signature/net/sign-specific_...
  3. Search options | Documentation

    This article describes the search options that can be specified in an instance of the SearchOptions class....options Leave feedback This page contains a description of all...feature. For details, see the page. getFuzzySearch method The method...

    docs.groupdocs.com/search/nodejs-java/search-op...
  4. Split a worksheet into pages | Documentation

    This topic describes how to use the GroupDocs.Viewer Java to split worksheets into Pages when rendering spreadsheet files to HTML, PDF, and image formats....worksheet into pages Split a worksheet into pages Leave feedback...feedback On this page Spreadsheet document, also known as a workbook...

    docs.groupdocs.com/viewer/java/split-worksheet-...
  5. Single document operations | Documentation

    Learn how to move document Pages, remove document Pages, split document into separate Pages, swap document Pages positions, extract specific Pages from document, change Page orientation and rotate Page using GroupDocs.Merger for Java....operations: move document pages, remove document pages, split document...document into separate pages, swap document pages positions, extract...

    docs.groupdocs.com/merger/java/single-document-...
  6. 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...
  7. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....documents Leave feedback On this page When it comes to convenient..., JPG, , , , , , TIF, , , , Page Description Language: , , ,...

    docs.groupdocs.com/conversion/java/convert/word...
  8. Add area annotation | Documentation

    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...
  9. Convert word processing documents | Documentation

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....documents Leave feedback On this page When it comes to convenient..., JPG, , , , , , TIF, , , , Page Description Language: , , PDF:...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  10. Select specific pages for rasterized PDF | Docu...

    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...