Footer and header Problem

Hi


When I use the converter utility from excel to pdf, in pdf file footer and header are no visible on the following pages, I’m using a excel template for fill cells and implement a few formulas, later I will convert to pdf

can you help me ?

Hi Diego,

Thanks for your posting and using Aspose.Cells.

Please download and try the latest version: Aspose.Cells
for Java v8.2.0.1
and see if it fixes your issue.

If your problem still persists, then please provide us your Excel file which you are converting to PDF. We will look into your issue and help you asap.

hi


I’m using lastest version of aspose cells

I send the file I that have to convert
and I have two problems

1. margins are no equal
2. header and footer doesn’t apear on the following pages.

Thanks

Hi Diego,

Thanks for your posting and using Aspose.Cells.

I have converted your Excel file into PDF using the latest version: Aspose.Cells
for Java v8.2.0.1
and did not notice any issue.

I tested this issue with the following code. I have also attached the output PDF generated by this code for your reference.

Could you please provide screenshots highlighting the issue, it will help us investigate your issue more precisely and closely and we will be able to fix it asap.

Java


String filePath = “F:\Shak-Data-RW\Downloads\Files\67460.xls”;


Workbook workbook = new Workbook(filePath);

workbook.save(filePath + “.outj.pdf”);