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