Incorrect PDF/print output from WPTools5

    • Offizieller Beitrag

    Please make sure ReformatAll is executed before the Print;

    Explanation:
    WPToools 5 does not reformat the text if the control is hidden.

    This version is optimized to work threadsavely and therefor needs some special treating.

    If you need to print from an invisible control you need to create it using "CreateDyanamic"

    C++Users who can only use a default constructor need to call _MakeDynamic() after the constructor.

    After you have loaded a file and done some processing (such as mail merge) you NEED to call ReformatAll - otherwise you cannot print or convert it to PDF. The CountPages would be correct.

    If you do NOT use create dynamic and just a regular control ReformatAll is still required if there is no idle time between the creation of the text and the output. [/b]