creating multi sheet 'tiff'
creating multi sheet 'tiff'
(OP)
I searched the archived threads and cannot find the answer to this question: How do I get multi-sheet drawings to print as 'tiff's? I have everything set pretty well but I can't seem to get the subsequent sheets to print - only sht1. What is the line in the 'pcf' file for that?
Thanks in advance for your help.
Thanks in advance for your help.





RE: creating multi sheet 'tiff'
Not sure on tiff...but save as tiff from drawing, if you change your sheet numbers the current one is printed
I'm sure someone will have a better answer
RE: creating multi sheet 'tiff'
plotter JPEG
button_name JPEG
button_help Print to any printer that supports JPEG format.
plot_drawing_format YES default
plot_segmented NO
plot_roll_media NO default
plot_handshake YES default
plot_label NO default
create_separate_files yes default
plot_with_panzoom YES default
rotate_plotting NO default
allow_file_naming YES
plot_name NO
interface_quality 3 default
plot_destination file default
pen_table_file table.pnt
plot_sheets all default
paper_size A default
paper_outline NO default
plot_clip NO default
plot_area NO default
On tiff basically all the same setting except if I name the file other than default..bam pro closes..if I take the default name let it increment it.. reanme the plt files..works fine..???
plotter TIFF
button_name TIFF
button_help Print to any printer that supports TIFF format.
plot_drawing_format YES default
plot_segmented NO
plot_roll_media NO default
plot_handshake YES default
plot_label NO default
create_separate_files YES default
plot_with_panzoom YES default
rotate_plotting NO default
allow_file_naming YES
plot_name NO
interface_quality 3 default
plot_destination file default
pen_table_file table.pnt
plot_sheets all default
paper_size A default
paper_outline NO default
plot_clip NO default
plot_area NO default
RE: creating multi sheet 'tiff'