ReportToPDF creates almost empty pages

Ranorex Studio, Spy, Recorder, and Driver.
lakibuk
Posts: 8
Joined: Wed Mar 02, 2016 12:30 pm

ReportToPDF creates almost empty pages

Post by lakibuk » Tue Jul 11, 2017 4:01 pm

I am using the ReportToPDF.exe to create a PDF from Ranorex reports.
Using these Parameters in style.xml:

Code: Select all

<global toc="true" logo="" bottommargin="2" topmargin="2" showtestdata="false" showdescription="true" showpictures="true"/>
As you can see in the attached Image, there are almost empty pages.
Is it possible to merge these 2 pages in one?

(Ranorex 6.0)
You do not have the required permissions to view the files attached to this post.

User avatar
RobinHood42
Posts: 324
Joined: Fri Jan 09, 2015 3:24 pm

Re: ReportToPDF creates almost empty pages

Post by RobinHood42 » Thu Jul 13, 2017 7:54 am

Hi lakibuk,

"showtestdata="false" - needs to be set to "true" to display more information.

Cheers,
Robin

lakibuk
Posts: 8
Joined: Wed Mar 02, 2016 12:30 pm

Re: ReportToPDF creates almost empty pages

Post by lakibuk » Thu Jul 13, 2017 2:51 pm

Thanks, yes.
But i want to show less data. Only the 1st page.
Anyway found a way to do it using an external PDF tool.