[Need] Software to ...
 
Notifications
Clear all

[Need] Software to convert spreadsheets to single TIFF

10 Posts
8 Users
0 Likes
528 Views
pbobby
(@pbobby)
Posts: 239
Estimable Member
Topic starter
 

I've experimented with several production tools and they exhibit the same issue for spreadsheets of any size, the render to TIFF produces multiple page TIFFs.

I'm looking for software that can take an Excel spreadsheet and produce one single TIFF of that spreadsheet. Even better, configuration options that allow for different sized one-page outputs. So I could make a 16000x16000 TIFF if I wanted.

 
Posted : 16/08/2013 1:50 am
(@mscotgrove)
Posts: 938
Prominent Member
 

I am curious what the requirement is for?

 
Posted : 16/08/2013 2:46 am
(@athulin)
Posts: 1156
Noble Member
 

I'm looking for software that can take an Excel spreadsheet and produce one single TIFF of that spreadsheet. Even better, configuration options that allow for different sized one-page outputs. So I could make a 16000x16000 TIFF if I wanted.

You may be able to locate one of these Windows pseudo-printer drivers that produce image files. With the appropriate configuration that would get you one file per worksheet in the Excel file. Putting them together into one file would be more of a Paint or Photoshop job.

See 'List of virtual printer software' on Wikipedia for some ideas.

It might also be possible to do this is an already existing printer driver (e.g. output to file capability), but ability to set up a custom page size is not that common. (Last time I remember I saw that was with some kind of phototypesetter, but that didn't do output to file in anything byt PostScript format. However, if you have a PostScript-to-bitmap solution that might be a possible approach.)

 
Posted : 16/08/2013 10:12 am
(@angrybadger)
Posts: 164
Estimable Member
 

I've experimented with several production tools and they exhibit the same issue for spreadsheets of any size, the render to TIFF produces multiple page TIFFs.

I'm looking for software that can take an Excel spreadsheet and produce one single TIFF of that spreadsheet. Even better, configuration options that allow for different sized one-page outputs. So I could make a 16000x16000 TIFF if I wanted.

http//social.msdn.microsoft.com/Forums/en-US/ed94d2ac-7c50-4731-9194-626e887ab3c8/steps-on-how-to-print-a-tif-file-with-windows-7-64bit-office-2010

 
Posted : 16/08/2013 3:25 pm
jaclaz
(@jaclaz)
Posts: 5133
Illustrious Member
 

AFAIK the only issue with an "Image" printer driver is (virtual) paper size and DPI.

This Commercial product (as an example)
http//code-industry.net/imageprinterpro.php
allows both DPI settings and "Custom" paper size
http//code-industry.net/imageprinterpro-help/custom-paper-size.php
Another one
http//www.blackice.com/Printer%20Drivers/Large%20Paper%20Size.htm

Unless there is a particular reason to use a bitmap format for this, the use of a vector based one such as PDF seems more suitable, however, this
http//www.pdfill.com/freewriter_image.html#2
should be able to do BOTH .

But you can "play" a bit with things such as
http//www.codeproject.com/Articles/112670/Print-to-TIFF
and of course ghostscript
http//www.ghostscript.com/
http//ghostscript.com/doc/current/Devices.htm#TIFF

jaclaz

 
Posted : 16/08/2013 5:26 pm
 Earn
(@earn)
Posts: 146
Estimable Member
 

IPro and Law can both do this.

 
Posted : 17/08/2013 3:40 am
asdf_EDD
(@asdf_edd)
Posts: 12
Active Member
 

We use Law and NeedleFinder.

 
Posted : 21/08/2013 1:52 am
pbobby
(@pbobby)
Posts: 239
Estimable Member
Topic starter
 

I am curious what the requirement is for?

Michael

It's for review purposes (1000s of documents, many of them spreadsheets) to determine relevance in a discovery. Some of these documents are very large spreadsheets, CAD drawings and other technical documents that are much easier to view as a single entity rather than trying to deal with a document->tiff type conversion that split these files over multiple pages and make it harder on the reviewer.

 
Posted : 22/08/2013 6:08 pm
pbobby
(@pbobby)
Posts: 239
Estimable Member
Topic starter
 

Thanks to all for your replies - I will research and post back with what worked for me.

 
Posted : 22/08/2013 6:10 pm
(@pete-williams)
Posts: 1
New Member
 

How about writing an Excel VBA script to iterate through all xls/xlsx files in a folder (can do this with subfolders recursively if you need). You can then use the print command to print each worksheet to a PDF or TIFF printer. I have used this approach once but sadly can't find the code. Wish I had more time to help you.

 
Posted : 22/08/2013 6:49 pm
Share: