Sort Score
Result 10 results
Languages All
Labels All
Results 581 - 590 of 2,015 for

properties

(0.06 sec)
  1. 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...
  2. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....SpreadsheetSaveOptio class has two new properties: worksheetNumber : This defines...WorksheetNumber Property The worksheetNumber property determines where...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  3. Render text documents as HTML, PDF, and image f...

    Convert text files to HTML, PDF, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn how to render various file formats....The HtmlViewOptions class properties allow you to control the...The PdfViewOptions class properties allow you to control the...

    docs.groupdocs.com/viewer/python-net/render-tex...
  4. 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...
  5. 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...
  6. Add watermark | Documentation

    In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API.... Set appropriate properties to specify the watermark... text, image etc. Set the property of the instance with the instance...

    docs.groupdocs.com/conversion/net/add-watermark/
  7. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....starting point for adding properties like Contact, Reason, Location...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  8. How to Insert Area Annotation to PDF using Java

    This topic demonstrates how to insert area annotation to PDF using Java. It also provides all instructions and a code example to add area annotation to PDF in Java....AreaAnnotation class and set desired properties e.g. position, page number...

    kb.groupdocs.com/annotation/java/how-to-insert-...
  9. How to Convert PDF to CSV using C#

    Quickly review the detailed instructions to convert PDF to CSV using C# and how to consume this guide for the implementation of PDF to CSV C# capability....extended by defining a number of properties using the SpreadsheetConvertOp...

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

    This tutorial explains how to convert MHTML to PDF in Java. This article consists of steps and code to show the implementation to convert MHTML to PDF using Java....PdfConvertOptions class to define properties for the output PDF document...

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