ANN: TextDynamic V1.31 is now available.

    • Offizieller Beitrag

    TextDynamic V1.31 is now available. This is a powerful WYSIWYG word processing and mail merge component with support for CSS style sheets, tables, header+footer texts, images and optionally integrated spellchecking and PDF creation.

    Please check out the updated manual and visit our new RTF2PDF demo server at http://www.rtf-net.com. Since RTF2PDF uses a similar API you can use the text creation example code with minor changes for TextDynamic.

    Release Notes

    * the hyperlink detection now moves trailing dots after the link
    + The .NET method SetDLLName will now pre-load the engine. This improves the speed when a lot editors are created dynamically.

    + New .NET method ReleaseInt() - this releases an interfaces at once and avoids problem with garbage collection to access an interface although the object has been already disposed. (All interfaces passed as event parameters are automatically released)

    Use this method like this:

    Code
    IWPMemo Memo = wpdllint1.Memo;
    
    
      // do something with "Memo"
    
    
      wpdllint1.ReleaseInt(Memo);

    + New API: IWPTextCursor.TableSplit
    + New API: IWPTextCursor.TableSort sorts rows in a table
    + New API: IWPTextCursor.ASetCellProp changes attributes of a range of cells
    + New API: IWPTextCursor.ASetCellStyle
    + New API: IWPTextCursor.MergeCellHorz
    + New API: IWPTextCursor.MergeCellVert
    + New API: IWPTextCursor.ClearAllHeaders
    + New API: IWPTextCursor.ClearAllFooters

    A new demo can be now downloaded at
    http://www.wpcubed.com/ftp/TextDynamic_Demo.exe

    Kind Regards,

    Julian Ziersch
    WPCubed GmbH