Set page break as you like with Java web reporting tool — RAQ Report

Background
Web Report always needs printing, while printing always needs page break.
A kind of common page break is automatic page break by paper size and page margins. Before printing or displaying, it will calculate that how many rows and columns can be displayed in each piece of paper according to page size and page margins. However, [...]

Print web report immediately while loading report with RAQ Report

Background
For printing web report, users often need to print it by clicking the print button. However, sometimes users may want to print report immediately when loading the report on browser.
Solution
As a real Excel-like web reporting tool, RAQ Report provides a direct print function for users. You only need to use the tag <object></object> in the [...]

Print web report on a specified paper with RAQ Raport

Background
Sometimes, we want to print a web report on a preformatted paper. Such as invoice, bill, credential, etc. With traditional reporting tools, it will be very difficult.
Solution
But now, it will be very easy. With the background picture mode of RAQ Report, we can solve the problem of preformatted paper printing very easily.
Example
Following the example below, [...]

Export high precision time data from web report to Excel/Word file

Background
When exporting web report to Excel/Word file, the precision of high precision time data will decrease. That is because of the display format of Excel/Word. For example, if there are time data of millisecond, it will changed to second after being exported to Excel/Word.
This is troublesome for users of web report. then, is there a [...]

Export image format PDF files with page break in web reporting tool

Background
In real application of web report, users often want to export report to PDF files. However, when users export web report to PDF file with API, there is usually no page break As a result, the exported PDF file may be very large, and the PDF file is of text mode.
Solution
RAQ Report is a Excel-like [...]

Save printing configuration at client-side with Java reporting tool — RAQ Report

Background
For users’ convenience, RAQ Report provides a lot of printing properties. Such as page margins (left margin, right margin, top margin, bottom margin), paper direction (vertical or horizontal), paper type, paper size, etc. With these available options, users can print their reports accurately.
Sometimes, users may wish that their printing configurations can be saved at client-side. [...]