Closed Issue: Coding errors in Parser.ParseDateTime [15780]
Two elements here:First off, the return of datetime.Add(ts) and datetime.Subtract(ts) is never assigned to datetime variable, effectively making the entire operation useless.Second, if o == '+', it...
View ArticleClosed Issue: InvalidCastException in PdfDictionary.cs [9711]
There is an InvalidCastException thrown. Patch fixing it attached.
View ArticleClosed Unassigned: RtfFormatter adds an extra space after non-breaking space...
When I insert NBSP in the paragraph and render it with RtfDocumentRenderer, I get additional space after NBSP, and it is slightly noticeable in the resulting document.Code sample```c#Document d = new...
View ArticleEdited Issue: InvalidCastException in PdfAnnotations [15805]
PDFSharp 1.32(Bug introduced in 1.31)Previously reported at: http://forum.pdfsharp.net/viewtopic.php?f=3&t=1197Attempting to iterate a PdfAnnotations instance with a foreach loop results in an...
View ArticleCreated Release: PDFsharp 1.50 beta 3 (Dez 02, 2015)
This source code for PDFsharp 1.50 beta 3.The binaries are available from NuGet.org.
View ArticleReleased: PDFsharp 1.50 beta 3 (Dec 02, 2015)
This source code for PDFsharp 1.50 beta 3. The source code for MigraDoc and the samples will follow. The binaries are available from NuGet.org.
View ArticleUpdated Release: PDFsharp 1.50 beta 3 (Dez 02, 2015)
This source code for PDFsharp 1.50 beta 3.The source code for MigraDoc and the samples will follow.The binaries are available from NuGet.org.
View ArticleUpdated Release: PDFsharp 1.50 beta 3 (Dez 09, 2015)
This source code for PDFsharp 1.50 beta 3.The source code for MigraDoc and the samples will follow.The binaries are available from NuGet.org.
View ArticleReleased: PDFsharp 1.50 beta 3a (Dec 09, 2015)
This is the source code for PDFsharp 1.50 beta 3a. The source code for MigraDoc and the samples will follow. The binaries are available from NuGet.org.
View ArticleUpdated Release: PDFsharp 1.50 beta 3a (Dez 09, 2015)
This is the source code for PDFsharp 1.50 beta 3a.The source code for MigraDoc and the samples will follow.The binaries are available from NuGet.org.
View ArticleReleased: PDFsharp 1.50 beta 3a (Dec 10, 2015)
This is the source code for PDFsharp 1.50 beta 3a. The source code for MigraDoc and the samples is included. The binaries are available from NuGet.org. Please note that...
View ArticleUpdated Release: PDFsharp 1.50 beta 3a (Dez 10, 2015)
This is the source code for PDFsharp 1.50 beta 3a.The source code for MigraDoc and the samples is included.The binaries are available from NuGet.org.Please note that...
View ArticleUpdated Release: PDFsharp 1.50 beta 3a (Dez 10, 2015)
This is the source code for PDFsharp 1.50 beta 3a.The source code for MigraDoc and the samples is included.The binaries are available from NuGet.org.Please note that...
View ArticleReleased: PDFsharp 1.50 beta 3a (Dec 10, 2015)
This is the source code for PDFsharp 1.50 beta 3a. The source code for MigraDoc and the samples is included. The binaries are available from NuGet.org. Please note that...
View ArticleUpdated Release: PDFsharp 1.50 beta 3a (Dez 10, 2015)
This is the source code for PDFsharp 1.50 beta 3a.The source code for MigraDoc and the samples is included.The binaries are available from NuGet.org.Please note that...
View ArticleReleased: PDFsharp 1.50 beta 3b (Dec 16, 2015)
This is the source code for PDFsharp 1.50 beta 3b. The source code for MigraDoc and the samples is included. The binaries are available from NuGet.org. Please note that...
View ArticleUpdated Release: PDFsharp 1.50 beta 3b (Dez 16, 2015)
This is the source code for PDFsharp 1.50 beta 3b.The source code for MigraDoc and the samples is included.The binaries are available from NuGet.org.Please note that...
View ArticleCreated Unassigned: New version not working with Windows 2012 server [17589]
If I deploy in Windows 2012 server, the new version is not working. Can you please get me, why? and do we have any solution?
View ArticleNew Post: Adding attachment to pdf
Does PdfSharp supports PDF attachments? I can't figure out how to add an attachment(pdf file) to existing pdf. Is there any way around to do it?
View ArticleCreated Unassigned: Outlined watermark not work [17614]
Hello to all.It seems that in 1.50.4000-beta3b version, the XGraphicsPath AddText function with outlined or transparent text not working. I verified in the example code. With 1.30 stable version, it's...
View Article