Overview

Product video
The most efficient report generator Turn your JSON into PDF, DOCX, XLSX, PPTX, ODS and many more. For more informations https://carbone.io
Highlights
- easy to use API for document generation
- generate all type of document based on Microsoft Office or LibreOffice template
- cost effective solution
Details
Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Cost/unit |
---|---|
Number of generated document - First 100 | $0.10 |
Number of generated document - From 101 to 1000 | $0.05 |
Number of generated document - From 1001 to 10000 | $0.02 |
Number of generated document - Over 10 001 | $0.005 |
Vendor refund policy
We do not currently support refunds, but you can cancel at any time.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
-
v4.25.9 Release May 16th 2025 Fixed batch processing for On-Premise environments Added support for base64 data-URI in appendFile and attachFile
-
v4.25.8 Release April 24th 2025 The formatter :appendFile(position) now accepts a position parameter that determines where the external document is inserted in the generated output. Valid values for position are "start" (to insert at the beginning) and "end" (default, inserts at the end).
-
v4.25.7 Release April 14th 2025 Fix: Prevent a crash when a barcode is empty and the svg: true option is used. Fix: LibreOffice changed the default value of ExportFormFields. It used to be true, but in the latest version, it is now false. This release restores the previous default value to avoid breaking changes when generating PDFs with forms.
Additional details
Usage instructions
Launching Carbone instance:
When launching a new Carbone instance, you need only to configure the followings option when starting the EC2 instance :
- configure EC2 Security Group to accept at least inbound connections TCP/4000.
- assign AWSMarketplaceMeteringFullAccess role to ec2 instance
Use Carbone API
When EC2 is fully booted, you can check if Carbone is running by calling : http://"EC2_IP":4000/status
Full API documentation is available here: https://carbone.io/documentation/developer/http-api/introduction.html
Configuring Carbone:
Full documentation is available here : https://carbone.io/documentation/developer/self-hosted-deployment/deploy-on-aws.html
You can configure Carbone application by modifying /var/www/carbone-ee/config/config.json. To connect to the EC2 instance, use SSH and the username ec2-user with your private key.
Full Carbone options documentation : https://carbone.io/documentation/developer/on-premise-installation/configuration.html
Using System Manager and Tag to configure Carbone
It's now possible to fully configure Carbone without modifying config.json file.
To make it possible, you first need to add following policy to grant configuration access for Carbone { "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "ssm:GetParameter", "Resource": "" }, { "Effect": "Allow", "Action": "ssm:DescribeParameters", "Resource": "" }, { "Effect": "Allow", "Action": [ "ec2:DescribeTags" ], "Resource": [ "*" ] } ] }
Next step is to set configuration in System Manager https://console.aws.amazon.com/systems-manager/parameters/
You can now configure Carbone standard option with : CARBONE_EE_* (CARBONE_EE_STUDIO to true to enable studio) CARBONE_EE_STUDIO CARBONE_EE_STUDIOUSER .... CARBONE_S3_* to configure S3 options: CARBONE_S3_templateS3Bucket CARBONE_S3_templateS3BucketRegion .... CARBONE_PUBKEY to set Carbone publikey (for authentification)
If you need to manage multiple Carbone configuration for different environnement, you can set instance TAG to configure config prefix: CARBONE_CONFIG_PREFIX= "/PROD/" for example
Enable Carbone Studio
You can configure CARBONE_EE_STUDIO to true in AWS System Manager
Store templates and renders on S3 bucket
You can set bucket name and region in file /var/www/carbone-ee/config/config.json with the following options: "templateS3Bucket" : "test-stockage-template", "templateS3BucketRegion" : "us-east-1", "templateS3Folder" : "prod", "renderS3Bucket" : "test-stockage-render", "renderS3Folder" : ""
Authentification is done using EC2 IAM role so you need to add following policy to grant S3 access to you EC2 instance : { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:PutObject", "s3:GetObject", "s3:GetObjectAttributes", "s3:ListBucket", "s3:DeleteObject" ], "Resource": [ "arn:aws:s3:::test-stockage-template", "arn:aws:s3:::test-stockage-template/", "arn:aws:s3:::test-stockage-render", "arn:aws:s3:::test-stockage-render/" ] } ] }
Enable log export to cloudwatch
You only need to attach *CloudWatchAgentServerPolicy on EC2 IAM role to enable Carbone logs export in CloudWatch
Sensitive data
All customers data are stored in /var/www/carbone-ee/ folder. Only the template are persistent. By defaut API authentification is disable but you can enable it : https://carbone.io/on-premise.html#server-authentication
Resources
Vendor resources
Support
Vendor support
Please allow 24 hours Contact us on live chat https://carbone.io or mail support@carbone.io
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.