473,508 Members | 2,489 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Convert Page to Embedded Thumbnail Image?

The exampe at this site [1] displays exactly what I am seeking
to learn to do myself. Comments regarding a component or code
methodology would be appreciated...

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.whois.sc/microsoft.com
Jul 21 '05 #1
6 1642

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
The exampe at this site [1] displays exactly what I am seeking
to learn to do myself. Comments regarding a component or code
methodology would be appreciated...

Well, you have two options. One is to write a full html render and render
the result to an image, or you *might* be able to do some lower level
programming and get IE or another browser to print to a given HDC, however
I'm not having much luck finding any information on that.

The only HTML engine I can find that is terribly friendly about it is KHTML,
which appears to have quite a few unix ties. You may be able to rip out
mozilla's rendering engine as well. --
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.whois.sc/microsoft.com

Jul 21 '05 #2
I was hoping more along the lines of something I could handle
like a Response.Write ;-)

--
<%= Clinton Gallagher
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:%2****************@TK2MSFTNGP15.phx.gbl...

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
The exampe at this site [1] displays exactly what I am seeking
to learn to do myself. Comments regarding a component or code
methodology would be appreciated...

Well, you have two options. One is to write a full html render and render
the result to an image, or you *might* be able to do some lower level
programming and get IE or another browser to print to a given HDC, however
I'm not having much luck finding any information on that.

The only HTML engine I can find that is terribly friendly about it is

KHTML, which appears to have quite a few unix ties. You may be able to rip out
mozilla's rendering engine as well.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

[1] http://www.whois.sc/microsoft.com


Jul 21 '05 #3

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:eH**************@tk2msftngp13.phx.gbl...
I was hoping more along the lines of something I could handle
like a Response.Write ;-)

Unfotunatly, I don't think so, ;).

There might be a way to do it with SVG or something, but I certainly don't
know enough about ti to help. --
<%= Clinton Gallagher
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:%2****************@TK2MSFTNGP15.phx.gbl...

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> The exampe at this site [1] displays exactly what I am seeking
> to learn to do myself. Comments regarding a component or code
> methodology would be appreciated...
>


Well, you have two options. One is to write a full html render and render
the result to an image, or you *might* be able to do some lower level
programming and get IE or another browser to print to a given HDC,
however
I'm not having much luck finding any information on that.

The only HTML engine I can find that is terribly friendly about it is

KHTML,
which appears to have quite a few unix ties. You may be able to rip out
mozilla's rendering engine as well.
> --
> <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
> Architectural & e-Business Consulting -- Software Development
> NET cs*********@REMOVETHISTEXTmetromilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
> [1] http://www.whois.sc/microsoft.com
>
>



Jul 21 '05 #4
I would do this by printing to a postscript printer redirected to a file,
and running ghostscript on the result to convert to a raster image. Not
all that simple, but straightforward enough.

On Fri, 17 Sep 2004 18:11:28 -0500, Daniel O'Connell [C# MVP] wrote:
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:eH**************@tk2msftngp13.phx.gbl...
I was hoping more along the lines of something I could handle
like a Response.Write ;-)


Unfotunatly, I don't think so, ;).

There might be a way to do it with SVG or something, but I certainly don't
know enough about ti to help.
--
<%= Clinton Gallagher
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:%2****************@TK2MSFTNGP15.phx.gbl...

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> The exampe at this site [1] displays exactly what I am seeking
> to learn to do myself. Comments regarding a component or code
> methodology would be appreciated...
>

Well, you have two options. One is to write a full html render and render
the result to an image, or you *might* be able to do some lower level
programming and get IE or another browser to print to a given HDC,
however
I'm not having much luck finding any information on that.

The only HTML engine I can find that is terribly friendly about it is

KHTML,
which appears to have quite a few unix ties. You may be able to rip out
mozilla's rendering engine as well.
> --
> <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
> Architectural & e-Business Consulting -- Software Development
> NET cs*********@REMOVETHISTEXTmetromilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
> [1] http://www.whois.sc/microsoft.com
>
>


Jul 21 '05 #5

"Ross Presser" <rp******@imtek.com> wrote in message
news:1d****************@rpresser.invalid...
I would do this by printing to a postscript printer redirected to a file,
and running ghostscript on the result to convert to a raster image. Not
all that simple, but straightforward enough.

Printing programatically can be difficult, unfortunatly. I don't see any way
with IE's pritning mechanism to print to a given device. If you could print
to a given HDC you could just print directly to a HBITMAP, I believe.

On Fri, 17 Sep 2004 18:11:28 -0500, Daniel O'Connell [C# MVP] wrote:
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:eH**************@tk2msftngp13.phx.gbl...
I was hoping more along the lines of something I could handle
like a Response.Write ;-)


Unfotunatly, I don't think so, ;).

There might be a way to do it with SVG or something, but I certainly
don't
know enough about ti to help.
--
<%= Clinton Gallagher
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:%2****************@TK2MSFTNGP15.phx.gbl...

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:%2****************@TK2MSFTNGP09.phx.gbl...
> The exampe at this site [1] displays exactly what I am seeking
> to learn to do myself. Comments regarding a component or code
> methodology would be appreciated...
>

