签章
This commit is contained in:
parent
2be6941956
commit
642b91ba4f
@ -119,9 +119,9 @@ public class PDFBuilder extends PdfPageEventHelper {
|
||||
public void addSign(PdfWriter writer){
|
||||
String psth;
|
||||
if(writer.getPageNumber()%2 == 1){
|
||||
psth = imagepath+"\\doc\\image\\leftZ.png";
|
||||
psth = imagepath+"/doc/image/leftZ.png";
|
||||
}else/* if (writer.getPageNumber() == 2)*/{
|
||||
psth = imagepath+"\\doc\\image\\rightZ.png";
|
||||
psth = imagepath+"/doc/image/rightZ.png";
|
||||
}/*else{
|
||||
return;
|
||||
}*/
|
||||
|
Loading…
Reference in New Issue
Block a user