Jump to content

Editable pdf using XSL-FO


nyMeemic

Recommended Posts

Hi all, I am new to XSL. I need editable text field/box in generated pdf. I am able to create pdf that I want using xsl. Now I want some fields editable in the same pdf? How can I do this? for example: I want to make following "YEAR" field editable on generated pdf. How can I achieve this? <fo:table-cell border-style="inset" border-width="0.1pt" background-repeat="repeat" display-align="left" margin-left="0.1in"> <fo:block> <fo:block> <fo:inline font-size="9pt"> <xsl:text>YEAR</xsl:text> </fo:inline> </fo:block> <fo:block> <xsl:text> </xsl:text> </fo:block> <fo:block> <fo:inline font-size="8pt"> <xsl:value-of select="/my/XPath"/> </fo:inline> </fo:block> </fo:block></fo:table-cell> Thanks in advance

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...