Convert Excel Workbook to PDF document using Aspose.Cells - output file is not opening in Adobe Reader

Aspose PDF created were view able and working fine in earlier adobe Version.

Recently Adobe was upgraded to Adobe 11 and those pdf are no longer view-able in adobe?

Is there any compatibility issue.
Aspose Version details as below:

Aspose.pdf
File Version: 11.1.0.0
Product Version: 2015.12.17



Hi Amitshah,


Thanks for contacting support.

Can you please share sample PDF files causing problem and also please share the sample project, so that we can test the scenario in our environment. We are sorry for this inconvenience.

HI I have attached error message we are getting.



The code we are using as below.

Dim strLicpath As String = String.Empty

strLicpath = ConfigurationManager.AppSettings.Get(“AsposeLicpath”)



Dim wb As Aspose.Cells.Workbook = New Aspose.Cells.Workbook(designerFile)

Dim license As Aspose.Cells.License = New Aspose.Cells.License()

license.SetLicense(strLicpath & “Aspose.Total.lic”)

For Each Worksheet In wb.Worksheets

If Worksheet.IsVisible = True Then

’ Worksheet.Unprotect(“owb03”)



Worksheet.PageSetup.FitToPagesWide = 1



End If

Next

Dim pdfop As New PdfSaveOptions()

pdfop.OnePagePerSheet = True

pdfop.AllColumnsInOnePagePerSheet = True

wb.Save(PDFFile, pdfop)

Hi Amitshah,


Thanks for contacting support.

It appears that you are converting Excel workbook to PDF format and facing issue while displaying the document. Can you please share the input document and also the resultant PDF file for which you are facing the issue. We will further test the scenario and will sharing our findings. We are sorry for this inconvenience.

@amitshah3005,

We also recommend you to kindly try using our latest version/fix, e.g Aspose.Cells for .NET v20.4, you should not find this issue. In case you still find any issue, as requested earlier, kindly do provide your template file, we will check your issue soon.