如何在ITextSharp中旋转页面?

时间:2019-02-25 11:48:41

标签: pdf merge rotation itext

虽然将少数文档与原始人像文档合并,但将横向文档渲染为旋转90度。

我想按原样合并它们-

iTextSharp.text.pdf.PdfDictionary pageDict = reader1.GetPageN(1);
pageDict.Put(iTextSharp.text.pdf.PdfName.ROTATE, new iTextSharp.text.pdf.PdfNumber(90));

将景观文档旋转回原始方向。 但这只是旋转页面主体,而不旋转内容。我需要将页面和内容旋转90度。

0 个答案:

没有答案