![]() |
VOOZH | about |
The CData ODBC Driver for PDFMonkey enables access to live data from PDFMonkey under the ODBC standard, allowing you work with PDFMonkey data in a wide variety of BI, reporting, and ETL tools and directly, using familiar SQL queries. This article shows how to connect to PDFMonkey data as a generic ODBC Data Provider and create charts, reports, and dashboards based on PDFMonkey data in Dundas BI.
PdfMonkey uses API key authentication. To obtain an API key:
After obtaining your API key, set the following connection properties:
Profile=C:\profiles\PdfMonkey.apip;AuthScheme=APIKey;ProfileSettings="APIKey=your_api_key"
Once the authentication is configured, you can connect to PdfMonkey and query data from any of the available tables such as CurrentUser, DocumentCards, Documents, DocumentTemplateCards, and DocumentTemplates.
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
You are now ready to create a dashboard with PDFMonkey data.
Connect to live data from PDFMonkey with the API Driver
Connect to PDFMonkey