Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Circle.ch:
Labels from SVG to PDF with PHP
Aug 16, 2004 @ 12:49:58

On the Circle.ch weblog, there's a new posting about: Designing labels with SVG and convert them to PDF with PHP.

Alan Knowles [1] described the process of designing labels with SVG and the conversion to PDF with PHP last December. There he points to an SVG editor called Sodipodi [2]. Inkscape [3] is yet another SVG editor running on various platforms [3]. Designing labes with SVG seems a reasonable approach. As Alan states correctly, the "FPDF [http://fpdf.org ] is quite a nice library for creating PDFs, however, the thought of hardcoding up all the locations in PHP, for all the text on both applications horrified me."

That is how we implemented our label printing system for LOTS 2004. Positioning a few lines of text and an image is easily done with FDPF for "design once, use many" labels.

They follow up with a few links for more information:

tagged:

Link:


Trending Topics: