I use this software in a .Net project, to convert HTML in PDF.
It work's great for me.
I want to produce files PDF in the format PDF/A-1b.
There's a way to accomplish this task?
Thank's in advance.
I use this software in a .Net project, to convert HTML in PDF.
It work's great for me.
I want to produce files PDF in the format PDF/A-1b.
There's a way to accomplish this task?
Thank's in advance.
You could use GhostScript to convert the PDF, that wkhtmltopdf gives you, to PDF/A.
Have a look at the following Stackoverflow question for inspiration:
Stackoverflow - how to use GS to convert PDF to PDF/A or PDF/X