Seems I stumbled upon an issue with PrinceXML, where the guides didn't help me unfortunately.
Consider the following setup:
One HTML-file for DOM-structure.
Various CSS files.
In the PrinceXML GUI, I add the HTML-file together with the bunch of stylesheet files to the convertor. The output is aligned, all pages are filled with the desired content.
The HTML DOM is structured like this:
For testing purposes, the HTML DOM is splitted in the hard way:
HTML 1:
HTML 2:
Then I feed the PrinceXML GUI with the two HTML files and bunch of stylesheets, and merge them into one PDF-file. The output is the same, but I notice there is a blank page added as the first page. So it makes me to wonder where to begin with debugging.
Any suggestion would be appreciated.
Consider the following setup:
One HTML-file for DOM-structure.
Various CSS files.
In the PrinceXML GUI, I add the HTML-file together with the bunch of stylesheet files to the convertor. The output is aligned, all pages are filled with the desired content.
The HTML DOM is structured like this:
<html>
<head>
</head>
<body>
<div>
foo
bar
</div>
</body>
</html>
For testing purposes, the HTML DOM is splitted in the hard way:
HTML 1:
<html>
<head>
</head>
<body>
<div>
foo
HTML 2:
bar
</div>
</body>
</html>
Then I feed the PrinceXML GUI with the two HTML files and bunch of stylesheets, and merge them into one PDF-file. The output is the same, but I notice there is a blank page added as the first page. So it makes me to wonder where to begin with debugging.
Any suggestion would be appreciated.
Edited by Ehart