Dear Aspose support team,
I create a searchable PDF in the following way with Aspose.PDF Version 21.7.0 in C#:
const string dataDir = @"C:\Temp\_\Aspose";
var document = new Aspose.Pdf.Document();
…...Dear Aspose support team,
I create a searchable PDF in the following way with Aspose.PDF Version 21.7.0 in C#:
const string dataDir = @"C:\Temp\_\Aspose";
var document = new Aspose.Pdf.Document();
…