<!DOCTYPE html>
<html lang="ru">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>test</title>
</head>
<body>
<div>text</div>
<div style="position:absolute; bottom:0">bottom text</div>
</body>
</html>
expected pdf (ctrl+p in browser)
flying saucer html to pdf
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<style>
@page {
size: A4;
@top-left {
content: element(header);
}
@bottom-left {
content: element(footer);
}
}
#header {
position: running(header);
}
#footer {
position: running(footer);
}
</style>
<title></title>
</head>
<body>
<div id="header">Header</div>
<div id="body">Body</div>
<div id="footer">Footer</div>
</body>
</html>
--
You received this message because you are subscribed to the Google Groups "Flying Saucer Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to flying-saucer-u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/flying-saucer-users/97ec34f7-2685-4cb0-852f-a4fbf228ee21n%40googlegroups.com.