• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problem with conversion of tiff images (.odm) to pdf files...

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends!!

Currently I am working on a project which involves conversion of tiff image files to Pdf files. I am able to convert .tif files to .pdf files.(We are using iText libraries for this..)

But the only problem I am facing is ---

We have some .odm files which are multipage tiff files. But I am unable to convert them into .pdf files.

Note:- Please note .odm is a proprietary extension given by Optix Document Management and Workflow Systems. We figured out that .odm works as a collection of .tif images.

I searched a lot on the net but couldn't find any help, so, if anyone has any idea of how to go about doing this, please let me know...


Thanks in advance for your help,
Rita
[ October 25, 2004: Message edited by: ritha ayan ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic