473,326 Members | 2,182 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Need to convert html to dot file extension

Hi ,
I am working on a project which has editor which generates the document templates in HTML .I am required to convert these HTML templates to dot file extension .
If anybody knows about that please help me out and guide me overcoming these problem.

thanks and regards,
Krish
Jan 23 '08 #1
3 2071
BigDaddyLH
1,216 Expert 1GB
Hi ,
I am working on a project which has editor which generates the document templates in HTML .I am required to convert these HTML templates to dot file extension .
If anybody knows about that please help me out and guide me overcoming these problem.

thanks and regards,
Krish
It's easy to change a file's extension -- use method renameTo of java.io.File.

http://java.sun.com/javase/6/docs/ap...(java.io.File)

Or did you want to change the file's format?
Jan 23 '08 #2
It's easy to change a file's extension -- use method renameTo of java.io.File.

http://java.sun.com/javase/6/docs/ap...(java.io.File)

Or did you want to change the file's format?
Thanks for reply...But I actually need to change the file's format from HTML or PDF to the DOT format(so that the document templates can be stored and modified in word).
Jan 24 '08 #3
BigDaddyLH
1,216 Expert 1GB
Thanks for reply...But I actually need to change the file's format from HTML or PDF to the DOT format(so that the document templates can be stored and modified in word).
Why use Java to do this? I don't know about PDF, but couldn't you just open a HTML document in Word then save it in DOT format?
Jan 24 '08 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: Els | last post by:
If I use <? include "file.html"; ?> in the html of my document, do I _have_ to change the extension of that document to .php, or would it still work and be valid if I let it remain .html? --...
8
by: Joe | last post by:
Hi, I want to use the C library function mkstemp. It returns a unix file descriptor (int) to an open file. How do I convert the file descriptor to a valid ofstream object? Thanks, Joe
7
by: >>Shailesh | last post by:
CODE: $stuff = '<html><head><title>stuff</title></head><body><b>Hello</b> World</body></html>'; header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past...
5
by: IWT | last post by:
Ive heard about some sort of script or program that converts a web address with a php extension to that with a html. E.g. say if you had www.abc.com/123.php the user would be able to access this...
8
by: guppywon | last post by:
I am trying to map ASP.NET execution to the ".html" extension. And I am encountering a strange error. I'm looking for help configuring my ".html" pages to execute as ".aspx" pages. I have added...
3
by: Steve | last post by:
Using VB.NET, How do I convert a .txt file extension to a .xls file extension? The text file is already created and saved in a folder on the server. Thanks Steven
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
25
by: Jon Slaughter | last post by:
I have some code that loads up some php/html files and does a few things to them and ultimately returns an html file with some php code in it. I then pass that file onto the user by using echo. Of...
3
by: ibeehbk | last post by:
Hi. I have a form made in xhtml. I test via vbscript to make sure none of the fields are empty and properly formatted (ie email). All the regular fields work. However, I have two drop down menus...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.