Test pdf content using C# in acceptance tests

47 views Asked by At

I am trying to test pdf content which is stored in blob in my acceptance tests, I am using c# and pdftron library

I am able to fetch the content but there were some special characters included in content in place of some characters and those are not consistent as well

I tried with ITextsharp as well and facing the same issue

Is there any better way to implement this

0

There are 0 answers