pdfbox - sign landscape file error
问题 I am using pdfbox-1.8.8 to do the signing function on PDF file. It works well with PDF file in portrait mode. But with landscape file, I have an issue It looks like the coordinate is wrong for the landscape file. Does anyone know what is wrong with the file ? Here is the link of pdf file Here is the code I used to sign public void signDetached(String inputFilePath, String outputFilePath, String signatureImagePath, Sign signProperties) { OutputStream outputStream = null; InputStream