Split Tiff Multi-page

  • Thread starter Thread starter john
  • Start date Start date
J

john

Is it possible to use VBA in Access to split a multi-page tiff into single
page files. Have not been able to find any info on searches?

Thanks John
 
Hi John,

You'll need to find a bitmap editor application that exposes a VBA
object model.

Recent versions of Corel Photo-Paint do this, though I've never tried to
use it. I have read that the VBA object model is not complete and that
it's often necessary to use Corel Script to program the operations you
need and then call the Corel Script procedure from VBA.
http://www.oberonplace.com/ looks like a good place to start
researching.

This
http://partners.adobe.com/public/developer/photoshop/sdk/index_scripting.html
suggests that PhotoShop too can be controlled from VB. I haven't
investigated whether this means classic VB (and therefore VBA) or
VB.Net.
 
Thanks I will check it out.

I just found a Command Line splitter for PDF's at accessPDF.com called pdftk
that is somewhat DOS but works well that I should be able do a Call for.

If nothing else I can Batch convert to PDF first.
 
Back
Top