I’m using SSRS to author PDF documents of size 8.5 * 11. I use the article here to achieve this. But I don’t know how to handle the situation when one of the PDF page ( not the whole PDF file) is in landscape mode. Here are the steps I’m following
1> Convert each PDF page into .png. each Size 8.5 * 11in
2> Create report of size 8.5 * 11
3> Drag & drop rectangle onto report body. Each rectangle of size 8.5 * 11in. represents one PDF page
4> Set background image of rectangle to PNG created earlier.
Issue here is, if one the page in PDF is in landscape mode. When I create png for this page I have to rotate the image so that I can author it during design time. This image becomes 11 * 8.5 instead of 8.5 * 11.
If I leave the report size 8.5 * 11 then output PDF creates extra pages.
If set report size 11 * 11 then out PDF is also 11 * 11 ( which we don’t want)
Question:
Is there any way to rotate that particular rectangle (PDF page) clockwise during PDF export. Note that all other pages will be in portrait mode except the one which I want rotate.
Any help, hint will be appreciated