Module: PdfService
- Defined in:
- lib/pdf_service_client.rb,
lib/pdf_service.rb
Overview
HowTo:
client = PdfService::Client.new 'http://my-pdfservice-app.com'
pdf_content = client.render '<html></html>'
Defined Under Namespace
Classes: Client
HowTo:
client = PdfService::Client.new 'http://my-pdfservice-app.com'
pdf_content = client.render '<html></html>'
Classes: Client