SSRS 2014: GIF images not rendering when exporting a report to PDF or image

Tunkkari 21 Reputation points
2020-11-30T20:47:15.513+00:00

Hello everyone,

I have a SQL Server 2014 Reporting Services running on top of Windows Server 2012, production environment.

I have a weird problem with GIF images not getting rendered when you export a report to a PDF or a image (TIFF) file.
PNG and BMP images are working just fine, but I really do need to get GIF images working as well.

I am using two kind of sources for the images, both specified as extrenal images, not embedded: some are uploaded and used directly from Reporting Services and some are fetched from the database.

The images do work just fine in the virtual machine I'm using to develop the reports. I did a compare on the main configuration files between DEV and PROD, but found no such differences which would have anything to do with images or MIME types.

I would very much like to understand what is affecting the way images are rendered to PDF or Image formats and how to further troubleshoot the problem. Any insight and advice would be greatly appreciated. Even more so as this is a critical production environment.

Best regards,

Tunkkari

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,065 questions
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 41,496 Reputation points
    2020-12-01T02:06:03.403+00:00

    Hi @Tunkkari ,

    Gif doesn't work in PDF and Tiff cause they don't support animated GIF images.

    If you really want to use the gif in the PDF, you could convert your gif file to mp4 or mov and place it into pdf file.

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.