Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old December 14th, 2005, 09:05 AM
Tim
Guest
 
Posts: n/a
Default converting rtf to JPEG?

Since rtf files cause so many troubles, i.e., allow the users to download the
files, slow loading, incompatible with other browser, and so on. Do you think
I should convert them to JPEG files to embeb them into HTML? Once converting
to JPEG, it is easier to programming in HTML (i.e., just add the image tag),
load faster, and prevent the user from download the files? Do you think
that's a good idea.
thanks

  #2  
Old December 14th, 2005, 10:06 AM
Evertjan.
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?

=?Utf-8?B?VGlt?= wrote on 14 dec 2005 in
microsoft.public.inetserver.asp.general:
[color=blue]
> Since rtf files cause so many troubles, i.e., allow the users to
> download the files, slow loading, incompatible with other browser, and
> so on. Do you think I should convert them to JPEG files to embeb them
> into HTML? Once converting to JPEG, it is easier to programming in
> HTML (i.e., just add the image tag), load faster, and prevent the user
> from download the files? Do you think that's a good idea.
>[/color]

No.

Despite this not being an ASP issus, as the repeated translation would play
havoc on server cpu time, it also would increase download time enormously.

What is wrong with HTML/CSS for text and pictures?

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

  #3  
Old December 14th, 2005, 11:05 AM
Patrice
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?

What do you try to do with RTF ? Is this to display text ? If yes, why can't
you use just text...


--
Patrice

"Tim" <Tim@discussions.microsoft.com> a écrit dans le message de
news:87939CC5-49E1-46D9-BDE0-46214CF510A7@microsoft.com...[color=blue]
> Since rtf files cause so many troubles, i.e., allow the users to download[/color]
the[color=blue]
> files, slow loading, incompatible with other browser, and so on. Do you[/color]
think[color=blue]
> I should convert them to JPEG files to embeb them into HTML? Once[/color]
converting[color=blue]
> to JPEG, it is easier to programming in HTML (i.e., just add the image[/color]
tag),[color=blue]
> load faster, and prevent the user from download the files? Do you think
> that's a good idea.
> thanks
>[/color]


  #4  
Old December 14th, 2005, 01:25 PM
paul@bullschmidt.com
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?

..jpg or .jpeg images on .asp or .htm or .html pages on the Internet
sounds all around better than .rtf pages to me.

Best regards,
J. Paul Schmidt, Freelance Web and Database Developer
http://www.Bullschmidt.com
Access Database Sample, Web Database Sample, ASP Design Tips


Tim wrote:[color=blue]
> Since rtf files cause so many troubles, i.e., allow the users to download the
> files, slow loading, incompatible with other browser, and so on. Do you think
> I should convert them to JPEG files to embeb them into HTML? Once converting
> to JPEG, it is easier to programming in HTML (i.e., just add the image tag),
> load faster, and prevent the user from download the files? Do you think
> that's a good idea.
> thanks[/color]

  #5  
Old December 14th, 2005, 03:25 PM
Tim
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?

Hi all,
I use rft files not txt because I have to. There is a software vendor that
sells the program to convert the rtf files to JPEG. So, Evertjan, I don't do
the translation on the server. How can I prevent the users to down load files
onto their computer? Isn't it very slow to load the files on the user's
browser? It seems to me that I should use the converter, but I am not sure so
that's why I post the question.

Paul, look like you know the problem. I'd like to make sure I go the right
direction. Any tips about it would be appreciated.

Thank you,



"paul@bullschmidt.com" wrote:
[color=blue]
> ..jpg or .jpeg images on .asp or .htm or .html pages on the Internet
> sounds all around better than .rtf pages to me.
>
> Best regards,
> J. Paul Schmidt, Freelance Web and Database Developer
> http://www.Bullschmidt.com
> Access Database Sample, Web Database Sample, ASP Design Tips
>
>
> Tim wrote:[color=green]
> > Since rtf files cause so many troubles, i.e., allow the users to download the
> > files, slow loading, incompatible with other browser, and so on. Do you think
> > I should convert them to JPEG files to embeb them into HTML? Once converting
> > to JPEG, it is easier to programming in HTML (i.e., just add the image tag),
> > load faster, and prevent the user from download the files? Do you think
> > that's a good idea.
> > thanks[/color]
>
>[/color]
  #6  
