Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 306 for

form field

(0.18 sec)
  1. Specify Different Measurement Units using Group...

    We are pleased to announce another monthly release of GroupDocs.Signature for Java 17.5.0. This release covers many new features and some improvements. API permits users to obtain document inFormation. Furthermore, users can Optimize Words Signature Implementation for Text and Image types. We would recommend you to download the new release and evaluate the exciting features to enhance document signature experience. GroupDocs.Signature for Java 17.5.0 - Features Check Text Signature located into Form Fields of PDF Documents Verify Text Signature located into Form Fields of Words Documents Implement ability to obtain Document InFormation over Signature Handler Apply Watermark feature for Text Signature of PDF/Slides/Words/Cells Documents Ability to specify new Measure Units Millimeters for Slides and Words Signatures Specify new Measure Units Millimeters for Pdf Signatures Put Text Signature into Template/Form Fields of Pdf Documents Add Text Signature into Form Fields of Words Documents e-Signing API - Improvements Implement Document inFormation features into non static method of Signature Handler Optimize Words Signature Implementation for Text and Image types Available Channels and ResourcesHere are a few channels and resources for you to download, learn, try and get technical support on Document Signing API for Java: Download – JAR Files Documentation – API Docs Product Support Forum – Technical Support Forum for GroupDocs....Text Signature located into Form Fields of PDF Documents Verify Text...Text Signature located into Form Fields of Words Documents Implement...

    blog.groupdocs.com/signature/introducing-groupd...
  2. Search for multiple e-signature types | Documen...

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API....signatures; - to search for Form-field signatures; - to search for...

    docs.groupdocs.com/signature/java/search-for-mu...
  3. Comparison API sample Implementation with PHP SDK

    This article explains the basics of using PHP SDK classes and methods. In this article I’ll use the Comparison API and show how to compare two documents from a GroupDocs account. Find inFormation about others methods in the Swagger explorer. Requirements PHP 5.3 Apache ModRewrite PHP Curl extension PHP Sockets extension (php_sockets.dll) GroupDocs PHP SDK composer.phar (Download from http://getcomposer.org/download/ or use the included version) FatFree framework (https://github.com/bcosca/fatfree) Initial Installations Learn how to install the Fatfree framework from their Readme: https://github....template file, we will create a form that takes user input and shows...code creates a form with inputs. In the form Action we assign...

    blog.groupdocs.com/comparison/implement-documen...
  4. Updating multiple signatures of different types...

     This article explains how to provide advanced options when updating different multiple electronic signatures with GroupDocs.Signature API....for modification (Digital, Form Field or Metadata signature). Here...

    docs.groupdocs.com/signature/java/updating-mult...
  5. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the FileType property to obtain file Format inFormation AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....with a document, extract form fields, attachments, bookmarks,...InspectionPackage . Fields != null ) { foreach ( var field in root . InspectionPackage...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file Format inFormation. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file Format inFormation advanced_usage.managing_metadata_for_specific_Formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....with a document, extract form fields, attachments, bookmarks,...null ) { for ( PdfFormField field : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Working with formats | Documentation

    This article explains document Formats and Format families supported by GroupDocs.Editor for Java and how to operate them in Java code....delimited text, that are text-based form of spreadsheets, and includes...struct has a set of static fields, each one represents one specific...

    docs.groupdocs.com/editor/java/working-with-for...
  8. Working with formats | Documentation

    This article explains document Formats and Format families supported by GroupDocs.Editor for .NET and how to operate them in .NET code....delimited text, that are text-based form of spreadsheets, and includes...struct has a set of static fields, each one represents one specific...

    docs.groupdocs.com/editor/net/working-with-form...
  9. Search for multiple e-signature types | Documen...

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API....signatures; - to search for Form-field signatures; - to search for...

    docs.groupdocs.com/signature/net/search-for-mul...
  10. Deleting multiple signatures of different types...

    This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....these signatures are Digital, Form Field or Metadata signature). Here...

    docs.groupdocs.com/signature/java/deleting-mult...