We just released ReportBro v1.0! besides new features (e.g. sections) and bugfixes we also updated the documentation. There is an own section how to integrate ReportBro into your web application: https://www.reportbro.com/docs/setup
we include a demo application which is available for both Django and web2py so it's easier for you to understand how everything fits together. regards, Alex On Tuesday, November 28, 2017 at 2:33:17 PM UTC+1, Ramos wrote: > > Great > I´m loving your tool... > Regards > > > 2017-11-28 13:29 GMT+00:00 Alex <[email protected] <javascript:>>: > >> your attached report is only 1,8 kB >> >> reports can get large in case you include large images. currently the >> image data itself is not resized, so if you have a very large image the >> report could get very large as well. Further if you use additional fonts >> the fonts are embedded in the pdf. >> >> about the variables question: variables are basically placeholders so you >> can design only one template with dynamic data. You probably don't want to >> create a new template for each invoice etc. In your testreport example you >> would have variables for client, transportador, product, etc. so you can >> use one template and feed it with the appropriate data when generating the >> pdf. >> >> -- >> Resources: >> - http://web2py.com >> - http://web2py.com/book (Documentation) >> - http://github.com/web2py/web2py (Source code) >> - https://code.google.com/p/web2py/issues/list (Report Issues) >> --- >> You received this message because you are subscribed to the Google Groups >> "web2py-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

