0

I'm trying to generate PDF/A-1b document from a website using EvoPDF v3.0

When I verify the output using Adobe Preflight, I get the validation error "CIDSet in subset font missing"

Is there a way to work around this problem, or can someone suggest a different HTML to PDF generator capable of generating PDF/A-1b which doesn't use IE for rendering?

nicemd
  • 54
  • 5
  • There's a webkit-based one called wkhtmltopdf but I don't know if you can specify standards to conform to. http://code.google.com/p/wkhtmltopdf/ – Chris Haas Apr 13 '12 at 19:36

1 Answers1

1

I can answer this myself.

pdfConverter.UseCrossRefStreams = false;
nicemd
  • 54
  • 5