예제 #1
0
 /**
  * Get the raw PDF content
  * @param Estimate $estimate
  * @return string
  */
 public function getPdf(Estimate $estimate)
 {
     return $this->connector->getPdf($estimate);
 }
예제 #2
0
 /**
  * Get the raw PDF content
  * @param Invoice $invoice
  * @return string
  */
 public function getPdf(Invoice $invoice)
 {
     return $this->connector->getPdf($invoice);
 }