Welcome Guest Search | Active Topics | Sign In | Register

Blank PDF whne HTML has Options
David Y
Posted: Wednesday, October 24, 2012 12:18:03 PM
Rank: Newbie
Groups: Member

Joined: 8/29/2012
Posts: 2
using this:
<style>
DIV {position: absolute; overflow-x:hidden;}
</style>

We build alot of html using nothing but <div>s and abolsute positioning which then gets converted in to reports.
We recently added the style 'overflow-x:hidden; to all of the divs. With that style in place, we get blank pdf's on everthing.

What can we change to make this work? We added the overflow style to remove some text overlapping between some of the divs
eo_support
Posted: Wednesday, October 24, 2012 12:23:03 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,195
Hi,

Try to use Google Chrome to verify your HTML first. If Chrome displays it fine and our converter doesn't render it right, try to trim down your HTML until you can create a minimum page to demonstrate the problem. Once you have that post the page and we will be happy to take a look.

We tried the following minimum HTML and it works fine:

Code: HTML/ASPX
<html>
<body>
	<style>
		div { position:absolute; overflow-x:hidden; }
	</style>
	<div>
		abc
	</div>
</body>
</html>


So it has to have to do with something else in your page.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.