DynamicPDF API REST Endpoints
Select from any of the REST endpoints and see how the DynamicPDF API can solve your organization's PDF needs.

![]() | dlex-layout | The dlex-layout endpoint takes a report layout template and a JSON dataset and returns a rendered PDF document. |
![]() | image-info | The image-info endpoint accepts an image and returns a JSON document describing its technical properties such as dimensions, DPI, color space, and bit depth. Use it to quickly extract metadata from BMP, GIF, JPEG, TIFF, SVG, and similar image formats. |
![]() | pdf-image | The pdf-image endpoint accepts a PDF and returns a JSON object where each PDF page has been rasterized into a base64-encoded image.(JPEG/GIF/BMP/PNG/TIFF). |
![]() | pdf-info | The pdf-info endpoint accepts a PDF and returns JSON containing metadata such as document title/author/keywords, custom properties, a detailed array of pages with their size, and the structure of form fields including names, values and options. |
![]() | pdf-security-info | The pdf-security-info endpoint accepts a PDF and returns JSON that details the file's encryption and security settings (such as encryption type and permissions). |
![]() | pdf-text | The pdf-text endpoint accepts a PDF and returns a JSON array where each page number is paired with the full extracted text content. |
![]() | pdf-xmp | The pdf-xmp endpoint accepts a PDF and returns the document's XMP metadata as an XML response. |
![]() | The pdf endpoint creates or modifies PDF documents by processing a JSON instructions file that describes what to generate or combine. It can merge PDFs, create pages from HTML, Word, images, or DLEX templates, and produces a final PDF. |
