PdfSharp on Mono
Asked Answered
T

1

7

Has anyone tried to port PdfSharp library to Mono? I just ran MoMA against PdfSharp.dll v1.2 beta and I am getting about 12 P/Invoke errors and 10 or so Mono TODOs. Just wondering if anyone has ported PdfSharp over to Linux and OSX, if so, how did it go? Trying to evaluate if PdfSharp is a good candidate for me.

Televise answered 6/8, 2009 at 17:58 Comment(0)
H
4

Gabriel Burt is using it for his PDFMod utility, which mean it can certainly be used for manipulating PDF documents. However, he uses a different library (Poppler) for rendering, so I suspect that the P/Invokes and TODOs are in the rendering code, particularly Windows Forms.

In short, as long as you don't use codepaths that hit the P/Invokes and TODO, it should work fine.

Hoplite answered 6/8, 2009 at 21:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.