Hi, I know that you can save a Words document as a TIFF file, but your documentation simply doesn’t provide full details of the options available for each image type. In this case, I need to save the image as a B/W Group 4 1-Strip 204×196 dpi TIFF for passing to a fax program. Can your component do this since it would be very useful for document automation?
Hi Martin,
Document(MyDir + “Rendering.doc”);
ImageSaveOptions options = new ImageSaveOptions(SaveFormat.Tiff);
options.ImageColorMode = ImageColorMode.BlackAndWhite;
doc.Save(MyDir + "Rendering.SaveToImage Out.tiff", options);
Awais,
Thank you, but this is not a great help. I have already read your documentation and know how to specify options for specific output formats. As my original question asks, does the export to TIFF allow a B/W Group 4 1-strip 204x196dpi TIFF to be produced and if so what exact options are needed. I need YOU to ask your designers/programmes whether through a combination of options, it is possible to produce a TIFF file suitable for faxing. Please can you read the question more thoroughly before shooting off an answer to get rid of a ticket…
Hi Martin,
Hi Martin,