Need to 'flatten' a PDF prior to distribution

This is new to me. Apparently the PDF I produce needs to be "flattened" before printing. Causes a delay at printing, and user wants to avoid the delay, so can I do this as part of the generation of the document?

I'm using Aspose.PDF for .NET, and programming in VB.Net.

Do I need to get the Aspose.PDF.Kit? (Would like to avoid for now)

Cheers

Alan

Hi,

You will have to use Aspose.Pdf.Kit to flatten the fields.

Thanks.

Thanks Adeel

Does it mean I have to rewrite code - currently several thousand lines

or can I use both in the same page?

Alan