14 lines
244 B
Plaintext
14 lines
244 B
Plaintext
---
|
|
title: 'PDF File'
|
|
---
|
|
|
|
|
|
### PDF File
|
|
|
|
To add any pdf file, use the data_type as `pdf_file`. Eg:
|
|
|
|
```python
|
|
app.add('a_valid_url_where_pdf_file_can_be_accessed', data_type='pdf_file')
|
|
```
|
|
|
|
Note that we do not support password protected pdfs. |