Dima
Comments
- 
                Hi Nico,
 What about more control of the ScaleImages property?
- 
                Hi Nico,
 >>ReportBuilder will not scale any images in PDF unless the ScaleImages property is set to Tru
 Sorry. Of course I was wrong.
 I meant the 300 (600) dpi resolution for all Scaled PDF Images (when ScaleImages = True)…
- 
                You have to set the TextFileName every time after you assign (change) DeviceType.
- 
                SpawnNewJob assign new FileName before call EndJob.
 You can try something like this:
 type
 TppFileDeviceHelper = class(TppFileDevice);
 procedure TForm1.ehFileDevice_EndJob(Sender: TObject);
 var
 Dev…