For my Java web application, I would like to create PDF documents from templates.
I need to add specific information (text format and tables) to the template and create a PDF file.
What are the available solutions?
Use a tool such as Open Office or Acrobat to manually create a PDF file containing form fields (AcroForm technology). Then use the library to fill out the form fields in this template. See Also Creating a complex pdf using java , a question that was selected in The Best iText Questions bundle on StackOverflow (free e-book). You will also find other variations of this book, such as options explained in the answer to this question: Create and design a PDF using iTextSharp or similar
You can try using Birt Reports or Jasper Reports . Both libraries support PDF output.
Source: https://habr.com/ru/post/980293/More articles:An object vector containing an uninitialized value - c ++Signing data using Crypt :: OpenSSL :: RSA in perl - perlServiceStack client in Xamarin.iOS project - c #Data Signatures Using Perl - perlIn NancyFx, how can I change the return status code and set the response text? - c #Creating complex pdf using java - javaIE-11 does not send pre-validation request - corsNetbeans 8.0.2 "check for external changes" is paused, and the automatic pop-up window is netbeanslocalization in actions.js sentences and example - reactjsIf both [0] == 0 and 0 == [[0]] are true, then why is [0] == [[0]] false? - javascriptAll Articles