James Manring

Results 3 comments of James Manring

I wish it were. There are a lot of deprecated packages and a lot of security issues in them.

I'm running into the same issue now. I have an image that covers the page and want text to be on top. Everything I try the image is always on...

So I found that in src/PhpWord/Writer/Word2007/Style/Frame.php if I change: $zIndices = array(FrameStyle::WRAP_INFRONT => PHP_INT_MAX, FrameStyle::WRAP_BEHIND => -PHP_INT_MAX); to $zIndices = array(FrameStyle::WRAP_INFRONT => 251658752, FrameStyle::WRAP_BEHIND => -251658752); it allows me to...