Is there any library out there which can generate pdf form like adobe acrobat?
Is there any library out there which can generate pdf开发者_开发知识库 form like adobe acrobt ?
Have a look at itext.
Apache FOP can generate pdfs from xsl-fo input. There are commercial (and perhaps free that I don't know about) servers, libraries, and services that use xsl-fo extensions for user-fillable forms within the pdf. You can find several using a search term like 'xsl-fo "pdf form"'. Free libraries would certainly be possible as FOP supports extensions, but I don't know of any.
精彩评论