pdf-file.mdx 244 B

1234567891011121314
  1. ---
  2. title: 'PDF File'
  3. ---
  4. ### PDF File
  5. To add any pdf file, use the data_type as `pdf_file`. Eg:
  6. ```python
  7. app.add('a_valid_url_where_pdf_file_can_be_accessed', data_type='pdf_file')
  8. ```
  9. Note that we do not support password protected pdfs.