Ejemplo n.º 1
0
 public Task <byte[]> GetPDF(Uri url)
 {
     return(WkhtmlDriver.Convert(WkhtmltopdfConfiguration.RotativaPath, _convertOptions.GetConvertOptions(),
                                 url));
 }
Ejemplo n.º 2
0
 public byte[] GetPDF(string html)
 {
     return(WkhtmlDriver.Convert(WkhtmltopdfConfiguration.RotativaPath, this.GetConvertOptions(), html));
 }