json-to-pdf
json-to-pdf copied to clipboard
A Library for easily generating PDF documents given JSON markup
`PS C:\apache-maven-3.5.3> mvn -v Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T14:49:05-05:00) Maven home: C:\apache-maven-3.5.3\bin\.. Java version: 10.0.1, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk-10.0.1 Default locale: en_US, platform encoding: Cp1252 OS name:...
I was getting the same error than others trying to add the repository and library on gradle, so I tried to download the jar (json-to-pdf-0.7.5.jar), copy it to libs folder...
I'm trying to compile "json-to-pdf:json-to-pdf:0.7.5" (gradle) on my Android app and I'm getting an error: Error:(37, 13) Failed to resolve: json-to-pdf:json-to-pdf:0.7.5 Show in File, Show in Project Structure dialog What...
Hello again. I think i found another bug: Here is the JSON I'm using (formatted for better reading): ``` [ {}, [ "table", [ "c1r1", [ "cell", [ "table", [...
Hi: I'm using your library to create a letter head. Playing around with table for layout, how do you make multiple lines in a cell (for example name + line...
How to create able of contents? If possible, is it possible to style the table of contents?(font size, line size eg.)