Click here to Skip to main content
15,886,513 members
Articles / Programming Languages / Visual Basic
Article

Editing multi frame .Tiff file

Rate me:
Please Sign up or sign in to vote.
4.62/5 (25 votes)
28 Nov 20022 min read 223.9K   6K   63   17
Fax Editor is a light weight VB.NET application. It only handles multi frame .tiff editing.

Sample Image - faxeditor.jpg

Introduction

Fax editor is a multi frame .Tiff editor. It only supports multi frame .tiff files. I could not find a multi-frame .tiff editor where user can delete frames, edit pages and convert to PDF. So I came up with this simple Fax Editor application. User can open a multi frame .tiff file, delete frames from the file and edit frames with eraser. Another functionality of this Fax editor is that the user can convert the .Tiff file to .PDF with the click of a button.

Methodology

While developing this .Tiff editor, I faced many problems. First of all, I couldn’t find a good way to manipulate .tiff files. Then I came up with this idea. When a user opens a multi frame .tiff file, application will save all the frames as separate .tiff files in the c:\temp directory.

After saving each frame as separate .tiff file, now we can manipulate the frames as separate .tiff files. After doing all the editing, we will package the files back to one .tiff file. After saving a new edited .tiff file, application will delete all the individually saved frames.

If you are interested in studying the code, please download the source file. Or if you want to check out the demo Fax Editor, download the setup file. You have to have .NET framework installed on your machine. You can download the .NET framework from Microsoft website.

In order to convert .tiff file to .PDF, you need to have full installation of Adobe Acrobat 4.0.

Disclaimer

I have been developing applications in .NET platform little over two months. Please email me with any questions or suggestions. Feel free to explore the code written in VB.NET. You can use this application if you wish, but I am not liable for supporting or troubleshooting the application.

Adobe Acrobat is a product of the Adobe Corporation, all licensing, support requests, enhancements and/or upgrades should be requested from them. I do not assume any responsibility for the support of Adobe products.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Visual Basic .NET Developer

Comments and Discussions

 
GeneralMy vote of 5 Pin
hansoctantan8-Feb-12 22:27
professionalhansoctantan8-Feb-12 22:27 
NewsC# VB.NET Tiff Viewer Pin
tiffviewer23-Mar-09 17:17
tiffviewer23-Mar-09 17:17 
QuestionReading Summary Properties of TIFF Pin
Siddiq-ur-Rahman Khurram24-Aug-08 21:22
Siddiq-ur-Rahman Khurram24-Aug-08 21:22 
Generaltrouble with large tiff files Pin
Tom Corbett Space Cadet10-Jan-08 18:34
professionalTom Corbett Space Cadet10-Jan-08 18:34 
GeneralError after delete . Pin
Rakesh B Singh12-Apr-07 23:55
Rakesh B Singh12-Apr-07 23:55 
QuestionHow to print? Pin
bbarcode30-May-06 0:11
bbarcode30-May-06 0:11 
I'm watching the project

Is it possible to print?
How?
GeneralError - Generic error Ocurred in GDI+!!! Pin
axy1085-Apr-06 4:52
professionalaxy1085-Apr-06 4:52 
GeneralRe: Error - Generic error Ocurred in GDI+!!! Pin
hevioso5-Apr-06 21:08
hevioso5-Apr-06 21:08 
GeneralRe: Error - Generic error Ocurred in GDI+!!! Pin
hevioso5-Apr-06 21:12
hevioso5-Apr-06 21:12 
GeneralEditing ... Pin
Andrzej Budny25-Sep-05 11:25
professionalAndrzej Budny25-Sep-05 11:25 
GeneralNicely done Pin
beckerben9-Jun-04 4:54
beckerben9-Jun-04 4:54 
GeneralConverting saved tiff file to plain text Pin
drbarto15-Mar-04 8:35
sussdrbarto15-Mar-04 8:35 
GeneralRe: Converting saved tiff file to plain text Pin
Tim McCurdy5-Oct-05 12:37
Tim McCurdy5-Oct-05 12:37 
GeneralDoc or txt to Tiff Pin
smalolepszy13-Dec-03 5:46
smalolepszy13-Dec-03 5:46 
GeneralRe: Doc or txt to Tiff Pin
Voice20008-Jun-04 18:55
Voice20008-Jun-04 18:55 
GeneralReplace Text in TIFF Pin
master_mind1895129-Apr-05 20:56
master_mind1895129-Apr-05 20:56 
GeneralInteresting Pin
Mindphaser10-Sep-03 4:50
Mindphaser10-Sep-03 4:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.