You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# generate a file titi.pdf from a template and a json content
992
+
curl -X POST -H 'secretkey: DEFAULT_KEY' -H 'Content-Type: application/json' -d '{"name":"my_file.pdf","variables":{"my_tag":{"type":"text","value":"foo"},"other_tag":{"type":"text","value":"bar"}},"watermark": {"Watermark": "It s a draft","WatermarkColorRGB" : "236,200,0"}}' --output titi.pdf http://localhost:8000/test_dir1/test.odt
993
+
994
+
```
995
+
946
996
<aname="supported-formats"></a>Supported formats
947
997
-------------------------------------------------
948
998
@@ -1043,5 +1093,5 @@ For Pyuno
1043
1093
-[JODConverter wiki for list formats compatibles with LibreOffice](https://github.com/sbraconnier/jodconverter/wiki/Getting-Started)
1044
1094
-[The unoconv source code, written in python with PyUNO](https://github.com/unoconv/unoconv/blob/master/unoconv)
1045
1095
-[Unoconv source code for list formats - and properties - compatible with LibreOffice for export](https://github.com/unoconv/unoconv/blob/94161ec11ef583418a829fca188c3a878567ed84/unoconv#L391)
1046
-
1096
+
-[convert color RGB to long color use for LibreOffice](https://help.libreoffice.org/latest/fr/text/sbasic/shared/03010305.html)
0 commit comments