Are you building a WordPress site with Advanced Custom Fields and want to display PDFs stored in an ACF field through PDF Embedder? ACF’s own support forums include a working example that covers exactly this.
This guide points you to the recommended resource for integrating PDF Embedder with ACF.
Embedding a PDF from an ACF Field
Advanced Custom Fields has published an example covering how to load an embedded PDF into an ACF field in their support forums. That thread walks through the field setup and the template code needed to output the PDF Embedder shortcode dynamically.
Find the full example here: How to Embed PDF on Page — ACF Support Forums
The approach works with both the free PDF Embedder plugin and our PDF Embedder Premium plugin. The shortcode output method is the same regardless of which version you use. Premium attributes such as download="off" or width="max" can be appended to the dynamically generated shortcode string in the same way as any other shortcode parameter.