RE: TCanvas creates PDFs with extra blank page ?

From: Olivier Couet <Olivier.Couet_at_cern.ch>
Date: Mon, 6 Sep 2010 12:45:30 +0200


Hi,
Do you get the same with the CINT macro ? Which root version are you using ?
On which platform ?
Cheers,
O. Couet

-----Original Message-----
From: owner-roottalk_at_root.cern.ch [mailto:owner-roottalk_at_root.cern.ch] On Behalf Of Chris Jones
Sent: Monday, September 06, 2010 12:43 PM To: roottalk_at_root.cern.ch
Subject: [ROOT] TCanvas creates PDFs with extra blank page ?

Hi,

I use the TCanvas.Print method with the "[" and "]" syntax to full multipage PDF and PS files from a PyRoot script. i.e.

canvas = TCanvas()

# Open the file

canvas.Print("File.pdf[")

# print some pages (after plotting histograms etc.)
canvas.Print("File.pdf")

# Close the file

canvas.Print("File.pdf]")

I've noticed that if I create a PDF, my preferred format, I always seem to get an unwanted extra blank page at the start of the document. If, on the other hand I create PS files instead, I don't. See as examples

<http://www.hep.phy.cam.ac.uk/~jonesc/HPDImageCalibrationByFill.ps> <http://www.hep.phy.cam.ac.uk/~jonesc/HPDImageCalibrationByFill.pdf>

Any ideas why ?

cheers Chris Received on Mon Sep 06 2010 - 12:45:35 CEST

This archive was generated by hypermail 2.2.0 : Mon Sep 06 2010 - 17:50:01 CEST