<!DOCTYPEhtmlPUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"xmlns:ice="http://www.icesoft.com/icefaces/component"xmlns:ui="http://java.sun.com/jsf/facelets"xmlns:h="http://java.sun.com/jsf/html"xmlns:f="http://java.sun.com/jsf/core"xmlns:c="http://java.sun.com/jstl/core"><ui:compositiontemplate="/WEB-INF/includes/templates/page-template.xhtml"><ui:definename="pageTitle"> Fill PDF Fields - Aspose.PDF Demos</ui:define><ui:definename="page-content"><ui:decoratetemplate="/WEB-INF/includes/templates/tabbed_container.xhtml"><ui:definename="example"><tablewidth="90%"align="center"cellspacing="0"cellpadding="0"border="0"><tr><tdwidth="19"><imgsrc="../../../../Common/images/heading_lft.jpg"alt=""width="19"height="41"/></td><tdwidth="100%"class="demos-heading-bg"><h2class="demos-heading-bg"> Fill PDF Form Fields - Aspose.Pdf.Kit</h2></td><tdwidth="19"><imgsrc="../../../../Common/images/heading_rt.jpg"alt=""width="19"height="41"/></td></tr></table><pclass="componentDescriptionTxt"> This demo show how to <b> Fill form Fields</b> uisng Aspose.Pdf.Kit API. Using <b> FillField </b>,<b> FillImageField </b>, <b> FillBarcodeField </b> method in <ahref="http://www.aspose.com/documentation/java-components/aspose.pdf.kit-for-java/com/aspose/pdf/kit/form.html"> Form </a> class of Aspose.Pdf.Kit component, developers can fill in form fields programmatically over Pdf document. <br/><br/>For more related information, please visit <ahref="http://www.aspose.com/documentation/java-components/aspose.pdf.kit-for-java/how-to-fill-form-fields-with-api.html"> How to Fill Form Fields With API? </a><br/><br/><br/> Click <b> Execute Demo </b> to see how demo takes <ahref="../resources/student.pdf"> input PDF document </a> and fills form fields, writing <ahref="../resources/studentOut.pdf"> resulting PDF document </a>.</p><h:commandButtonid="generate"action="#{mycontext.generate}"actionListener="#{mycontext.action}"value="Execute Demo"><f:attributename="demo"value="fillfields"/></h:commandButton><ice:outputResourceid="outputResource"mimeType="application/pdf"resource="#{mycontext.generatedfile}"fileName="#{mycontext.filename}"shared="false"/></ui:define></ui:decorate><br/><br/><br/><br/><br/><br/></ui:define></ui:composition></html>