<!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"> Export XFDF - 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"> Export Form values to XML - 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 shows, how to <b> Export form Field</b> values to XFDF document. Using <b> ExportXfdf </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 export the PDF Form Field's values into an FDF file.<br/><br/>For more related information, please visit <ahref="http://www.aspose.com/documentation/java-components/aspose.pdf.kit-for-java/import-and-export-into-xml.html"> Import and Export into XML </a><br/><br/> Click <b> Execute Demo </b> to see how demo takes <ahref="../resources/OnlineFilled.pdf"> PDF document </a> exporting results into XFDF document and enabling user to download results of the process.</p><h:commandButtonid="generate"action="#{mycontext.generate}"actionListener="#{mycontext.action}"value="Execute Demo"><f:attributename="demo"value="exportxfdf"/></h:commandButton><ice:outputResourceid="outputResource"mimeType="application/text"resource="#{mycontext.generatedfile}"fileName="#{mycontext.filename}"shared="false"/></ui:define></ui:decorate><br/><br/><br/><br/><br/><br/><br/></ui:define></ui:composition></html>