Generate PDF reports using a simple JSON API that lets you forget about the design and focus on the content.
Trusted by over
170+ companies
Creating PDF reports as a developer shouldn't be hard.
Leave the design to Hybiscus and create beautiful reports with no effort. Just add content.
Use expertly designed components and avoid spending time on design and layout.
Use built-in data visualization components to create charts without needing external charting libraries.
Securely send your PDF reports directly to your cloud storage provider.
Use a simple RESTful API to integrate seamlessly into your automations, and be notified using webhooks.
Customize the look and feel of your reports with a wide selection of options, ranging from layout, colors and fonts.
Choose from a selection of expertly designed components to build your PDF reports, without requiring any design skills.
See how easy it is to generate stunning reports using the Hybiscus Playground
below.
Simply swap out components or try different themes and see the results straight
away.
Try a different config.colour_theme
such as neon
,
purples
or candy
.
Or try a different config.typography_theme
such as jost
, looped
or
geometric
.
For more options, checkout the themes documentation.
In a nutshell, a simpler approach to creating PDFs that doesn't require design skills or expert CSS knowledge.
Most PDF generation tools & APIs take a similar approach to creating PDFs. Write HTML with CSS styling to create your PDF.
The problem is, writing CSS styles is hard and difficult to maintain. What's more, making a good design requires great design skills.
With Hybiscus, you don't need to bother with design and CSS styles. All our components are pre-designed.
All you need to do is, provide the content. Get up and running with generating stunning looking PDFs in as little as 5 minutes.
Develop your PDFs directly in the browser, and see your results side-by-side. Download your PDF directly when done, or export the code ready to integrate into your codebase. Powered by the same editor powering VS Code.
Use our simple declarative JSON schema to define the layout and content of your report. The design is all handled by Hybiscus.
{
"type": "Report",
"options": {
"report_title": "The report",
"report_byline": "Yet another byline",
"version_number": "0.1b"
},
"components": [
{
"type": "Section",
"options": {
"section_title": "Section one",
},
"components": [
"type": "Card",
"options": {
"title": "Lorem ipsum",
"value": 700,
"units": "rpm",
},
]
}
]
}
Easily change the look and feel of your reports by simply choosing a different colour or typography theme. Or make it your own by defining your own theme.
View example reports created with Hybiscus and see how PDF report generation can be transformed for you, or view the documentation to see how easy it is to get started.
Experience the new way of building PDFs using a simple JSON schema and beautifully crafted ready-made components.