Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 2,125 for

properties

(0.03 sec)
  1. How to Convert PDF to RTF in C#

    This article describes the detailed procedure to convert PDF to RTF in C# and provides sample code to demonstrate the implementation of the C# PDF to RTF converter....customized by setting the properties such as Width, Height, Zoom...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. 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-...
  3. 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...
  4. Search for embedded object with custom serializ...

     This article explains how to search for embedded electronic signatures with custom serialization in document metadata. This topic contains example of custom serialization, class definition and search for serialized objects in the document metadata with GroupDocs.Signature....Metadata signature and set property to specify data encryption...encryption properties and setup Format attributes for properties. //...

    docs.groupdocs.com/signature/net/search-for-emb...
  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. Render PDF as JPG using Java

    Discover an efficient approach to render PDF as JPG using Java. Additionally, delve into comprehensive step-by-step guideline and Java code for rendering PDF to JPG....JpgViewOptions class and configure its properties, specifying the desired width...

    kb.groupdocs.com/viewer/java/render-pdf-as-jpg-...
  7. Add Ellipse Annotation to JPG using C#

    This guide provides instructions on how to add ellipse annotation to JPG using C#. It also encompasses code example to insert ellipse annotation to JPG in C#....class and specify the desired properties, such as position and page...

    kb.groupdocs.com/annotation/net/add-ellipse-ann...
  8. Remove Metadata from PDF using Java

    Discover how to swiftly remove metadata from PDF using Java. Plus, get code example to clean metadata from PDF in Java, all without additional software installations....provided steps to clear document properties in PDF using Java in PDF...

    kb.groupdocs.com/redaction/java/remove-metadata...
  9. Add Image Watermark to DOCX Using Java

    Learn how to add image watermark to DOCX using Java without extra software installation. Also, we'll supply you code to insert image watermark to DOCX in Java....ImageWatermark class and adjust its properties based on your desired settings...

    kb.groupdocs.com/watermark/java/add-image-water...
  10. How to Sign DOCX with QR Code using Java

    In this tutorial, we will help you on how to sign DOCX with QR Code using Java. We will also supply you code example to create QR Code in DOCX using Java....QrCodeSignOptions class and set desired properties Call the Signature.Sign method...

    kb.groupdocs.com/signature/java/how-to-sign-doc...