Ankur Goel

Results 4 issues of Ankur Goel

Synatax: ``` markpdf pdf.pdf ~/Downloads/logo.jpeg out.pdf -p10 -t ``` In above syntax, using `-p` to scale the image to 10% and `-t` to generate tiles all over the page. Result:...

Builds on top of https://github.com/ajaxray/markpdf/pull/14 with feedback from @ajaxray in mind Approach: 1. Check if given watermark is a template with `isWatermarkATemplate` 2. If a template, dynamically change the text...

Business API - https://developer.uber.com/docs/businesses/introduction Checklist - [ ] GET /business/trips/{trip_id}/receipt - [ ] GET /business/trips/{trip_id}/receipt/pdf_url - [ ] GET /business/trips/{trip_id}/invoice_urls

enhancement

_Do not merge this yet_ @sishen : I'm using raise_error middleware of Faraday and passing the message to `Uber::Error.from_error` which raises exception based on status code. Though, this is not...