Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 2,032 for

properties

(0.04 sec)
  1. How to Convert TIFF to PDF in Java

    This guide walks you through the whole process to convert TIFF to PDF in Java. Explore sample code for Java TIFF to PDF capability and modify it as per your needs.... we have defined various properties for the output PDF document...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. How to Add Reply to Annotation in PDF using C#

    In this quick how-to tutorial, you will learn how to add reply to annotation in PDF using C# along with complete instructions to reply annotation in PDF using C#....Annotator class, set annotation properties and finally save the resultant...

    kb.groupdocs.com/annotation/net/how-to-add-repl...
  3. Strikethrough Text in Documents using C# | C̶r̶...

    Use the strikeout annotation to cross out the invalid text within the documents using C#. Automate the document and image annotations with the .NET API....number Coordinates and other properties Add the prepared strikeout...

    blog.groupdocs.com/annotation/strikethrough-tex...
  4. Show/Hide Comments when Rendering Word and Spre...

    Today, we are excited to announce version 17.5.0 of GroupDocs.Viewer for .NET API. This brand new release came up with 20 important bug fixes and key improvements. It also supports rendering of comments in Word and Spreadsheet documents. Furthermore, we have introduced settings to adjust quality and size when rendering documents as PDF. We recommend you to please upgrade to the latest version to get improved results. GroupDocs.Viewer for ....PageNumbersToConvert RenderOptions properties Fix - Text selection flickers...

    blog.groupdocs.com/viewer/show-comments-renderi...
  5. How to Run Examples | Documentation

    This article describes how to run Java digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....application: Go to project properties. Click on Java Build Path...

    docs.groupdocs.com/signature/java/how-to-run-ex...
  6. Set Checkbox Values Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result document. By editing content control Properties, add a check tag to the title of the checkbox content control using the following syntax....By editing content control properties, add a check tag to the title...

    docs.groupdocs.com/assembly/java/set-checkbox-v...
  7. Working with metadata in MOV Files | Documentation

    Reading MOV format-specific Properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Reading MOV format-specific properties The GroupDocs.Metadata API...

    docs.groupdocs.com/metadata/net/working-with-me...
  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 getImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.ImageReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPng)) { ImageRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getImageType().getFileFormat()); System.out.println(root.getImageType().getByteOrder()); System.out.println(root.getImageType().getMimeType()); System.out.println(root.getImageType().getExtension()); System.out.println(root.getImageType().getWidth()); System.out.println(root.getImageType().getHeight()); } 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...

    docs.groupdocs.com/metadata/java/extracting-com...
  9. 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...
  10. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with GroupDocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....Metadata signature and set property to specify data encryption...encryption properties and setup Format attributes for properties. public...

    docs.groupdocs.com/signature/java/search-embed-...