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…...Benjamin_Freitag January 15, 2024, 9:31am 8 Has PDFNET-51572 been...related? asad.ali January 15, 2024, 5:06pm 9 @Benjamin_Freitag...