Hi, I would like to know how to add a horizontal line across an existing pdf.
I started with this example in the docs: https://docs.aspose.com/display/pdfjava/Add+Line+Object+to+a+PDF+file
However the resulting pdf does not display the expected shape. It looks like an aspose bug?
Do you have an example of how to add a horizontal line in an existing pdf? I plan on using this line to separate a pseudo-header section of the doc.
I was looking for api documentation on how to use com.aspose.pdf.drawing.Line class but there is really not much documentation in the public api docs: https://reference.aspose.com/java/pdf/com.aspose.pdf.drawing/line
Thanks