EVENO Manuel wrote: >>> Et voilà: http://1t3xt.be/?X000771 > > Thanks ! > How did you know I'm french, is this the obvious french word in the title ;)
It was an educated guess ;-) > I've included this in my code and its working fine but there's still a > strange shift > from the top on the subsequent pages ... (See attached pdf file, use the > 2-page view > option in adobe reader) > > It's not blocking but if you have ideas it would be great ... Well, the cause is the "default leading". "Leading" is the name given in the PDF Reference for the space between the baselines of two lines. As long as nothing has been added to a document, the default leading is 0; as soon as you add a paragraph, the default leading changes into the default leading of that paragraph. In your case: on page 1, the default leading is 0. On the pages that follow, the default leading is probably 18. How to solve this? Maybe you can wrap the image inside a paragraph. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp as they present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
