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

properties

(0.22 sec)
  1. 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-...
  2. 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/
  3. 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-...
  4. 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-...
  5. 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...
  6. 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...
  7. 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...
  8. 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-...
  9. How to Convert XPS to PDF using Java

    This quick article explains the stepwise process to convert XPS to PDF using Java and provides a sample working application for XPS to PDF converter in Java....code by defining various properties such as Width, Height, the...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Sign XLSX with Image Signature using C#

    This article will provide help on how to sign XLSX with image signature using C#. Also, a code example will be provided to create image signature in XLSX using C#....its constructor Set desired properties for ImageSignOptions class...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...