I am trying to add a PDFLine under my heading on a PDF. I have been using the Xojo Example ‘Lines’ for help, but both the Xojo example and my code place a weird and unwanted rectangle on the lefthand side of my line.
Just curious about why are you using PDFLine instead of the regular Graphics.DrawLine. I’m asking because PDFLine is part of the PDF Annotation set of features where you can, well, attach a text to the PDF object… while if it is only for ornamentally purposes, then DrawLine is good enough.
I was following the Xojo example, that’s all. I want a PDFDocument to look the same as one generated by wkHTML2PDF, but with a vector chart rather than PNG. I don’t care how the line is generated.