Re: Save form as .pdf file?
Is there a requirement for the PDF file format? If not, you could theoretically just save the form in some other easy file type (one example could be through serialization), and print the form when necessary (Printing). If a requirement is to use a PDF, then you will have to resort to 3rd party libraries, such as PDFBox
Re: Save form as .pdf file?
Re: Save form as .pdf file?
Darryl, sorry for not posting the link here. I wasn't too sure on the rules. I'll be sure to do it next time.
Copeg, I don't think there is a requirement as to what file type to save it, but my friend preferred PDF. I'll take a look at the 3rd party program. Thank You!! I'll post here if I have more questions.