I create my PDF file with:
ExportAsFixedFormat(pdffilename, WdExportFormat.wdExportFormatPDF);
but i need a PDF/A PDF. Is there a way to get this done with NetOffice?
I create my PDF file with:
ExportAsFixedFormat(pdffilename, WdExportFormat.wdExportFormatPDF);
but i need a PDF/A PDF. Is there a way to get this done with NetOffice?
Use
Document.ExportAsFixedFormatoverload withuseISO19005_1parameter.