Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 2,125 for

properties

(0.06 sec)
  1. Add Area Annotation to JPG using Java

    In this topic, you'll discover how to add area annotation to JPG using Java. It encompasses detailed steps and code example to insert area annotation to JPG in Java....AreaAnnotation class, specifying properties such as position and page...

    kb.groupdocs.com/annotation/java/add-area-annot...
  2. How to Render PDF as PNG using C#

    In this article, you will learn how to render PDF as PNG using C#. Follow our step-by-step guide to convert pdf to png c# without installing any extra software....PngViewOptions class and set properties for image’s width and height...

    kb.groupdocs.com/viewer/net/how-to-render-pdf-a...
  3. Merge files | Documentation

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

    docs.groupdocs.com/merger/nodejs-java/merge/
  4. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/nodejs-java/render-ms...
  5. Verify QR-code signatures | Documentation

     This article explains how to provide advanced verification of QR-code electronic signatures with GroupDocs.Signature API....feedback provides different properties in class to specify verification...

    docs.groupdocs.com/signature/java/verify-qr-cod...
  6. Render Project documents as HTML, PDF, and imag...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Microsoft Project files to HTML, PDF, PNG, and JPEG formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/java/render-ms-projec...
  7. Render Lotus Notes database files as HTML, PDF,...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Lotus Notes database files (NSF) to HTML, PDF, PNG, and JPEG formats....The PdfViewOptions class properties allow you to control the...rendered items. The default property value is 0 (all existing items...

    docs.groupdocs.com/viewer/java/render-lotus-not...
  8. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image Properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...allows extracting common image properties such as width and height...root metadata package Use the property to obtain file format information...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Edit and Update Form Fields | Documentation

    Editing Form Fields with GroupDocs.Editor for Node.js via Java...form field by modifying its properties and then call the updateFormFields...TextFormField ); // Modify properties of the TextFormField textField...

    docs.groupdocs.com/editor/nodejs-java/edit-and-...
  10. Add Watermark to a Batch of Documents and Image...

    Watermarking is a popular technique to indicate that the content or data inside a document is copyrighted. On the other hand, it is also used to place the company’s logo or some kind of label in the documents before they are shared within or outside the company. However, it is quite hard to apply the watermark to a bunch of documents one by one. It becomes harder if you have documents of various formats such as PDF, DOCX, PPTX, XLSX, EML, JPG, PNG, etc.... Set watermark properties such as position, size, opacity...

    blog.groupdocs.com/watermark/add-watermark-to-a...