Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 8,346 for

page

(0.15 sec)
  1. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Editor for Java...Showcases Leave feedback On this page Note Want to try GroupDocs.Editor...PPTX and more with . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/editor/java/showcases/
  2. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Merger for .NET...Showcases Leave feedback On this page Note Want to try GroupDocs.Merger...PPTX and more with . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/merger/net/showcases/
  3. Showcases | GroupDocs

    Code examples and live demostrations of GroupDocs.Conversion for Java...Showcases Leave feedback On this page Note Want to try GroupDocs.Conversion...PNG and more with . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/java/showcases/
  4. Compare variables and document properties | Gro...

    Learn how to compare variable, built-in, and custom document properties using GroupDocs.Comparison for Python via .NET....properties Leave feedback On this page lets you compare Word document...result is as follows: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/python-net/compar...
  5. Setting author of changes | GroupDocs

    Learn how to set the author name for revisions in the result using GroupDocs.Comparison for Python via .NET....changes Leave feedback On this page allows you to set the revision...result is as follows: Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/comparison/python-net/settin...
  6. Load from stream | GroupDocs

    This article explains how to load from stream while using GroupDocs. Watermarks Java API....stream Leave feedback On this page The following example democtrates...document . close (); Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/watermark/java/load-from-str...
  7. Locating signature in the Word header or footer...

    This article explains how to locate signature in the footer and header of Word document....Locating signature on document page / Locating signature in the...footer Leave feedback On this page A Word document offers a diverse...

    docs.groupdocs.com/signature/net/locating-signa...
  8. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (Pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....watermarks Leave feedback On this page Following code snippet shows...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/java/adding-text-w...
  9. Extract images from document | GroupDocs

    This article explains that how to extract images from document....objects: Member Description The page that contains the text area...The rectangular area on the page that contains the text area...

    docs.groupdocs.com/parser/java/extract-images-f...
  10. Get Image Representation of a Document

    Did you ever wish to get image representation of a document? GroupDocs.Merger for Java 19.6 will make your wish come true. This feature is also helpful for front end application development. Let’s have a look at its implementation. It will return Page number and Page stream. Using getPagePreview method you will get list of Page image representations for a document of known format. So, source document file format should be specified.... It will return page number and page stream. Using getPagePreview...method you will get list of page image representations for a...

    blog.groupdocs.com/merger/get-image-representat...