Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 pdf 文件中制作学生证,并想为每个学生生成一个条形码,其中包含他们的详细信息。
我的桌子会像
学生桌
Name varchar(55); Class varchar(20); RollNo int(4); Session int(10); Semester int(4); Phone int(12); Address varchar(100);
现在我只想在条形码中有姓名、班级、学期和会话。
谁能帮我解决这个问题。
我使用PDFB 库创建 PDF 格式的条形码。