|
|
Tag Browser: encodingtype
< 1 second(s)
-
The bitmap does not end up in the PDF document when the Word document has a bitmap in one of the paragraphs that is paginated to the next page because the paragraphs are marked with ''Keep with Next''.
-
Hi!
I use Stamp to display logo at my Pdf document, but it doesn't work.
Here is the code:
Stamp logoStamp = new Stamp();
logoStamp.BindLogo(new FormattedText(''Some russian text.'', System.Drawing.Color.Blue, FontStyle.Courier,
EncodingType.Winansi, false, 50));
PdfFileStamp stamper = new PdfFileStamp(file.Name + ''-nologo.pdf'', file.Name ...
|
|