コード例 #1
0
        protected override ConfirmationPdf Confirmation(string path)
        {
            Assert(path).PdfFile();

            var text = new XpdfHelper().ToText(path);

            return(new ConfirmationPdf(path, text));
        }
コード例 #2
0
 public XpdfHelperTest()
 {
     this.xpdfHelper = new XpdfHelper();
 }