Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any library to create pdf form and fields? [closed]

Tags:

java

pdf

Is there any library to create pdf form and fields ?
thanks for your suggestion.

like image 356
MemoryLeak Avatar asked Jan 11 '11 09:01

MemoryLeak


1 Answers

The only truly non-commercial (and good) answer is Apache's PDFBox. Even iText is licence-encumbered if you aren't making commercial software. It features:

  • PDF to text extraction
  • Merge PDF Documents
  • PDF Document Encryption/Decryption
  • Lucene Search Engine Integration
  • Fill in form data FDF and XFDF
  • Create a PDF from a text file
  • Create images from PDF pages
  • Print a PDF
like image 135
Rob Grant Avatar answered Nov 15 '22 15:11

Rob Grant