cyy-2024

Results 8 comments of cyy-2024

Sorry I will correct it. My intention is that I want to omit the step of writing commands, so I use an interface to represent it, and it may not...

hello, remember me? (: I'm the beginner cyy-2024! Thank you very much for your help!I guess I can do a simple p12 signature.~

As a beginner, I thought it would be useful to include a more concise instruction . I can try if you need to.

:) hello I have thought about your issue: first, I made an improvement to handle the error, but the color still didn't display correctly. The problem is that Microsoft Word's...

Hello! I reviewed the issue you raised, and after testing your code, I confirmed that the project indeed couldn't handle inline images properly. Firstly, I fixed the missing run object...

Hello! Is your question regarding italics or underlining? I want to improve this functionality. If you're referring to underlining, based on my tests, it works as expected. I can provide...

you can try the code below! from docx import Document from htmldocx import HtmlToDocx document = Document() html_parser = HtmlToDocx() html_content = ''' Underline and Italic Text Example This is...

It looks like python-docx2txt only supports extracting .png and .jpg files. To handle unsupported formats like .emf, you can add a check in the code and use an external tool...