I'm using silverpdf-60830 code base, and encountered an error in a windows phone app I'm wring on
The line " Elements[key] = t;" will throw an error when the t is null, should check if null before...
Id #11627 |
Planned Release:
None
|
Last Updated: Jan 13 at 4:27 PM by jamesatcodeplex |
Created On: Jan 13 at 4:27 PM by jamesatcodeplex
It would nice for this package to show up in Nuget. Thanks!
Id #11549 |
Planned Release:
None
|
Last Updated: Dec 18 2011 at 4:53 PM by Iristyle |
Created On: Dec 18 2011 at 4:53 PM by Iristyle
BUG (DLL VERSION 1.2.1269.0)
STEP TO REPRODUCE:
PdfDocument pdfDocument = new PdfDocument();
// Create an empty page
PdfPage pdfPage = pdfDocument.AddPage();
// Get ...
Id #10742 |
Planned Release:
None
|
Last Updated: Apr 13 2011 at 10:20 AM by zava1984 |
Created On: Apr 13 2011 at 10:20 AM by zava1984
ReplacedPdfImage.cs, public void Merge(PdfDictionary other) was throwing null exception (var t = other.Elements.GetObject(key); was returning null)
The following code change took care of it:
...
Id #10736 |
Planned Release:
None
|
Last Updated: Apr 11 2011 at 10:20 PM by Fiwel |
Created On: Apr 11 2011 at 10:20 PM by Fiwel
1. XGraphics.cs
When creating FormattedText object:
MeasureString uses: font.Height
DrawString uses correct: font.Size
Change the first one to be font.Size and your TextLayout example will work cor...
Id #10249 |
Planned Release:
None
|
Last Updated: Feb 28 2011 at 8:40 PM by gantoiadrian |
Created On: Feb 25 2011 at 3:50 PM by Fiwel
When call document.Save(output); we have to wait until document finished save. So Why don't we implement a asynchronous event here to notice when document finished save.
Id #10137 |
Planned Release:
None
|
Last Updated: Mar 1 2011 at 12:00 AM by Fiwel |
Created On: Jan 19 2011 at 12:56 PM by BruceDo
The DrawImage method can result in corrupt PDF pages displaying the error "Wrong Operand". This can occur with JPEG images with larger DPI's (200 or higher).
I'm not sure where the bug is.
Worka...
Id #10092 |
Planned Release:
None
|
Last Updated: Jan 4 2011 at 7:36 PM by rdagger |
Created On: Jan 4 2011 at 7:36 PM by rdagger
The following line:
object i = fieldIndex[tag]; -- in TIFFDirectory.cs in function public TIFFField GetField(int tag)
can throw an error when optional tags are encountered.
Resolution (check if ta...
Id #10091 |
Planned Release:
None
|
Last Updated: Jan 4 2011 at 6:42 PM by rdagger |
Created On: Jan 4 2011 at 6:42 PM by rdagger
The bug can be seen in the "Graphics" demo under "Lines and Curves". In the header, where the font is 14pt Verdana, watch the "r" and "v" of "Curves" overlap. The right appearance can be observed i...
Id #8985 |
Planned Release:
None
|
Last Updated: Jul 14 2010 at 12:08 PM by ivailo91 |
Created On: Jul 14 2010 at 12:08 PM by ivailo91
The code below in FormattedText uses visual elements in order to find the size of a piece of text. It then returns the size of the visual element. The problem with this is that the size returned is...
Id #8102 |
Planned Release:
None
|
Last Updated: Apr 22 2010 at 1:31 AM by mgottli |
Created On: Apr 22 2010 at 1:31 AM by mgottli
|
|
|
|
|