# All our guides for Python  
with requests

Feel free to skim over all our guides to generate documents with PDFShift using **Python** and the _requests_ library.

You can't find the guide you are looking for? [Contact us](/contact) and tell us what you are looking for and we'll write the guide you need.

## Available libraries

[

### aiohttp

21 guides

](/guides/python/aiohttp)[

### httplib2

21 guides

](/guides/python/httplib2)[

### requests

21 guides

](/guides/python/requests)[

### urllib3

21 guides

](/guides/python/urllib3)

## All our guides:

*   [Accessing secured pages](/guides/python/requests/accessing-secured-pages)
*   [Adding a custom header or footer](/guides/python/requests/adding-a-custom-header-or-footer)
*   [Adding a text watermark](/guides/python/requests/adding-a-text-watermark)
*   [Adding an image watermark](/guides/python/requests/adding-an-image-watermark)
*   [Avoid the conversion on error when loading the document](/guides/python/requests/avoid-conversion-on-error)
*   [Convert an HTML document to PDF from a URL](/guides/python/requests/convert-html-to-pdf-from-a-url)
*   [Convert an HTML document to PDF from raw HTML](/guides/python/requests/convert-html-to-pdf-from-raw-html/)
*   [Define a time limit](/guides/python/requests/define-a-time-limit)
*   [Exporting only a specific set of pages](/guides/python/requests/exporting-only-a-specific-set-of-pages)
*   [Generate a document with full height](/guides/python/requests/generate-a-document-with-full-height)
*   [Loading CSS from a string](/guides/python/requests/loading-css-from-a-string)
*   [Loading CSS from a URL](/guides/python/requests/loading-css-from-a-url)
*   [Loading Javascript from a string](/guides/python/requests/loading-javascript-from-a-string)
*   [Loading Javascript from a URL](/guides/python/requests/loading-javascript-from-a-url)
*   [Protecting the generated PDF](/guides/python/requests/protecting-the-generated-pdf)
*   [Receive a webhook event](/guides/python/requests/receive-a-webhook-event)
*   [Save your PDF online and get back a URL](/guides/python/requests/save-your-pdf-online-and-get-back-a-url)
*   [Save your PDF to your Amazon S3 Bucket](/guides/python/requests/save-your-pdf-to-your-amazon-s3-bucket)
*   [Send custom HTTP headers](/guides/python/requests/send-custom-http-headers)
*   [Using cookies to convert HTML documents to PDF](/guides/python/requests/using-cookies)
*   [Waiting for a custom element to be ready](/guides/python/requests/waiting-for-a-custom-element-to-be-ready)