Testing

DynamicPDF Merger for COM/ActiveX (v5) Forum

 Oct 03 2010 9:34 PM
Working with your merger and viewer.

here is my source code.
================================================================
                    aTextWidth  := 240;
                    aTextHeight := 1;

                    aTransparencyGroup := aPage.AddTransparencyGroup(0.8);


                    aTextArea := aTransparencyGroup.AddTextArea(aStr, 0, 0, aTextWidth, aTextHeight);
                    aTextArea.Angle := 0;

                    aTextArea := aTransparencyGroup.AddTextArea(aStr, aPage.PageWidth - aTextHeight, 0, aTextWidth, aTextHeight);
                    aTextArea.Angle := 90;

                    aTextArea := aTransparencyGroup.AddTextArea(aStr, aPage.PageWidth - aTextHeight, aPage.PageHeight -10, aTextWidth, aTextHeight);
                    aTextArea.Angle := 180;

                    aTextArea := aTransparencyGroup.AddTextArea(aStr, 0, aPage.PageHeight -10, aTextWidth, aTextHeight);
                    aTextArea.Angle := 270;

================================================================

it print my some text and illegal useage message

this the link
http://www.DynamicPDF.com/dplic/?d=zeENoGIrxFe0nIre

I'm Using Proper License. ( Viewer and merger )
 Oct 04 2010 9:27 AM
Posted by a ceTe Software moderator
Hello,

Can you please send over the exact numbers that you are seeing in the square brackets at the top of the page with the watermark like [X:X:sX] where X will be numbers to our support team at Support Team?  From this they can look into it further.
 
Thanks,
ceTe Software Support Team

All times are US Eastern Standard time. The time now is 6:15 AM.