Convert docx to pdf,Chinese garbled,English normal.
code:
file_name = download_file(filepath)
file_name_without_ext = Path(file_name).stem
file_path = base_dir / "file" / file_name
new_file_name = file_name_without_…...issue of Chinese characters appearing garbled when converting a...