LocalizationDemo

PimPrint can be used to create localized InDesign documents.

A document is first created in the so-called master language. Layout adjustments can be made manually in this language. When other languages are generated, the positions and element sizes of the master language are adopted, whereby the layout adjustments previously made are automatically transferred to the other languages.

The LocalizationDemo shows features of PimPrint to explain this concept and how it works.

Development

The project service class must extend \Mds\PimPrint\CoreBundle\Project\MasterLocaleRenderingProject.

<?php
use Mds\PimPrint\CoreBundle\Project\MasterLocaleRenderingProject;

class LocalizationProject extends MasterLocaleRenderingProject
{
}