Iam have built xulrunner1.9 and xulrunner1.9.0.1 on a x64 bit machine. Iam trying to generate PDF for the given html.
My html contains page-break-after:always.This page-break style doesn't take effect with my x64bit build. This style works in the 32bit xulrunner (window and linux builds) I downloaded from mozilla site. I not sure if the problem is with my build options or because of x64bit related bug. This is very critical for me and can someone throw some light on this. Below are my build options =================== mk_add_options MOZ_CO_PROJECT=xulrunner mk_add_options [EMAIL PROTECTED]@ ac_add_options --disable-tests ac_add_options --prefix=/home/build/ff3inst ac_add_options --enable-application=xulrunner ac_add_options --enable-javaxpcom ac_add_options --disable-debug ac_add_options --enable-default-toolkit=cairo-gtk2 ac_add_options --enable-optimize ac_add_options --enable-canvas ac_add_options --enable-svg ac_add_options --enable-svg-renderer=cairo ac_add_options --enable-extensions=default,spellcheck ac_add_options --with-java-include-path=/home/test/jdk1.5.0_13/include ac_add_options --with-java-bin-path=/home/test/jdk1.5.0_13/bin ======================================= Thanks in Advance, Krithi _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
