Skip to content

Create PDF files from an XLST stylesheets and XML data.

Notifications You must be signed in to change notification settings

weaverplatform/xml2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML2PDF

XML2PDF is a microservice that takes a zip containing an xml with data and an xslt stylesheet. The resulting response is a PDF file.

How to use it

Converting a file is fairly simple. First you need to construct a zip file with the following structure:

  • data.xml
  • stylesheet.xslt
  • ... (whatever needs to be there for resources)

Next send the zip in a multipart POST request to the /convert endpoint. The resulting response will be the generated PDF file.

How to run it

The repository contains a docker-compose file. Running docker-compose up will build an run the microservice.

About

Create PDF files from an XLST stylesheets and XML data.

Resources

Stars

Watchers

Forks

Packages

No packages published