Click here to Skip to main content
15,867,704 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please, I need to Export Reports to PDF, but the problem is that SSRS 2008 R2 exports to the native form (version 1.3 Acrobat 4.x). and I need to versión 1.5 (Acrobat 6.x)

How can I do this?

Please, Help me.

Thanks a lot!

What I have tried:

I tried to change the DeviceInfo:
<configuration>
<deviceinfo>
<humanreadablepdf>True



or Add this new.
Extension Name="APPDF" Type="Aspose.PDF.ReportingServices.Renderer, Aspose.PDF.ReportingServices">
<configuration>
<pdfconformance>PdfA1B



But it does not work.

Thanks for your help.
Posted
Updated 4-Apr-19 0:55am

1 solution

You can write a cusom renderer or use a third-party library like Aspose as suggested here[^] - using Aspose requires a little more effort than just changing your device info and it's not cheap. Although if you were trying to update your config can we assume you have already purchased it? In which case you should contact their support https://forum.aspose.com/ (free) or https://helpdesk.aspose.com/ (paid for)

Or you could upgrade your installation as described here Upgrade Reports (SSRS) - SQL Server Reporting Services (SSRS) | Microsoft Docs[^]

Or you could purchase Adobe Acrobat (or similar) and use that to upgrade the finished reports - this could probably be automated - see Automating Acrobat can save you loads of time.[^]

For future reference phrases like
Quote:
But it does not work.
do not give us enough information to help you properly. Give precise details of what happens/does not happen and the exact wording of any error messages.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900