Search
1
vote

Bug in RelacedPdfImage.cs

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
1
vote

Publish to Nuget

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
1
vote

MeasureString AND DrawString BUG - STRANGE WORD WRAP!!

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
1
vote

Null reference bug (???)

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
2
votes

Font, size bugs fixes.

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
3
votes

Feature Request: asynchronous when save a document to PDF

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
1
vote

JPEG DPI DrawImage Bug "Wrong Operand"

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
1
vote

GetField Needs to Check for Null in TIFFDirectory.cs

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
1
vote

Font measuring/kerning is wrong for certain fonts/weights

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
1
vote

Bug in FormattedText - returning size in pixels instead of points

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
Show 10  25 Work Items
1-10 of 12 Work Items < Previous 1 2 Next >
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.2.15.18416