GrapeCity / DsExcel-Java

High-speed Excel spreadsheet API for Java
https://developer.mescius.com/document-solutions/java-excel-api
75 stars 20 forks source link

Share is over cell #6

Open anhdiepmmk opened 4 years ago

anhdiepmmk commented 4 years ago

image

This is my exported pdf file from there code

String in = args[0];
String out = args[1];
Workbook workbook = new Workbook();
workbook.open(in);
workbook.save(out, SaveFileFormat.Pdf);

The problem is my logo shape at top left screen shot is over cell content

image

This is my original xlsx. It well, shape not over cell content

[My original xlsx, exported pdf bellow] 6.xlsx.pdf 6.xlsx

shangpeixu commented 3 years ago

Sorry for replying late, you could submit your question at https://www.grapecity.com/forums/documents-excel-java, then our tech supporters will handle it.