We have an application that creates PDF invoices from a Word template, and now we have been asked to generate these documents in ZUGFeRD format for submission to German government agencies. This means that we need to gen…...Set PDF/A‑3 compliance var saveOptions = new Aspose.Words.Saving...doc.Save("Invoice.pdf", saveOptions); Setting PdfSaveOptions...