Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 7,971 for

page

(0.09 sec)
  1. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks API....disk Leave feedback On this page The following example demonstrates..."document.docx" ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/load-from-loca...
  2. Save document to the specified stream | GroupDocs

    This article explains how to save document to the specified stream while using GroupDocs. Watermarks API....stream Leave feedback On this page Following code shows usage of...Save ( stream ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/net/save-document-...
  3. Load custom fonts. | GroupDocs

    The Page describes how to load custom fonts.... Leave feedback On this page GroupDocs.Annotation v21.5 and...previewOptions ); } Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/loading-custo...
  4. Put image annotations over the text using ZInde...

    This Page describes how to set image ZIndex to place it over the text...ZIndex Leave feedback On this page GroupDocs.Annotation v21.5 and...ignore this property Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/net/put-image-ann...
  5. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releases.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:...Installation Leave feedback On this page GroupDocs hosts all Java APIs...</dependency> </dependencies> Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/annotation/java/installation/
  6. Render text documents as HTML, PDF, and image f...

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

    docs.groupdocs.com/viewer/java/render-text-files/
  7. 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-...
  8. 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...
  9. 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...
  10. Search index settings | GroupDocs

    This Page contains a description of all index settings that can be specified in an instance of the IndexSettings class....settings Leave feedback This page contains a description of all...text files is presented on the page . getCustomExtractors method...

    docs.groupdocs.com/search/java/search-index-set...