I need to write a NET application that will take various data from databases and construct a PDF which must be in PDF/A format because of the companies standards.
So far I have looked at PDFSharp and iTextSharp
I see a topic in PDFSharp forums http://forum.pdfsharp.net/viewtopic.php?p=1293#p1293 dicussing this very topic and they have said years ago that PDF/A support is in their todo list, but nothing came of it.
I cannot find any information about PDF/A format using these libraries. Do I need to build the PDFs while meeting PDF/A restrictions? I do not know how to verify a file is in PDF/A format...