Old December 14th, 2005, 03:25 PM
Evertjan.
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?

wrote on 14 dec 2005 in microsoft.public.inetserver.asp.general:
[color=blue]
> I use rft files not txt because I have to. There is a software vendor
> that sells the program to convert the rtf files to JPEG. So, Evertjan,
> I don't do the translation on the server.[/color]

So where is your ASP question?
[color=blue]
> How can I prevent the users to down load files onto their computer?[/color]

The only way is not to allow the users to download the file,
if you don't mind not showing the file to the user.
[color=blue]
> Isn't it very slow to load the files on the user's browser?[/color]

That depends on the connection and the size of the jpg.
[color=blue]
> It seems to me that I should use the converter,
> but I am not sure so that's why I post the question.[/color]

Do some testing, and if there is an ASP related question,
this NG is a good start.
[color=blue]
> Paul, look like you know the problem. I'd like to make sure I go the
> right direction. Any tips about it would be appreciated.[/color]


--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

  #7  
Old December 14th, 2005, 03:35 PM
Patrice
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?

IMO we really need the whole picture. What are those RTF files ? How are
they produced ? Is this some kind of online document management application
? Do you have some kind of right management problem ?

You could also use the PDF or the some kind of e-Book format that AFAIK
includes some kind of protection scheme. The user must download the file to
have something viewable client side. A JPG file could be processed by an OCR
software to get the text.

Finally it's likely the image file is bigger than just the corrresponding
text.

I assume you have some kind of document management while the usual user
interface uses HTML ?

--
Patrice

"Tim" <Tim@discussions.microsoft.com> a écrit dans le message de
news:F1315CC3-F881-4893-B4AC-88091C100748@microsoft.com...[color=blue]
> Hi all,
> I use rft files not txt because I have to. There is a software vendor that
> sells the program to convert the rtf files to JPEG. So, Evertjan, I don't[/color]
do[color=blue]
> the translation on the server. How can I prevent the users to down load[/color]
files[color=blue]
> onto their computer? Isn't it very slow to load the files on the user's
> browser? It seems to me that I should use the converter, but I am not sure[/color]
so[color=blue]
> that's why I post the question.
>
> Paul, look like you know the problem. I'd like to make sure I go the right
> direction. Any tips about it would be appreciated.
>
> Thank you,
>
>
>
> "paul@bullschmidt.com" wrote:
>[color=green]
> > ..jpg or .jpeg images on .asp or .htm or .html pages on the Internet
> > sounds all around better than .rtf pages to me.
> >
> > Best regards,
> > J. Paul Schmidt, Freelance Web and Database Developer
> > http://www.Bullschmidt.com
> > Access Database Sample, Web Database Sample, ASP Design Tips
> >
> >
> > Tim wrote:[color=darkred]
> > > Since rtf files cause so many troubles, i.e., allow the users to[/color][/color][/color]
download the[color=blue][color=green][color=darkred]
> > > files, slow loading, incompatible with other browser, and so on. Do[/color][/color][/color]
you think[color=blue][color=green][color=darkred]
> > > I should convert them to JPEG files to embeb them into HTML? Once[/color][/color][/color]
converting[color=blue][color=green][color=darkred]
> > > to JPEG, it is easier to programming in HTML (i.e., just add the image[/color][/color][/color]
tag),[color=blue][color=green][color=darkred]
> > > load faster, and prevent the user from download the files? Do you[/color][/color][/color]
think[color=blue][color=green][color=darkred]
> > > that's a good idea.
> > > thanks[/color]
> >
> >[/color][/color]


  #8  
Old December 14th, 2005, 09:15 PM
Tim
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?

