Loads a multipage IDML template and converts it to a multipage Product.
Namespace:
Aurigma.DesignAtoms.Convert
Assembly:
Aurigma.DesignAtoms (in Aurigma.DesignAtoms.dll)
public Product FromIdml( string filename )
Type: System.String
The file name of an IDML template. This file name does not include an extension.using Aurigma.DesignAtoms.Configuration; using Aurigma.DesignAtoms.Convert; Injector.CurrentFactory = () => DefaultInjectorFactory.Create(); var parser = Injector.Instance.Resolve<TemplateParser>(); var product = parser.FromIdml("invitation.idml");