On 2019-03-12 Jan Tosovsky wrote:
> 
> when intermediate format is generated, it is possible to influence the
> result by optional setting the target output format:
> 
> XMLRenderer atrenderer = new XMLRenderer(ua);
> atrenderer.mimicRenderer(...);
> 
> However, when I use something like this, the result is produced using some
> default configuration:
> atrenderer.mimicRenderer(ua.getRendererFactory().createRenderer(ua,
> "application/pdf"));
> 

It works (in the original code), I was fooled by my changes :-)

Jan

Reply via email to