Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26643

    Hi –

    I’m trying to use the merge method with undesired results.

    Code:

    File resourceFile = new File(“/Users/homedir/tmp/1.5 mile test.pdf”);
    pd4ml.merge(new FileInputStream(resourceFile), 1, -1, false);
    }
    pd4ml.render(new StringReader(html.toString()), fileOut);

    #28741

    Hi –

    Would it be possible to get a response to this?

    #28742

    Currently (v380) PDF parser of PD4ML has a number of limitations: it cannot parse linearized PDFs and edited PDFs (which have multiple xref tables).

    It would be helpful if you publish the original PDF document you tried to merge to. We’ll check if the problem is known and if there is a workaround.

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘HTML/CSS rendering issues’ is closed to new topics and replies.