Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 9,496 for

page

(0.13 sec)
  1. Import annotations | GroupDocs

    This Page describes how to import annotation from the XML files using GroupDocs.Annotation for .NET API....annotations Leave feedback On this page GroupDocs.Annotation v22.1 and...the result XML file } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/import-annota...
  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. GroupDocs.Annotation for .NET | GroupDocs

    .NET library that adds, edits, and removes annotations and markup — area and shape annotations, text highlight/underline/strikeout, watermarks, image and link stamps, and threaded comments — on PDF, Word, Excel, PowerPoint, images, CAD, Visio, and email files. No Microsoft Office or Adobe Acrobat required....NET Leave feedback On this page is a document annotation API...original format with optional page-range and annotation-type filters...

    docs.groupdocs.com/annotation/net/
  4. 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...
  5. Single document operations | GroupDocs

    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. Convert presentations | GroupDocs

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of Java code....presentations Leave feedback On this page Microsoft PowerPoint presentations..., JPG, , , , , , TIF, , , , Page Description Language: , , ,...

    docs.groupdocs.com/conversion/java/convert/pres...
  7. Convert word processing documents | GroupDocs

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

    docs.groupdocs.com/conversion/net/convert/wordp...
  8. Extract text areas | GroupDocs

    Learn how to extract text areas with coordinates and formatting information from documents using GroupDocs.Parser for .NET. Extract text with position data, rectangles, and text styles in C#....areas Leave feedback On this page GroupDocs.Parser provides the...objects: Member Description The page that contains the text area...

    docs.groupdocs.com/parser/net/extract-text-areas/
  9. Features overview | GroupDocs

    Salient features of file conversion API using Java are described in this article...overview Leave feedback On this page File conversion GroupDocs.Conversion...needs: Convert specific document page(s) Along with the whole document...

    docs.groupdocs.com/conversion/java/features-ove...
  10. Saving | GroupDocs

    The SaveOptions class provides the following properties to customize the saving process: AnnotationTypes defines annotation types to be saved into output document; FirstPage defines the first Page number to save specific Page range; LastPage defines the last Page number to save specific Page range; OnlyAnnotatedPages indicates whether to save only annotated Pages or not. For details, see the following Pages:...Saving Leave feedback On this page The class provides the following...defines the first page number to save specific page range; defines...

    docs.groupdocs.com/annotation/net/saving/