Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 2,139 for

properties

(0.27 sec)
  1. How to Sign JPEG with Text Signature using Java

    This tutorial is designed to walk you through how to sign JPEG with text signature using Java. Also, we will provide code to add text signature on JPEG using Java....class object and set the its properties for the appearance of text...

    kb.groupdocs.com/signature/java/how-to-sign-jpe...
  2. How to Convert Markdown to HTML in C#

    This article explains the document conversion process, provides instructions to convert Markdown to HTML in C#, and an example for C# Markdown to HTML application....is initiated for defining properties for customizing the converted...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer Java API to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....API is an setItemsPerPage() property of class, which now is marked...document. There is also a boolean property (flag) in the class — when...

    docs.groupdocs.com/viewer/java/render-archive-f...
  4. Convert CSV to PDF using C#

    Let's quickly understand how to convert CSV to PDF using C#. We will provide you with essential instructions and code example to export CSV to PDF using C#....PdfConvertOptions and set your desired properties for output PDF Call Converter...

    kb.groupdocs.com/conversion/net/convert-csv-to-...
  5. How to Sign XLSX with Digital Signature using Java

    Let's learn how to sign XLSX with digital signature using Java. You will also be provided a simple code example for digital signature integration in XLSX using Java....to its constructor Set the properties of DigitalSignOptions for...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  6. Add Text Watermark to DOC using Java

    Let's learn how to add text watermark to DOC using Java. We will also provide you code to insert text watermark to DOC using Java without requiring extra software....TextWatermark class and adjust its properties to match your desired settings...

    kb.groupdocs.com/watermark/java/add-text-waterm...
  7. Get Indexed Documents using Java

    Explore our step-by-step guide to learn how to get indexed documents using Java. Find out how to retrieve indexed documents in Java to enhance your document management....relevant details using the properties of the DocumentInfo class...

    kb.groupdocs.com/search/java/get-indexed-docume...
  8. How to Sign RTF with QR Code using Java

    Quickly learn how to sign RTF with QR Code using Java to enhance document's security. We will also provide a code example to create QR Code in RTF using Java....QrCodeSignOptions class and set its properties Call the Signature.Sign method...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...
  9. Merge files | Documentation

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Python via .NET API....all the format’s peculiar properties, write your code and then...

    docs.groupdocs.com/merger/python-net/merge/
  10. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark 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_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....advanced use of image watermark properties please check the following...

    docs.groupdocs.com/watermark/java/adding-image-...