Open source php doc/x to pdf conversion?
问题 Are there any open source PHP tools that i can use to convert .doc / .docx to pdf ? If you have any good tutorials or tools that would be greatly appreciated . I was looking into phpLiveDocx but looks like they charge monthly. Or maybe an .odt to pdf in php or linux ? 回答1: Try FPDF(dot)org. Dunno if it's open source but it seems easy to understand & use. EDIT: Didn't notice that it didn't do conversions. Maybe this blog post will help: Word to PDF conversion using OpenOffice on Windows.