We are in the process of evaluating pd4ml. We require to generate a PDF from multiple urls, however for each url we wish to specify a different html width via the setHtmlWidth() method. It does not appear to be possible to do this from the API or am I missing something? Any advice would be appreciated.
Unfortunately the API does not allow to define individual settings for each document.
The only possible workaround is to create PDFs one-by-one using PD4ML and to merge them into a single doc with free iText library (http://itextpdf.com/)