views:

472

answers:

0

I have situation and I seek solution for that.

I have an application (.net) that generates PDF file in that pdf file we have some pages as portrait and some are landscape. I rotate the pages to fit the requirement.

We are having issue when printing this document, problem is that the header of landscape page is printing on the right hand side (if you take the document from printer and start reading it, the footer is on your right and header is on left) we want to make sure that in this case the footer should be on left hand side.

One way we have implemented is we are using Image and templates for printing pages that should be printed as portrait. we keep the orintation of page as landscape, generate the image with data and then rotate the image before adding that to document. that solved the problem for the pages that has plain text and images, now I am stuck with pages that has PDFTable and I am not able to find a way to convert PDFTable to PDFTemplate or Image.

if anyone of you have a better solution them Image then also let me know.

Waiting :)