Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 8,705 for

page

(0.76 sec)
  1. 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-...
  2. Generate document preview | GroupDocs

    This article shows you how to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more with our free online....be easily displayed on a web page or in an appropriate component...previews for certain document pages. Here are the steps to generate...

    docs.groupdocs.com/metadata/net/generate-docume...
  3. 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...
  4. Search text in Emails | GroupDocs

    Search a keyword in emails using Search method...Emails Leave feedback On this page To search a keyword in emails...SearchResult > sr = parser . Search ( "page number" ); // Iterate over search...

    docs.groupdocs.com/parser/net/search-text-in-em...
  5. eSign document with Form Field signature | Grou...

    This article explains how to add various types of Form Field signatures on document Page with options on component positioning, alignment and other visual options with GroupDocs.Signature...element located on document page that allows user data input...demonstrates possible document page with form fields. How to eSign...

    docs.groupdocs.com/signature/java/esign-documen...
  6. Swap pages | GroupDocs

    This article explains how to rearrange document Pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for Java....document operations / Swap pages Swap pages Leave feedback allows...allows to swap two pages positions within the source document. The...

    docs.groupdocs.com/merger/java/swap-pages/
  7. 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...
  8. 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...
  9. Composing signature with linear gradient brush ...

     This article explains how to fill signature background with linear gradient brush...background Leave feedback On this page provides class to specify filling...signature implementation on document page SignatureImplementat = TextSignatureImpleme...

    docs.groupdocs.com/signature/net/composing-sign...
  10. Search Text or Image Signatures in Documents us...

    With the release of version 19.10 of our electronic signature API - GroupDocs.Signature for .NET, we have introduced the features of searching text signatures and image signatures in the supported document formats. Not only this, the API now supports .NET Standard 2.0 which makes it compatible with any .NET implementation that targets .NET Standard specifications. So let’s have a brief overview of what is new, improved or fixed in the latest release....AllPages - Flag to search on each page of the document. MatchType -...For searching on a specific page. PagesSetup - To specify if...

    blog.groupdocs.com/signature/search-text-or-ima...