Nguyễn Thanh Ý

Results 1 comments of Nguyễn Thanh Ý

public void ConfigureServices(IServiceCollection services) { // Add converter to DI services.AddSingleton(typeof(IConverter), new SynchronizedConverter(new PdfTools())); } i think, this is your issues