Skip to main content

Recent Blog Posts


The DynamicPDF API's blog constantly has new tips and tutorials.
Using PowerShell with DynamicPDF APIJul 05, 2024https://dpdf.io/blog/powershellUse Microsoft's PowerShell to test DynamicPDF API endpoints from the command line quickly.
DynamicPDF API Word and Excel ConversionApr 16, 2024https://dpdf.io/blog/word-excel-conversionThe DynamicPDF API pdf endpoint now supports Word and Excel conversion to PDF.
DynamicPDF API's Postman CollectionApr 02, 2024https://dpdf.io/blog/postman-apiThe DynamicPDF API is now on the Postman Public API Network, the most extensive collection of APIs available anywhere. Use Postman to call the DynamicPDF API's endpoints before incorporating the endpoints into your application. Save time and money using the DynamicPDF API's public collection on Postman.
DynamicPDF API's PortalMar 04, 2024https://dpdf.io/blog/dashboard-changesDynamicPDF is excited to announce our new Portal has been redesigned to make working with the DynamicPDF API more intuitive. We are also happy to announce the renaming of the DynamicPDF Cloud API to DynamicPDF API and our new home//dpdf.io.
Using Axios Node.js with CloudAPIJan 31, 2024https://dpdf.io/blog/dlex-layout-axiosA client asked how to call the dlex-layout endpoint using the Axios library rather than the DynamicPDF API's Node.js client library. In this tutorial, we illustrate how to send files and associated data by constructing a form and then using Axios to call the dlex-layout endpoint.
Using CloudAPI with WordPressJan 14, 2024https://dpdf.io/blog/cloudapi-with-wordpressA client asked if The DynamicPDF API worked with WordPress. This question made us wonder how we could integrate The DynamicPDF API with WordPress so potential clients could use our product in their WordPress sites.
Dynamic Columns and Designer Reports - Part TwoDec 06, 2023https://dpdf.io/blog/dynamic-columns-and-designer-reports-part-twoDynamicPDF Designer is a powerful graphical editing tool for creating a DLEX XML specification that, when processed, creates a PDF document. You can also programmatically create a DLEX specification to format a report dynamically. Here, we show how to dynamically create a columnar report.
Dynamic Columns and Designer Reports - Part OneDec 04, 2023https://dpdf.io/blog/dynamic-columns-and-designer-reports-part-oneDynamicPDF Designer is a powerful graphical editing tool for creating a DLEX XML specification that, when processed, creates a PDF document. You can also programmatically modify a DLEX specification to format a report dynamically. Here, we show how to dynamically change a report to remove columns when creating a columnar report.
Generate JSON Correctly (SQL Server Example)Nov 28, 2023https://dpdf.io/blog/sql-server-jsonIn this short tip, we demonstrate using SQL Server to easily create a JSON document for testing in DynamicPDF Designer Online.
Subreports Using DesignerNov 09, 2023https://dpdf.io/blog/subreport-using-designerHere at DynamicPDF, we have noticed several clients needing help distinguishing if they should use a Subreport rather than a ConditionalHeader or ConditionalFooter. ConditionalHeader elements and ConditionalFooter elements are convenient ways to add top-level information or column headers to a report. However, when you need to display substantial data in a header or footer, often the better choice is to use a Subreport. Here, we create a report illustrating why you might consider using a Subreport rather than a ConditionalHeader or ConditionalFooter.
Dynamic Color Using DesignerOct 11, 2023https://dpdf.io/blog/dynamic-color-using-designerDynamicPDF API now allows conditionally formatting an element's color using expressions. In the following example we illustrate formatting a simple DLEX Report.
Expand Row Height to Match ContentOct 07, 2023https://dpdf.io/blog/auto-sizing-using-designerYou can expand rows to easily match the height of your content. You can even use Lines and Rectangles to expand with a field's content. Here's how to do it.
Using CSS Stylesheet when processing HTMLSep 22, 2023https://dpdf.io/blog/using-css-stylesheetOne question we get asked here at DynamicPDF is how to use a CSS stylesheet when using the html input with the pdf endpoint to convert HTML to PDF. Here is a simple way to accomplish this task.
Python Client Library ReleasedAug 29, 2023https://dpdf.io/blog/released-to-pythonThe Python client library is now available from PyPi. This client library make it easy to use the DynamicPDF API from your Python based applications.
DynamicPDF API Designer Now Supports Google FontsJul 07, 2023https://dpdf.io/blog/google-fontsDynamicPDF CloudAPI Designer now supports Google Fonts, significantly expanding the number of fonts available to you when creating a PDF document.