jdackus Posted October 11, 2006 Share Posted October 11, 2006 I'm attempting to get horizontal line drawing working in a pdf-generator script I've written.All the documentation I seem to find refers to this method:PDF_lineto($pdf, x, y);I'm unable to get any functions to work this way in my script, so I've been using (successfully till now):$p->whatever(whatever);the line $p->lineto(20,200); for example, produces the following error:PDFlib exception occurred in View Proof: [2100] : Function must not be called in 'path' scopei've tried this about a dozen different ways to no avail.Any suggestions? Link to comment https://forums.phpfreaks.com/topic/23683-problem-with-pdflib-lineto-function-php5/ Share on other sites More sharing options...
jdackus Posted October 11, 2006 Author Share Posted October 11, 2006 Nevermind, found the problem. Wasn't using moveto first, then stroke.Thanks anyways.-Cheers Link to comment https://forums.phpfreaks.com/topic/23683-problem-with-pdflib-lineto-function-php5/#findComment-107506 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.