• Is there a way to show the output html of the plugin in the browser instead of generating a pdf?

    I would like to debug css styling for the pdf, however each time generating a new pdf is not very practical.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author dinamiko

    (@dinamiko)

    Hello @jeroenzh,

    Currently there is no such way to do so implemented… I take note and I’ll try to add in an upcoming release either as a filter hook or in the UI, thanks.

    Thread Starter jeroenzh

    (@jeroenzh)

    Thank you! Perhaps as a suggestion, another plugin I am using on a different website uses a querystring which you can add on a per case bases.

    As the shortcode of your plugin uses this to render the pdf: ?pdf=123 . Perhaps we can debug it to html by adding &output=html to the url: ?pdf=123&output=html

    That would be perhaps a better and easier solution?

    • This reply was modified 1 week, 2 days ago by jeroenzh.
    • This reply was modified 1 week, 2 days ago by jeroenzh.
    Plugin Author dinamiko

    (@dinamiko)

    @jeroenzh yes it makes sense, adding the param to the URL would be simpler and easier solution to implement, I take note, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.