hi, have a xml file, i want to create double column pdf output from the xml content it has paragraphs, sections, figure, table, ... it should dynamically change as single column for figure and table, normal paras should be print as double column could you help me
@othmanemechmach340 Жыл бұрын
it works perfectly for a cell, but what about a multi_cell ? is there any solution ?
@jonevanmoore3 жыл бұрын
So I tried this in my script and even with yours from GitHub, but I got the same traceback both times, something to do with the font variable where ImageFont and 'times.ttf' is used. Not sure why. Maybe there's an update?
@ChartExplorers3 жыл бұрын
Hi @Explore Moore. Hmmmm, it could be a version issue. I'm trying to replicate the error. I downloaded the latest version of fpdf2 and ran the Github code. I'm not getting any error message. Do you have the latest version? Also, what happens when you try a different font like arial?
@ChartExplorers3 жыл бұрын
Any luck with this?
@jpcervone162 жыл бұрын
@@ChartExplorers I'm also getting an errror when downloading pillow. 'RuntimeWarning: The _imaging extension was built for another version of Pillow or PIL: Core version: 9.0.0 Pillow version: 9.0.1'. That's the error message i'm getting. Any suggestions? Thanks in advance!!