_large_profile_to_pdf(title,
ride,
in_dir,
in_base,
out_dir,
out_base,
seg_index=' all ' )
| source code
|
Take the large PNG profile for a ride and convert it to a PDF file
with the image embedded in it.
- Parameters:
title (string ) - title base for PDF file
ride (Ride
object) - Ride
object to generate PDF for
in_dir (string ) - directory to find PNG file in
in_base (string ) - base of name for PNG file
out_dir (string ) - directory to put PDF file in
out_base (string ) - base of name for PDF file
seg_index (string ) - index of segment in ride to generate PDF for (default to all)
|