curl https://europass.cedefop.europa.eu/rest/v1/document/extraction -H "Content-Type:application/pdf" --data-binary @cv.pdf -o cv.xml
curl https://europass.cedefop.europa.eu/rest/v1/document/to/pdf-cv -H "Content-Type:application/xml" -d @cv.xml -o cv.pdf
Any further suggestion?
Thanks a lot in advance
Luca
$ mvn clean test