Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 59 for

excel to pdf margin setting

(0.04 sec)
  1. Sign document with QR-code signature - advanced...

     This article explains how To sign document with QR-code electronic signatures using extended options with GroupDocs.Signature API....signature alignment margins border and background settings font and colors...setEncodeType ( QrCodeTypes . QR ); // set signature position signOptions...

    docs.groupdocs.com/signature/java/sign-document...
  2. 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....with different appearances settings. This implementation depends...with different appearances settings. This implementation depends...

    docs.groupdocs.com/signature/java/sign-document...
  3. Sign document with extensions | Documentation

    This article shows how To create electronic signatures with additional visual extensions...pdf" ); TextSignOptions options =...TextSignOptions ( "John Smith" ); // set signature position options ....

    docs.groupdocs.com/signature/java/sign-document...
  4. Sign document with Barcode signature - advanced...

     This article explains how To sign document with Barcode electronic signatures using extended options with GroupDocs.Signature API....alignment ( , ) margins ( ) border and background settings ( ) font...BarcodeTypes . Code128 ); // set signature position signOptions...

    docs.groupdocs.com/signature/java/sign-document...
  5. Sign document with Text signature - advanced | ...

     This article explains how To sign document with Text electronic signatures using advanced options with GroupDocs.Signature API....alignment ( , ) margins ( ) border and background settings ( ) font...signature = new Signature ( "sample.pdf" ); TextSignOptions options =...

    docs.groupdocs.com/signature/java/sign-document...
  6. Composing signature with linear gradient brush ...

     This article explains how To fill signature background with linear gradient brush... Center , Margin = new Padding () { Top = 20...20 , Right = 20 }, // set alternative signature implementation...

    docs.groupdocs.com/signature/net/composing-sign...
  7. Celebrate New Year with 25% Off GroupDocs.Total...

    Share this issue: Monthly NewsletterJanuary 2018 Hurry! Offer ends January 31st Get 25% off GroupDocs.Total for .NET and Java. Quote HOL2017WBS when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from GroupDocs.com, not through third parties or resellers. Product News New Product Launched: GroupDocs.Metadata for Java GroupDocs.Metadata is a Java metadata management API that empowers Java developers To perform all useful metadata operations (view, add, modify, remove, compare, search and remove) of popular file formats....have added features to edit Excel objects that can be considered...version allows comparison of PDF documents with hyperlinks in...

    blog.groupdocs.com/total/celebrate-new-year-25-...
  8. Composing signature with solid brush background...

     This article explains how To fill signature background with solid brush...pdf" )) { TextSignOptions options...HorizontalAlignment . Center , Margin = new Padding () { Top = 20...

    docs.groupdocs.com/signature/net/composing-sign...
  9. Composing signature with radial gradient brush ...

     This article explains how To fill signature background with radial gradient brush...pdf" )) { TextSignOptions options...HorizontalAlignment . Center , Margin = new Padding () { Top = 20...

    docs.groupdocs.com/signature/net/composing-sign...
  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...."Test watermark" , font ); // Set watermark properties watermark..."Test watermark" , font ); // Set watermark coordinates watermark...

    docs.groupdocs.com/watermark/java/adding-text-w...