Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 2,124 for

properties

(0.03 sec)
  1. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...options and set the ZOrder property. Call method of class instance...analyze SignResult (IResult properties) System . out . print ( "Sign-process...

    docs.groupdocs.com/signature/java/sign-document...
  2. How to Add Image Signature to DOCX using Java

    This topic will provide knowledge on how to add image signature to DOCX using Java. Also, a code example will be provided to insert image signature into DOCX using Java....constructor and set the desired properties Call the Signature.sign method...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  3. Inserting edited worksheet into existing spread...

    This article describes the new feature of the GroupDocs.Editor for java version 20.11 - inserting an edited worksheet into existing spreadsheet...specifying its index in the property of class. Opening a spreadsheet...class now contains two new properties: integer and boolean flag...

    docs.groupdocs.com/editor/java/inserting-edited...
  4. Render archives as HTML, PDF, and image files |...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to display a list of archive content in HTML, PDF, PNG, and JPEG formats and to extract arbitrary file from archive....public API is an ItemsPerPage property of class, which now is marked...document. There is also a boolean property (flag) in the class — when...

    docs.groupdocs.com/viewer/net/render-archive-fi...
  5. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....This class provides various properties to customize the loading...

    docs.groupdocs.com/conversion/java/convert-each...
  6. How to merge source code files | Documentation

    This article explains how to control file merging in GroupDocs.Comparison for Node.js via Java....using the ComparisonAction properties: ComparisonAction.ACCEPT...not use the ComparisonAction property, all changes are committed...

    docs.groupdocs.com/comparison/nodejs-java/how-t...
  7. Add Form-Field Signatures in PDF using GroupDoc...

    We are pleased to announce another monthly release of GroupDocs.Signature for .NET. This latest release 18.11 of the API comes up with a multitude of new features like the ability to add form-field signatures in PDF documents and many more. We therefore recommend you to download the new version of the API to evaluate the exciting new features and enhance your document e-signing experience. Features Sign PDF Document with a Form-Field SignatureThe Form-Field Signatures are the input control which are placed in a document page....is the additional document property that contains special attributes/tags...collection // setup Author property SlidesMetadataSignat mdSign_Author...

    blog.groupdocs.com/signature/groupdocs.signatur...
  8. How to edit Mobi file | Documentation

    This article demonstrates how to edit Mobi files using Java programming language....built-in and custom document properties inside the resultant Mobi...which, in turn, defines 4 properties: getFormat() , getPageCount()...

    docs.groupdocs.com/editor/java/how-to-edit-mobi...
  9. Spell checking | Documentation

    This article shows that how spell checking works during the search....correction in search queries, the property of the spelling corrector...class contains the following properties: is the maximum number of...

    docs.groupdocs.com/search/net/spell-checking/
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Metadata API provides the property. The following code snippet...allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/net/working-with-ca...