# tcpdf **Repository Path**: mpxq22/tcpdf ## Basic Information - **Project Name**: tcpdf - **Description**: html转PDF - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2026-01-26 - **Last Updated**: 2026-01-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tcpdf html转PDF https://tcpdf.org/ index.php中只有基本的用法,其他用法: https://tcpdf.org/examples/ 设置页眉logo图片是路径不对,找到tcpdf.php中3392行 Header()方法中 ‘K_PATH_IMAGES.’ 都删掉; ![image](https://github.com/LIU-FH/tcpdf/blob/master/1.png)