Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 405 for

rotate page

(0.46 sec)
  1. Extract images from documents | GroupDocs

    This article shows how to extract images from PDF, Emails, Ebooks, Microsoft Office: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....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...
  2. Customize watermarks | GroupDocs

    Adjust text or image watermark appearance and position using Python via .NET....watermarks Leave feedback On this page GroupDocs.Watermark lets you...Adjust color, font, alignment, rotation, opacity, and scaling to match...

    docs.groupdocs.com/watermark/python-net/basic-u...
  3. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....component (label) on the document page. - text annotation with different...to image and put to document page. This implementation makes sense...

    docs.groupdocs.com/signature/java/sign-document...
  4. Adding watermark to images inside a document | ...

    Add text or image watermarks to images embedded in documents using Python via .NET....document Leave feedback On this page Many document formats allow...VerticalAlignment . CENTER text_watermark . rotate_angle = 45 text_watermark ...

    docs.groupdocs.com/watermark/python-net/adding-...
  5. Adding image watermarks | GroupDocs

    Add image watermarks from file or stream using GroupDocs.Watermark for Python via .NET....watermarks Leave feedback On this page GroupDocs.Watermark supports...consists of multiple parts (pages, worksheets, slides, frames...

    docs.groupdocs.com/watermark/python-net/adding-...
  6. Adding watermarks | GroupDocs

    Advanced topics on adding text and image watermarks in various document formats using GroupDocs.Watermark for Python via .NET....tiling, rotation, opacity, and alignment Consider page margins...Apply watermarks to specific pages, slides, or frames Choose a...

    docs.groupdocs.com/watermark/python-net/adding-...
  7. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... API permits developers to rotate Text or Image signature appearance...on user specified Document Pages; you can now configure the signature...

    blog.groupdocs.com/categories/groupdocs.signatu...
  8. Features Overview | GroupDocs

    Learn how to add, search, and remove watermarks from documents and images using GroupDocs.Watermark for Java. Supports text, image, and invisible watermarks for document security....Overview Leave feedback On this page GroupDocs.Watermark for Java...appearance (fonts, position, rotation, transparency, color) Modify...

    docs.groupdocs.com/watermark/java/features-over...
  9. Features Overview | GroupDocs

    Electronic Signature is an abstract concept that means data in electronic form associated with a certain document and expressing the consent of the signatory with the information contained in the document....specify extra image effects, rotation etc.; Digital signatures based...document - file type, size, pages count, page height and width etc....

    docs.groupdocs.com/signature/java/features-over...
  10. 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...