File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ public void Dispose()
1919 Directory . Delete ( _pathDirectoryVeraPdf , true ) ;
2020 }
2121
22+ /// <summary>
23+ /// Use this constructor to use your own installation of VeraPdf, e.g.: c:\somePath\verapdf.bat
24+ /// </summary>
25+ /// <param name="pathToVeraPdfBin"></param>
26+ public PdfAValidator ( string pathToVeraPdfBin )
27+ { _pathVeraPdfBat = pathToVeraPdfBin ; }
28+
29+ /// <summary>
30+ /// Use this constructor to use the embedded veraPdf binaries
31+ /// </summary>
2232 public PdfAValidator ( )
2333 { _pathVeraPdfBat = getPathToVeraPdfBin ( ) ; }
2434
Original file line number Diff line number Diff line change 88 <PackageLicenseUrl >https://github.com/Codeuctivity/PdfAValidatorApi/blob/master/LICENSE</PackageLicenseUrl >
99 <Authors >Stefan Seeland</Authors >
1010 <Company >Codeuctivity</Company >
11- <AssemblyVersion >1.0.0.10</AssemblyVersion >
12- <FileVersion >1.0.0.10</FileVersion >
11+ <AssemblyVersion >1.0.0.11</AssemblyVersion >
12+ <FileVersion >1.0.0.11</FileVersion >
13+ <Version >1.0.11</Version >
1314 </PropertyGroup >
1415
1516 <ItemGroup >
You can’t perform that action at this time.
0 commit comments