开发者

Generate PDF to look like an HTML page?

开发者 https://www.devze.com 2023-02-22 00:37 出处:网络
How do I generate a PDF from in a s开发者_如何转开发tructured way so that the result looks like an HTML page? (Well formatted.)

How do I generate a PDF from in a s开发者_如何转开发tructured way so that the result looks like an HTML page? (Well formatted.)


  1. PDFBox. It may have all the stuff you need to create a well structured PDF files
  2. iText.


If you mean PDF form then there are many ways:

  1. Use Adobe Acrobat (or a cheaper tool like PdfPen Pro)

  2. Render XHTML as PDF using Flying Saucer renderer

  3. Code by hand using iText (I wouldn't recommend this as it's very fiddly)

0

精彩评论

暂无评论...
验证码 换一张
取 消