[MVC-10010] : Incorrect watermark text and position in PDF printing
usman-aziz opened this issue · 0 comments
usman-aziz commented
This issue was originally raised via forum thread: http://www.groupdocs.com/Community/forums/permalink/13859/13859/showthread.aspx#13859
The user is getting issue with watermark text and position when using PDF printing option (usePdfPrinting: true) in ASP.NET_MVC_Front_End. To reproduce this issue, use demo.docx file and following parameters:
watermarkPosition: 'Diagonal',
watermarkText: '透かし文字、Watermark for image',
watermarkWidth: 100,
useHtmlBasedEngine: false,
usePdfPrinting: true,