Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 7,050 for

page

(0.04 sec)
  1. 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_...
  2. Add ellipse annotation | Documentation

    The Page describes how to add ellipse annotation to a document using GroupDocs.Annotation for .NET....annotation Leave feedback On this page Ellipse annotation draws elliptic...elliptic annotation on a document page as shown in the picture below...

    docs.groupdocs.com/annotation/net/add-ellipse-a...
  3. Convert compression formats | Documentation

    In this article, you will learn how to extract compressed files and convert them to desired format with GroupDocs.Conversion for .NET....formats Leave feedback On this page About compression file formats..., JPG, , , , , , TIF, , , , Page Description Language: , , ,...

    docs.groupdocs.com/conversion/net/convert/compr...
  4. Using redaction filters | Documentation

    GroupDocs.Redaction allows you to set the Page-based scope for your redaction of two types: Page range, a given number of Pages at certain offset from the beginning or the end of the Page; Page area (on each Page), which is a top-left based rectangle. All filters inherit from RedactionFilter and as an array are set to Filters property of the ReplacementOptions. You can combine these filters in one set in order to set the scope of redaction to an area on a specific Page....the page-based scope for your redaction of two types: page range...range, a given number of pages at certain offset from the beginning...

    docs.groupdocs.com/redaction/net/redaction-filt...
  5. 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...
  6. 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-...
  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: , , PDF:...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. 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...
  9. 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...
  10. Render Word documents as HTML, PDF, and image f...

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

    docs.groupdocs.com/viewer/java/render-word-docu...