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