Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 331 for

rotate page

(0.03 sec)
  1. Features Overview | Documentation

    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....Overview Leave feedback On this page Electronic signature Electronic...specify extra image effects, rotation etc.; Digital signatures based...

    docs.groupdocs.com/signature/net/features-overv...
  2. Convert to Image with advanced options | Docume...

    Follow this guide and learn how to convert documents to image with height, width, resolution, brightness and other customizations using GroupDocs.Conversion for .NET.... specifies image rotation angle. specifies image flip...( @"c:\output" , "converted-page-{0}.png" ); Func < SavePageContext...

    docs.groupdocs.com/conversion/net/convert-to-im...
  3. Watermark Word Documents using C# | Text & Imag...

    Add text and image watermarks to Word documents using C#. Apply watermarks programmatically on Page(s) using .NET API....put these on every page or just one page. Here’s how you can...Set the appearance by adding rotation angle, alignment, opacity...

    blog.groupdocs.com/watermark/watermark-word-doc...
  4. Features Overview | Documentation

    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...
  5. RotatePages Support in Diagram Formats

    Page rotation mechanism is one of the fundamental techniques when it comes to document manipulation and modification. As you know this feature is already supported by the API but for the limited file formats. Hence, in this month’s release of GroupDocs.Merger for Java 19.2, we implemented this feature for Diagram formats. By defining Page number(s) and rotation angle you can achieve the purpose. Let’s see how simple it is. We also added SwapPages support for Note format....Page rotation mechanism is one of the fundamental techniques...formats. By defining page number(s) and rotation angle you can achieve...

    blog.groupdocs.com/merger/rotatepages-support-i...
  6. 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...
  7. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents....watermarks Leave feedback On this page One of the main features of...font color and text opacity, rotation and alignments watermark ...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  8. Features Overview | Documentation

    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. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG format. For details see this Pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children.... For details, see this page and its children. public class...Enables rendering of hidden pages. RenderNotes { get; set; } Enables...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  10. Adding text watermarks | Documentation

    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...