Skip to content

Chulasiri/WordtoPdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word to PDF Converter

โปรแกรมแปลงไฟล์ Word เป็น PDF สำหรับ Windows

วิธีติดตั้งและใช้งาน

ขั้นตอนที่ 1: ติดตั้ง Python

  1. ดาวน์โหลด Python จาก https://www.python.org/downloads/
  2. ติดตั้งโดยต้องเลือก Add Python to PATH

ขั้นตอนที่ 2: ติดตั้ง Dependencies

pip install -r requirements.txt

ขั้นตอนที่ 3: รันโปรแกรม

python word_to_pdf_converter.py

ขั้นตอนที่ 4: สร้างไฟล์ .exe (Optional)

build.bat

ไฟล์ .exe จะอยู่ในโฟลเดอร์ dist/

ความต้องการของระบบ

  • Windows 7, 8, 10, 11
  • Microsoft Word ติดตั้งอยู่ในเครื่อง (สำหรับแปลงไฟล์)
  • Python 3.8+

วิธีใช้งาน

  1. คลิกปุ่ม "เลือกไฟล์" หรือคลิกที่กล่องดรอป
  2. เลือกไฟล์ Word (.docx หรือ .doc)
  3. คลิกปุ่ม "แปลงเป็น PDF"
  4. เลือกโฟลเดอร์สำหรับบันทึก
  5. รอจนการแปลงเสร็จสมบูรณ์

หมายเหตุ

  • โปรแกรมนี้ใช้ Microsoft Word ในการแปลงไฟล์ ดังนั้นต้องมี Word ติดตั้งในเครื่อง
  • รองรับไฟล์ .docx และ .doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors