Hi, we are evaluating PDFBox for rendering PDF documents. We noticed that the default rendering mode renders certain lines with a dashed or dotted pattern rather than a solid line. Also, we see hatch patterns in the rendering of larger filled areas. We suspect that this has to do with the color space or default device that is used for rendering (we are using the PageDrawer class to render to an in-memory image). What API methods do we need to call to get the rendering use solid lines and solid fills?
Thanks, Mirko
