Himanshu Mange
Himanshu Mange
Just change `converter.OutputToMultipleFile = false;` to `converter.OutputToMultipleFile = true;` in Pdf2Image.cs file.
> At present, the index is used when reading a column, so it is impossible to determine which column is being read. Is there any way to specify the column...
I have tried below code. `var list= fastCSV.ReadFile("sample.csv", ',', (o, c) => { o = c[0]; return true; });` However, I used any existing class type that has a string...