CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2003
    Location
    kathmandu, nepal
    Posts
    1,570

    Request for multipage tiff files

    Hello,

    I searched the net for two hours but cannot find a single sample for multipage tiff file. It would be very kind of you if anyone can provide a sample or two or suggest such links.

    Thanks.
    If there is no love sun won't shine

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Request for multipage tiff files

    Unless you have a two page scanner that only does black&white, why would you need one? You can make a TIFF file as big as you want, but they were invented to create a common size for scanners.

    http://en.wikipedia.org/wiki/TIFF
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Apr 2003
    Location
    kathmandu, nepal
    Posts
    1,570

    Re: Request for multipage tiff files

    Thanks dglienna,

    Our software lets users view multiple pages of a tiff file by using next, previous buttons. So I need some samples to test our software.

    One or two samples would be enough. Please anybody.
    If there is no love sun won't shine

  4. #4
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Request for multipage tiff files

    So did all of the DOS Fax programs. Whenever you'd get more than one page, it'd have next and back buttons. Each page came in separately.

    QL2FAX was one program - Quick Link to Fax
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  5. #5
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: Request for multipage tiff files

    Quote Originally Posted by miteshpandey
    Hello,

    I searched the net for two hours but cannot find a single sample for multipage tiff file. It would be very kind of you if anyone can provide a sample or two or suggest such links.

    Thanks.

    How hard did you search???

    30 seconds..... http://www.2tiff.com/help/2tiff/output/TIFF.htm

    Should be able to create all the different formats you could every need....
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  6. #6
    Join Date
    Feb 2013
    Posts
    0

    Re: Request for multipage tiff files

    Quite old thread, but anyone having the same problem can simply download a multipage tiff here:

    http://www.nightprogrammer.org/devel...st-image-file/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured