Forrest logo
back to the xsltproc tool

xsltproc:ai:2581d

How to create pdf with xsltproc
$ xsltproc your-stylesheet.xsl your-input.xml -o output.pdf
try on your machine

This command executes xsltproc with your XSL stylesheet and input XML file to create a PDF output file.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to create pdf with xsltproc?
back to the xsltproc tool