Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 2,471 for

properties

(0.11 sec)
  1. 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...
  2. 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...
  3. 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...
  4. Merge files | GroupDocs

    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/
  5. Adding image watermarks | GroupDocs

    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-...
  6. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio Properties from MP3 files....reading some common MPEG audio properties from MP3 files. Note For...

    docs.groupdocs.com/metadata/java/handling-mpeg-...
  7. Add Text Watermark to PDF Using C#

    Find out how to add text watermark to PDF using C# without the need for additional software. Plus, we'll supply you with the code to insert text watermark to PDF in C#....TextWatermark class and configure its properties to your desired specifications...page, using the PageIndex property of PdfArtifactWatermark class...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  8. Update Text signatures in document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...signatures [ 0 ]; // change Text property textSignature . Text = "John...

    docs.groupdocs.com/signature/net/update-text-si...
  9. Update Text signatures in document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...get ( 0 ); // change Text property textSignature . setText (...

    docs.groupdocs.com/signature/java/update-text-s...
  10. How to Convert TeX to HTML in C#

    This article explains the document conversion workflow to convert TeX to HTML in C# and demonstrates a sample application for LaTeX to HTML converter using C#....loading the TeX file and set properties for customizing the converted...

    kb.groupdocs.com/conversion/net/how-to-convert-...