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

properties

(0.25 sec)
  1. How to Convert HTML to Word using Java

    Learn how to convert HTML to Word in Java and look at sample code to generate DOCX from HTML in Java to conduct document transformations quickly....WordProcessingConver class to set different properties for advanced conversion to...

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

    We will explore the process how to add underline annotation into PDF using C#. A code example is also provided to insert underline annotation in PDF using C#....UnderlineAnnotation class and set some properties, e.g. page number, font color...

    kb.groupdocs.com/annotation/net/how-to-add-unde...
  3. How to Sign XLSX with Image Signature using Java

    Quickly learn how to sign XLSX with image signature using Java. Moreover, a code example will be provided to create image signature in XLSX using Java....appearance of image, set desired properties for ImageSignOptions Call...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  4. How to Convert PDF to Text in C#

    Review the procedure to convert PDF to Text in C#, easily follow this guide to save PDF as text using C# on any operating system like MS Windows, Linux, and Mac OS.... Then, set properties for customizing the output...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  5. How to Add Arrow Annotation in PDF using Java

    This article will teach you how to add arrow annotation in PDF using Java. Also, we will assist you in writing Java code to insert arrow annotation into PDF in Java....ArrowAnnotation class and set some properties like position, page number...

    kb.groupdocs.com/annotation/java/how-to-add-arr...
  6. How to Convert VSDX to PDF in C#

    In this short tutorial, we walk you through the process to convert VSDX to PDF in C# and produce sample code to convert Visio file to PDF without Visio....transformation, you can set several properties for the output PDF document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Sign PDF Documents with Text Signature using Gr...

    Considering the extensibility of the API, team GroupDocs is pleased to announce another monthly release of GroupDocs.Signature for Java 17.4.0. This release comes with multitude of new features, improvements and bug fixes. Now, GroupDocs.Signature for Java developers can sign PDF documents with text signature as sticker. Furthermore, API permits developers to rotate Text or Image signature appearance. We would recommend you to download the new release and evaluate the exciting features to enhance document signature experience....for PDF Implement extended properties for Text Stamp Implementation...

    blog.groupdocs.com/signature/introducing-groupd...
  8. 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...
  9. 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. public...

    docs.groupdocs.com/signature/java/search-for-em...
  10. 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...