Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 468 for

form field

(0.04 sec)
  1. 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...
  2. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w......Paragraph shading should not form empty gaps even with spacing...orientation and margins. Fields Merge field «FirstName» Page number...

    docs.groupdocs.com/viewer/java/sample-files/get...
  3. 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...
  4. 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...
  5. 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...
  6. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file Formats....identity of the signer in encrypted form. The certificates are issued...Furthermore, a new signature type, Form-Field Signature, is implemented...

    blog.groupdocs.com/categories/groupdocs.signatu...
  7. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj Exeform empty gaps even with spacing...orientation and margins. Fields Merge field «FirstName» Page number...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  8. 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...
  9. 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...
  10. Extract Text from Databases using GroupDocs.Par...

    GroupDocs.Parser for .NET 18.9 has been released! The latest version allows you to extract text from the databases. You can also extract data from the Form Fields in a PDF document. Please continue to read for more details on the features introduced in v18.9. Features Introduced Extracting Text from DatabasesYou can now extract text from the databases. To extract text from databases DbContainer class is used that implements IContainer interface....also extract data from the form fields in a PDF document. Please...Extracting Data from the Form Fields in PDF DocumentsThis feature...

    blog.groupdocs.com/parser/extract-text-from-dat...