wPDF output & control characters around each word

  • I have a question regarding the way TWPDFExport outputs data. When I use an older version of wPDF (3.10), control characters are placed before and after each sentence or paragraph, but when I use a newer version of wPDF (3.54, 3.61), control characters are placed before and after each word. This causes a dramatic slow down in speed and file sizes grow much larger. Is there a switch in wPDF that controls how this works?

    Here are a couple snips of raw PDF that show what I'm talking about. Note that in these examples all I'm doing is printing a simple address
    9600 Long Point Road, Suite 300
    Houston, TX 77055

    Example 1 using wPDF by WPCubed GmbH V3.10[32]
    Td(9600 Long Point Road, Suite 300 )Tj
    1.667 Tw 0 -77 Td(Houston, TX 77055)Tj
    6.571 Tw -14 -231

    Example 2 using wPDF by WPCubed GmbH V3.54[32]
    Td(9600)Tj
    0 Tc 136 0 Td( )Tj
    0.66667 Tc 17 0 Td(Long)Tj
    0 Tc 143 0 Td( )Tj
    0.25 Tc 17 0 Td(Point)Tj
    0 Tc 143 0 Td( )Tj
    0.5 Tc 17 0 Td(Road,)Tj
    0 Tc 160 0 Td( )Tj
    0.25 Tc 17 0 Td(Suite)Tj
    0 Tc 139 0 Td( )Tj
    0.66667 Tc 17 0 Td(300 )Tj
    0.28571 Tc -806 -77 Td(Houston,)Tj
    0 Tc 246 0 Td( )Tj17 0 Td(TX)Tj
    89 0 Td( )Tj17 0
    Td( )Tj
    0.5 Tc 17 0 Td(77055)Tj -359 -231

    I appreciate any help.

    Tom