EmfEngine - Downloads

EmfEngine:

Password:

Please contact us if you need a commercial license for EmfEngine or request an invoice >>

pic2emf - a QPicture to .emf converter:

pic2emf can be used in order to test EmfEngine. It converts QPicture files (.pic) that record and replay QPainter commands to Enhanced Metafiles (.emf).
QPicture files can be created as shown in the code example bellow. For more details please read the QPicture class documentation >>
        QPicture picture;
        QPainter painter;
        painter.begin(&picture);           // paint in picture
        painter.drawEllipse(10,20, 80,70); // draw an ellipse
        painter.end();                     // painting done
        picture.save("drawing.pic");       // save picture
Windows (64-bit): macOS:

Related software:

  • libqemf, a library enabling Qt based applications to draw the contents of Windows Enhanced Metafiles (.emf) onto paint devices
  • EmfViewer, a viewer and converter for operating systems that do not natively support the EMF format, like Linux or Mac OS.
  • EpsEngine, a paint engine enabling the export of QPainter graphics to the Encapsulated PostScript format (.eps)
  • QTeXEngine, a paint engine enabling the export of QPainter graphics to TeX