Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 35,613 for

page

(0.05 sec)
  1. com.groupdocs.conversion.options.convert | Grou...

    The GroupDocs.Conversion.Options.Convert namespace provides classes to specify additional options for document conversion process....PageDescriptionLangu Options for conversion to page descriptions language file type...Describes Pdf page layout. PdfPageMode Describes Pdf page mode PresentationConvertO...

    reference.groupdocs.com/conversion/java/com.gro...
  2. PageInfo - GroupDocs.Annotation for Java - API ...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com.......PageInfo > Represents Document Page Information. Constructor Summary...int getHeight () Page height int getWidth () Page width void setHeight...

    apireference.groupdocs.com/annotation/java/com....
  3. PageInfo Class - GroupDocs.Parser for .NET - AP...

    Represents the document Page information....Class Represents the document page information. Inheritance Hierarchy...Height Gets the page height. PageNumber Gets the page number. Width...

    apireference.groupdocs.com/parser/net/groupdocs...
  4. Extract text from PDF documents | Documentation

    To extract a text from PDF documents 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. Here are the steps to extract a text from PDF document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....or a text from the selected page. Here are the steps to extract...steps to extract a text from the page of PDF document: Instantiate...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. previewoptions - GroupDocs.Annotation for Java ...

    All Classes Packages com.groupdocs.annotation com.groupdocs.annotation.cache com.groupdocs.annotation.exceptions com.......create output page preview stream. int getHeight () Page preview height...height. int[] getPageNumbers () Page numbers that will be previewed...

    apireference.groupdocs.com/annotation/java/com....
  6. TableOfContentsItem | GroupDocs.Conversion for ...

    Contains Table of contents item metadata...TableOfContentsItem(String title, int page) Default constructor Methods...Bookmark page TableOfContentsItem(String title, int page) public...

    reference.groupdocs.com/conversion/java/com.gro...
  7. Add watermarks to PDF documents | Documentation

    The watermarking API allows you to add watermarks to PDF documents. Adding watermarks to a particular Page or adding watermarks on all images or attachments of a particular Page is possible....Adding watermarks to a particular page or adding watermarks on all...attachments of a particular page is possible. Adding watermark...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. DiagramPage - GroupDocs.Watermark for Java - AP...

    All Classes Packages com.groupdocs.watermark com.groupdocs.watermark.common com.groupdocs.watermark.contents com.grou......Represents a Visio document page. Method Summary Methods Modifier...getBackgroundPage () Gets the background page for this <> DiagramPage . double...

    apireference.groupdocs.com/watermark/java/com.g...
  9. SaveOptions Properties - GroupDocs.Annotation f...

    Defines what annotations will be in resultant document....First page number when saving page range. LastPage Last page number...number when saving page range. OnlyAnnotatedPages Indicates whether...

    apireference.groupdocs.com/annotation/net/group...
  10. Get text coordinates | Documentation

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document Page image.... foreach ( Page page in viewInfo . Pages ) { Console . WriteLine...WriteLine ( $"Page: {page.Number}" ); Console . WriteLine ( "Text...

    docs.groupdocs.com/viewer/net/image-viewer-get-...