Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 2,396 for

properties

(0.06 sec)
  1. 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...
  2. Sign Documents with Encrypted Custom Objects

    Hello guys! It’s been a while since my last post about GroupDocs.Signature for Java. So, our Java community might have been waiting for something new regarding our e-signature API. Well, we have recently released version 19.7 of GroupDocs.Signature for Java and today, I shall give you an overview of something interesting that we have introduced in our latest release. In the last couple of months, we introduced a quite valuable feature in the ....use the built-in metadata properties of the documents. This is...

    blog.groupdocs.com/signature/sign-documents-wit...
  3. Spell checking | GroupDocs

    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/
  4. Convert SVG to JPG using C# - Vector Graphics t...

    Convert SVG vector graphics to JPG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted JPG using .NET API....following are some of the properties that you can tweak while...

    blog.groupdocs.com/conversion/convert-svg-to-jp...
  5. Add Image Watermark to DOCX Using Python

    Add image watermark to DOCX using Python for secure document branding. This guide also shows how to apply watermark to DOCX document in Python with full control....apply Modify the alignment properties to place the watermark in...

    kb.groupdocs.com/watermark/python/add-image-wat...
  6. Extract highlights | GroupDocs

    This article explains that how to extract highlights from documents....supported for the document); Call properties such as and . The following...

    docs.groupdocs.com/parser/net/extract-highlights/
  7. Delete Digital signatures from documents | Grou...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...

    docs.groupdocs.com/signature/java/delete-digita...
  8. Extract highlights | GroupDocs

    This article explains that how to extract highlights from documents in Java....supported for the document); Call properties such as and . The following...

    docs.groupdocs.com/parser/java/extract-highlights/
  9. Working with CAD metadata | GroupDocs

    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...
  10. GroupDocs.Viewer for Java 25.12 – Latest Update...

    Explore what’s new in GroupDocs.Viewer for Java 25.12. Available now on NuGet and GroupDocs website....full class with numerous properties (previously an enum). Removed...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...