View Single Post
Old 04-27-2010, 04:24 AM   #6
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,864
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Nexus 7
Quote:
Originally Posted by dpentecost View Post
Yes, I'll do that. Here are the first few pages. The book cover is fine. All the internal graphics get the sliced treatment in conversion.
Each image in the pdf that has this trouble is actually not one image in the original document it is many images butted up against each other.

I would open (change epub to zip) the file and check out the css file in it. See if you can eliminate any margins, borders or padding around the images.

Update: I checked out the css and it had added a top and bottom margin to each image. Remove this and you should be fine.

.calibre2 {
display: block;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
margin-top: 1em
}

Converting the same pdf file to html via Mobipocket Creator didn't produce any margin around the images.

My opinion is until I have a reader large enough to view pdf files full screen as Adobe intended I'm just not going to mess with them.

Good Luck!

Last edited by DoctorOhh; 04-27-2010 at 04:57 AM.
DoctorOhh is offline   Reply With Quote