>So where is your ASP question?
My ASP question is how can I embed the rtf files into ASP project without
allowing the users to download/alter them? And I would like to use loop to go
through all rtf files.
[color=blue]
>The only way is not to allow the users to download the file,
>if you don't mind not showing the file to the user.[/color]
That's why I am interested in JPEG. By converting to JPEG, in my opinion,
the rtf (or text) files will become images and it would not be downloaded by
coding. I still don't know how to code it but I am sure there is a way. Of
course, maybe I am wrong.
------------------[color=blue]
> IMO we really need the whole picture. What are those RTF files ? How are
> they produced ? Is this some kind of online document management application
> ? Do you have some kind of right management problem ?[/color]
Sorry if I can tell you more in details. Just understand that now I got a
bulk of rtf files that I need to play around to put them on the internet
using ASP.

Thank you for trying helping.
Tim
  #9  
Old December 15th, 2005, 09:55 AM
Evertjan.
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?

=?Utf-8?B?VGlt?= wrote on 14 dec 2005 in
microsoft.public.inetserver.asp.general:
[color=blue][color=green]
>>So where is your ASP question?[/color]
> My ASP question is how can I embed the rtf files into ASP project
> without allowing the users to download/alter them?[/color]

This NG is not about "asp-projects embedding" [definition?],
but about ASP being a platform for serverside coding.

Whatever you send to the user must be downloaded, because there is no
difference between those words.
[color=blue]
> And I would like to use loop to go through all rtf files.[/color]

Elementary:

<%
for n=0 to RTFmax
%>
<a href='myDir/myRTF<%=n%>.rtf'>myRTF<%=n%></a><br>
<%
next
%>

[color=blue][color=green]
>>The only way is not to allow the users to download the file,
>>if you don't mind not showing the file to the user.[/color]
> That's why I am interested in JPEG. By converting to JPEG, in my
> opinion, the rtf (or text) files will become images and it would not
> be downloaded by coding. I still don't know how to code it but I am
> sure there is a way. Of course, maybe I am wrong.[/color]

"downloaded by coding", how else would you download something?

Text in jpg can be reconstructed to simple text by software,
unless you make the jpg so bad, it is even a problem for human reading.

and the jpg-s themselves can be saved to the local hd easily.
[color=blue]
> ------------------[color=green]
>> IMO we really need the whole picture. What are those RTF files ? How
>> are they produced ? Is this some kind of online document management
>> application ? Do you have some kind of right management problem ?[/color]
> Sorry if I can tell you more in details. Just understand that now I
> got a bulk of rtf files that I need to play around to put them on the
> internet using ASP.[/color]

ASP, being serverside technology has nothing to do with your obfuscation
efforts, unless it does some serverside task.

Once the stream has left the server, ASP is not involved.

I think, unless you are comfortable by a goal of preventing 80% of the
users, the lazy ones, to counter your ineffective measures, you are out of
luck. And ASP will not help you.

Setting a authentication, and limiting the number of users to trusted users
[and perhaps certified lazy users], whom you do not mind using your rtf-s,
is a better approach.

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

  #10  
Old December 16th, 2005, 08:45 PM
Larry Bud
Guest
 
Posts: n/a
Default Re: converting rtf to JPEG?


Tim wrote:[color=blue][color=green]
> >So where is your ASP question?[/color]
> My ASP question is how can I embed the rtf files into ASP project without
> allowing the users to download/alter them? And I would like to use loop to go
> through all rtf files.
>[/color]

You're doing this the hard way. Convert all your stuff to PDF, and if
you're concerned about alteration, put passwords on them, and let
people download all they want.
[color=blue]
> That's why I am interested in JPEG. By converting to JPEG, in my opinion,
> the rtf (or text) files will become images and it would not be downloaded by
> coding. I still don't know how to code it but I am sure there is a way. Of
> course, maybe I am wrong.[/color]

Everything in a browser is downloaded, that's why you can see it.
And if someone can see it, they can take a snapshot of it.

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles