Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 2,133 for

properties

(0.17 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. Implement Page Rotation when Converting to PDF

    Its time to augment your document conversion experience. You will be pleased to hear the new features, improvements and bug fixes that we’r going to elaborate in this blog post. Did you ever think of converting and rotating a document at the same time? We make your wish come true with this month’s release of GroupDocs.Conversion for Java 19.4. You can now set page rotation angle when converting to a PDF or Image format....implemented following new properties: setRotate(PdfSaveOptions...ImageSaveOptions class with a new property that takes rotation angle...

    blog.groupdocs.com/conversion/implement-page-ro...
  7. How to Convert MPP to PDF in Java

    Easily transform Microsoft project files into a non-editable format, learn how to convert MPP to PDF in Java, and develop the Java MPP to PDF converter application....allows you to define various properties for customizing the resultant...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert HTML to Markdown using Java

    This article walks you through the complete process to convert HTML to Markdown using Java and demonstrates how to create the Java HTML to MD converter capability....WordProcessingConver class for defining properties to customize the converted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. How to Convert TeX to PDF using C#

    This tutorial walks you through the workflow to convert TeX to PDF using C# by consuming a few API calls and provides sample code for TeX to PDF converter in C#....file by defining various properties using the PdfConvertOptions...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Convert PowerPoint to PDF using Java

    Quickly review the procedure to convert PowerPoint to PDF using Java and learn how to follow these instructions to create the convert PPT to PDF Java functionality....initialized for defining the properties for customizing the converted...

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