Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 2,458 for

properties

(0.27 sec)
  1. How to Convert Word to PDF in Java

    Easily transform documents without a third-party tool and discover how to convert Word to PDF in Java, as well as check sample code to convert DOCX to PDF in Java.... initialize classes, set properties for the output file, and...

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

    We will take a look at the detailed guide how to add strikeout annotation in PDF using C#, and provide a sample code to insert strikeout annotation in PDF using C#....and assign values to its properties, such as page number and...

    kb.groupdocs.com/annotation/net/how-to-add-stri...
  3. How to Add Watermark to Excel Worksheets using C#

    This brief piece of writing provides guidance how to add watermark to excel worksheets using C# along with instructions and code to insert watermark in xlsx using C#....WatermarkAnnotation class and define some properties Invoke the Add method of...

    kb.groupdocs.com/annotation/net/how-to-add-wate...
  4. How to Add Ellipse Annotation in PDF using Java

    This article will help you to add ellipse annotation in PDF using Java. Moreover, It provides code to insert ellipse annotation to PDF in Java along with all steps....EllipseAnnotation class and set some properties e.g. position, page number...

    kb.groupdocs.com/annotation/java/how-to-add-ell...
  5. How to Insert Area Annotation to PDF using C#

    In this subject, you will learn how to insert area annotation to PDF using C#. It also includes guidance and code example to add area annotation to PDF in C#....AreaAnnotation class and set desired properties e.g. position, page number...

    kb.groupdocs.com/annotation/net/how-to-insert-a...
  6. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in document metadata. This topic contains example of custom encryption, class definition and search for encrypted 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. public...

    docs.groupdocs.com/signature/java/search-for-em...
  7. How to run examples | GroupDocs

    This article describes how to run .NET file conversion API code examples....config** file and demo-related properties in the **configuration.yml**...config** file and demo-related properties in the **configuration.yml**...

    docs.groupdocs.com/conversion/net/how-to-run-ex...
  8. Set image size limits | GroupDocs

    Control image size in PDF output: set width, height, or maximum dimensions....The class has the following properties to set the image width or/and...

    docs.groupdocs.com/viewer/python-net/set-image-...
  9. eSign Document with QR Code Signature | GroupDocs

    This article explains how to sign documents with electronic signature as QR code on document page with GroupDocs.Signature for Python via .NET API....requirements and specify the and properties. Call the method of the class...signature, configuring its properties like size and encoding, and...

    docs.groupdocs.com/signature/python-net/esign-d...
  10. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific Properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using the MatroskaRootPackage.getMatroskaPackage method Read the Matroska metadata Properties on different levels of the format structure advanced_usage.managing_metadata_for_specific_formats.video.matroska.MatroskaReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputMkv)) { MatroskaRootPackage root = metadata.getRootPackageGeneric(); // Read the EBML header System....matroska format-specific properties The GroupDocs.Metadata API...Read the Matroska metadata properties on different levels of the...

    docs.groupdocs.com/metadata/java/working-with-m...