Displaying 1 result from an estimated 1 matches for "fedex_shipping_label".
2008 Feb 18
3
Displaying a base64-encoded image within an rhtml template
...'m working on generating FedEx labels for quick & easy shipping.
FedEx returns the label as a base64-encoded string. Assuming that
''match'' is the base64 string containing the label data, here is what I
have to display the image:
send_data image, :filename => ''fedex_shipping_label.png'', :type =>
''image/png'', :disposition => ''inline''
That works fine, but I''d like to be able to set some html/css
parameters on it so that it prints at 200dpi, 4x6 inches (the RMagick
''resample'' method wasn''t w...