Completed
Last Updated: 24 Nov 2014 12:32 by ADMIN
ADMIN
George
Created on: 11 Sep 2014 07:59
Category:
Type: Bug Report
1
FIX. RadRichTextBox PdfFormatProvider - Exporting a document with a watermark does not export the watermark
To reproduce:

Create a word document with a watermark and export it to pdf as follows:

DocxFormatProvider dproivder = new DocxFormatProvider();
var doc = dproivder.Import(File.ReadAllBytes(@"C:\Users\gngeorgiev\Desktop\watermark.docx"));

PdfFormatProvider provider = new PdfFormatProvider();
var bytes = provider.Export(doc);
File.WriteAllBytes(@"C:\Users\gngeorgiev\Desktop\exp.pdf", bytes);

You will see that the watermark is missing.

Resolution: 
This issue is addressed in the new version of the control - RadRichTextEditor. Please use the new control instead the RadRichTextBox. 

0 comments