# Download quote PDF Download the PDF for a finalized quote. Explanation for special handling can be found [here](https://docs.stripe.com/quotes/overview.md#quote_pdf) ## Request ```ruby body = +"" Stripe::Quote.pdf("{{QUOTE_ID}}") do |read_body_chunk| body << read_body_chunk end ``` ### Response ```json {} ``` ## Returns The PDF file for the quote.