1

GAE allows to create at most 100 pdf files a day. I need more. Yes, you can request more but you have to contact Google, request for an app then later request for another. it is unpractical.

i would like to convert html to pdf OR create PDF from scratch on GAE. But itext and pdfjet are not free if you use them for business. Do you know any framework that runs on GAE that is free and supports utf8 when I use it on GAE for business purposes. Preferably for java.

thanks.

lembas
  • 377
  • 1
  • 7
  • 21

2 Answers2

1

Take a look at http://code.google.com/p/flying-saucer/ It converts plain XHTML+CSS to PDF. I've been using it to create documents on a large scale. BTW, Openoffice can export styled documents as neat, readable XHTML which served me as a good starting point in creating the intermediary XHTML document.

as5wolf
  • 564
  • 3
  • 6
0

You can request a quota increase.

Or look at other options to create PDF in Java: Create PDF with Java

Community
  • 1
  • 1
Peter Knego
  • 79,991
  • 11
  • 123
  • 154