Tagged Questions
0
votes
1answer
104 views
How extract data and images from .ttf, .dwg ,.indd, .fm, .pmd, .p65, .ppt, .odt and .xls
I want to extract content (data) as well images in asp.net from the following format given below: ".ttf, .dwg , .indd, .fm, .pmd, .p65, .ppt, .odt and .xls "
is there any open source or purchased SDK ...
2
votes
1answer
274 views
How to convert Tiff to Image object?
This is the asp.net source for converting multi-page tiff file to one-page jpeg.
I used to MemoryStream class and then convert to the jpeg.
This is in Windows 2005, IIS6, Visual Studio 2008, and ...
0
votes
1answer
133 views
How can I create image tags?
I have the following function that allows me to iterate through each page in a multi-page single tiff file.
// This function will iterate all pages, one at a time. //
protected void ...
2
votes
1answer
1k views
Printing only the Image, embedded into an ASP.NET page
I am looking to print using C#, Microsoft Visual Studio, asp.net.
The goal: I am trying to print all pages in a fax document.
Format: The fax document is received as a single .tiff file with ...
0
votes
2answers
2k views
Convert different picture formats (jpg, gif, png, etc.) to TIFF format
I am implementing reading text from image through OCR. It only supports TIFF format images.
So, I require to convert other formats to TIFF format. Can it be done? Please help by
providing some ...
0
votes
3answers
2k views
Displaying .tif images in the asp:Image control of ASPNET
I have been given a bunch of ".tif" image files that should be displayed on to my .aspx pages.
Although i can see these images in design time. The asp:Image fails to render the image(.tif) on the ...
0
votes
0answers
617 views
Compress image in tiff viewer
I have created Tiff file viewer for my web application and it's working great. But the problem is there are some big images (4000 X 2000 - 5+ MB) which I need to display in it's original size.
Is it ...
0
votes
1answer
390 views
“A generic error occurred in GDI+” Error while showing Images in browser in Windows XP
I am getting following error while showing .tiff images in a browser.
A generic error occurred in GDI+.
I am converting .tiff images to .png and then displaying them in a browser.
My code:
...
1
vote
1answer
259 views
Showing Tiff Images in Browser Using Response
I am having problem in displaying Tiff images in browser.I have my images stored in local folder.I want to show them on browser and for that i am using Respose object.Following is my code.
...
2
votes
1answer
545 views
Read file without exclusive lock
What is the best way to read image when simultaneous requests try to access the same image file?
Basically I have created tiff viewer in asp.net. It displays thumbnails of all tiff pages and upon ...
2
votes
7answers
2k views
Wanted: ASP.NET control to view/print PDF, TIFF, possibly more?
I'm looking for an asp.NET control that will allow for viewing and printing of a pdf and TIFF within a web form. I'm willing to use more than 1 control if needed (1 control for pdf, 1 for Tiff, show ...
1
vote
2answers
840 views
Looking for a TIFF Viewer for .NET
I am looking for a free or commercial programme which will let me open up TIFF files in .NET.
Ideally it would open up in a new window, with 2 restrictions 1) That user isnt able to save the file 2) ...
2
votes
2answers
740 views
Render HTML to TIFF
I'm working on an application where the requirements call for the app to produce a TIFF image of an HTML document for storage in a document management system. I'm using ASP.NET MVC 3 and am curious ...
8
votes
7answers
5k views
How to detect if a file is PDF or TIFF?
Please bear with me as I've been thrown into the middle of this project without knowing all the background. If you've got WTF questions, trust me, I have them too.
Here is the scenario: I've got a ...
1
vote
3answers
1k views
How to display image that is located on another server on the network (ASP.NET)
I've got a ASP.NET site that's located on a local server (MY_SERVER). And one of the things it does is pull up tiff files which are located on another server (ANOTHER_SERVER). The location of each of ...
1
vote
2answers
5k views
Stream (and convert?) multi-page TIFF using ASP.NET
I have built a simple image viewer in .NET and have the requirement to display multi-frame TIFF images in the browser. Presently, I have a (ashx) handler setup to stream back JPEGs that are co-mingled ...
5
votes
6answers
3k views
Free tool or library to convert Tiff files to pdf in .Net
Does any one know of a free tool or library to convert multi page tiffs to pdf in Asp.Net 1.1?
0
votes
3answers
5k views
Setting Response.ContentType=“image/tiff” in asp.net 1.1 and IE7 doesn't display tif files
I have an Asp.Net 1.1 application that uses the following code to write out an image file to a pop up web page.
Response.ContentType="image/tiff" 'Only for Tif files
Dim objStream As Object
...
