I want to replace text in pdf with Aspose.PDF, But throw a NullReferenceException.
the sample code :
var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++.1.pdf”);
var sourceText = “的”;
var targetText = “x”;
Regex rul…...replace-pdf-text sullivan March 26, 2022, 7:16am 1 I want to replace...21.6.0.0. asad.ali March 26, 2022, 5:03pm 2 @sullivan Would you...