• I use Delphi 2010 Enterprise
    Last Wptools 6 standard and last WPDF

    There is a bug with TWPPDFExport: when calling print method no file is produced...

    Try the sample program WPTOOLS->DEMOS->TASK->PDFConvert->Convert
    procedure TDocConverter.Button2Click(Sender: TObject);
    var wp : TWPCustomRtfEdit;
    pdf : TWPPDFExport;
    begin
    wp := TWPCustomRtfEdit.CreateDynamic;
    pdf := TWPPDFExport.Create(nil);
    try
    pdf.Source := wp;
    pdf.AutoLaunch := TRUE;
    pdf.Filename := OutputFile.Text;
    wp.LoadFromFile(InputFile.Text, true);
    wp.ReformatAll(true);
    pdf.Print;
    finally
    pdf.Free;
    wp.Free;
    end;
    end;

  • Folks,

    I'm glad you found the solution to your problem. Well done!

    In case you missed it, the folks at WPTools announced the office would be closed (for vacation) the first couple of weeks in September.

    If you're new to the WPTools line of products, welcome aboard..:) I'm sure you'll find their responsive much more timely when they're not on vacation...;-). I've found that when they do NOT respond, it's always worthwhile to check the Announce forum.

    Regards,
    richard diamond