Hi,
Has sombody developed a parser in order to transform a Ranorex report (rxlog) to the pdf format?
John
string LogFile = @"c:\temp\Report\" + strDateTimeStamp + @"\My Log File.xml";
if (Directory.Exists(@"c:\temp\Report\" + strDateTimeStamp) == false)
{
Directory.CreateDirectory(@"c:\temp\Report\" + strDateTimeStamp);
}
Report.Setup(ReportLevel.Debug, LogFile, true);
Report.SystemSummary();
slavikf wrote:Also, same issue when using Ranorex FILE - PRINT function - all style details are lost!
slavikf wrote:So, does anybody how to save report to PDF without loosing all that style details?
Or, is there any way to save report, as one file and not bunch of files (XML + style + screenshots + thumbnails...)? Frankly, that the main reason, why i wanted to use PDF.
Users browsing this forum: No registered users and 0 guests