Avoid splitting images across pages with selectPDF plugin

Would it be possible for you to implement this parameter for the SelectPDF plugin?: http://selectpdf.com/docs/Troubleshooting.htm#item9

You should just set KeepImagesTogether to true in the call to the SelectPDF API.

It would be great, since my pdf files really look bad right now because the images are cut across two pages.

2 Likes

I can’t see any parameter like this in the doc, you’re not looking at the right place…

http://selectpdf.com/html-to-pdf-api/

http://selectpdf.com/docs/P_SelectPdf_HtmlToPdfOptions_KeepImagesTogether.htm (ver16.3)

This is the .Net library documentation - not the web API. I have written to their support, and they will expose this option for the web API also. I’ll get back.

1 Like

For the record: this option is now available in the plugin. There is now an extra checkbox to set this. Thanks @emmanuel!

1 Like