[Mono-winforms-list] How to use Metafile.

Rafael Teixeira monoman at gmail.com
Tue Nov 16 08:11:51 EST 2010


If your project can be AGPL licensed or you can pay their commercial
license, the best thing to generate high qualitty printable results is
iText#

Home: http://itextpdf.com/
Download: http://sourceforge.net/projects/itextsharp/files/.

You generate a PDF with iText and then you can either print directly
in Linux, or call any pdf-printing software in Windows/Mac (Adobe or
else).

Another possibility is the SVG format. (Se
http://www.codeproject.com/KB/cs/svgnet.aspx, for example). I migrated
the svgnet code to github repo: https://github.com/monoman/SvgNet

Metafiles is windows specific, proprietary and very badly documented,
so avoid them for anything that means to be portable.

Hope it helps,

Rafael "Monoman" Teixeira
---------------------------------------
"We live in a world operated by science and technology. We have also
arranged things so that almost no one understands science and
technology. This is a prescription for disaster. We might get away
with it for a while, but sooner or later this combustible mixture of
ignorance and power is going to blow up in our faces."
-Carl Sagan



On Tue, Nov 16, 2010 at 8:39 AM, Anubhava Dimri
<anubhava.prodata at gmail.com> wrote:
>
> Hello Everybody,
>
> I am using Metafile with vb.net i have generate the problem with Metafile to
> MONO.
> Metafile is not working with MONO Framework.
>
> So Please Suggest me High Resolution Image Printing.
>
>
> Thanks
> Anubhava Dimri
>
>
>
>
>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/How-to-use-Metafile-tp3044570p3044570.html
> Sent from the Mono - WinForms mailing list archive at Nabble.com.
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
>


More information about the Mono-winforms-list mailing list