Exemplo n.º 1
0
        protected override ConfirmationPdf Confirmation(string path)
        {
            Assert(path).PdfFile();

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

            return(new ConfirmationPdf(path, text));
        }
Exemplo n.º 2
0
 public XpdfHelperTest()
 {
     this.xpdfHelper = new XpdfHelper();
 }