Well, you have two options. One is to write a full html render and
render
the result to an image, or you *might* be able to do some lower level
programming and get IE or another browser to print to a given HDC,
however
I'm not having much luck finding any information on that.

The only HTML engine I can find that is terribly friendly about it is
KHTML,
which appears to have quite a few unix ties. You may be able to rip out
mozilla's rendering engine as well.
> --
> <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
> Architectural & e-Business Consulting -- Software Development
> NET cs*********@REMOVETHISTEXTmetromilwaukee.com
> URL http://www.metromilwaukee.com/clintongallagher/
>
> [1] http://www.whois.sc/microsoft.com
>
>

Jul 21 '05 #6
Its quite beyond me at the moment but fetching a page and displaying
it as an image in another page is very compelling to me.
--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:uc**************@tk2msftngp13.phx.gbl...

"Ross Presser" <rp******@imtek.com> wrote in message
news:1d****************@rpresser.invalid...
I would do this by printing to a postscript printer redirected to a file,
and running ghostscript on the result to convert to a raster image. Not
all that simple, but straightforward enough.

Printing programatically can be difficult, unfortunatly. I don't see any

way with IE's pritning mechanism to print to a given device. If you could print to a given HDC you could just print directly to a HBITMAP, I believe.


On Fri, 17 Sep 2004 18:11:28 -0500, Daniel O'Connell [C# MVP] wrote:
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:eH**************@tk2msftngp13.phx.gbl...
I was hoping more along the lines of something I could handle
like a Response.Write ;-)
Unfotunatly, I don't think so, ;).

There might be a way to do it with SVG or something, but I certainly
don't
know enough about ti to help.
--
<%= Clinton Gallagher
"Daniel O'Connell [C# MVP]" <onyxkirx@--NOSPAM--comcast.net> wrote in
message news:%2****************@TK2MSFTNGP15.phx.gbl...
>
> "clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
> message
> news:%2****************@TK2MSFTNGP09.phx.gbl...
> > The exampe at this site [1] displays exactly what I am seeking
> > to learn to do myself. Comments regarding a component or code
> > methodology would be appreciated...
> >
>
> Well, you have two options. One is to write a full html render and
> render
> the result to an image, or you *might* be able to do some lower level
> programming and get IE or another browser to print to a given HDC,
> however
> I'm not having much luck finding any information on that.
>
> The only HTML engine I can find that is terribly friendly about it is
KHTML,
> which appears to have quite a few unix ties. You may be able to rip out> mozilla's rendering engine as well.
> > --
> > <%= Clinton Gallagher, "Twice the Results -- Half the Cost"
> > Architectural & e-Business Consulting -- Software Development> > NET cs*********@REMOVETHISTEXTmetromilwaukee.com
> > URL http://www.metromilwaukee.com/clintongallagher/
> >
> > [1] http://www.whois.sc/microsoft.com
> >
> >
>
>


Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
5114
by: Jonathan Snook | last post by:
I've been contemplating what the recommended usage of a "top of page" link should be? Should there only ever be one at the bottom of the page? Should they be sprinkled at various points on the...
4
7006
by: Dominic | last post by:
Hi guys, In .NET, how can I convert a HTML file to TIFF efficiently? One possible way is that I can first use word automatation to load the HTML up and then print it to TIFF. Is that right?...
7
14169
by: Toby Mathews | last post by:
Hi, In an ASP.Net application I want to convert open create a FileStream object from a System.Drawing.Image - is this possible? I create an instance of an Image object using the FromFile method,...
5
2225
by: Carl Gilbert | last post by:
Hi I have some ASP code that I want to run from CD within a VB.NET windows application with a web browser control. However, to get the ASP pages to run without a server is proving quite...
4
2405
by: Harry Hudini | last post by:
Hi, I need to run exactly this code in an asp.net file when someone uploads an image, but i dont know C# and im having real issues converting it. If anyone can, could you convert it to VB.net...
5
277
by: clintonG | last post by:
The exampe at this site displays exactly what I am seeking to learn to do myself. Comments regarding a component or code methodology would be appreciated... -- <%= Clinton Gallagher, "Twice...
6
1802
by: Dave Keen | last post by:
Hi all I am writing a webpage which asks the user for the name of a picture file, then reads the file, resizes if necessary and saves it to the server. The code to read the file is... ' Set...
8
1508
omerbutt
by: omerbutt | last post by:
hi there i a making a community page where i am editing the details for the communities added in the favourities of the user the, i am using html ajax javascript,php and mysql.Now the problem is that...
0
1518
by: Alexey Smirnov | last post by:
On Oct 3, 10:42 am, peterko...@gmail.com wrote: Hi Peter, Microsoft Office embeds a thumbnail image within the files (File- default for PowerPoint only) you can try to get the thumbnail using...
0
7231
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7336
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7066
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5059
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4724
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3198
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1568
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
773
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
435
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.