473,796 Members | 2,751 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

To save html page as word document into database

37 New Member
Hi Friends

I am doing a project using requesthandlers and ejb. In that, the user is given a provision to enter his comments and suggestions in the text area provided in the html page. After entering his comments, these are stored into the database as blob and when edit is clicked these blobs are retrieved from database.
Now the actual problem comes. an option to save and preview is provided.

What i need is, on clicking save button the html page has to be automatically converted to word document and get saved into the database.Becaus e if the user wants to preview, it should be displayed as word document and can be in the form of a report to be printed


i really need help and very soon

hope u all will help me
Feb 26 '07 #1
5 3538
r035198x
13,262 MVP
Hi Friends

I am doing a project using requesthandlers and ejb. In that, the user is given a provision to enter his comments and suggestions in the text area provided in the html page. After entering his comments, these are stored into the database as blob and when edit is clicked these blobs are retrieved from database.
Now the actual problem comes. an option to save and preview is provided.

What i need is, on clicking save button the html page has to be automatically converted to word document and get saved into the database.Becaus e if the user wants to preview, it should be displayed as word document and can be in the form of a report to be printed


i really need help and very soon

hope u all will help me
When storing inthe database we do not store as .doc or .htm. It is the retrieve that should display as word. Just store into the database as Strings or BOLB or whatever supported datatypes. When you want to view the data, then get the data into required format for displaying.
Feb 26 '07 #2
kanthi84
37 New Member
When storing inthe database we do not store as .doc or .htm. It is the retrieve that should display as word. Just store into the database as Strings or BOLB or whatever supported datatypes. When you want to view the data, then get the data into required format for displaying.


Ok. I know that usually data is saved as blob into the database. but, the problem is, how to store the Template into the database?
by saving as blob and retrieving it will display only the contents. i need to display the heading and the content below that which is saved as blob in database.

And help me with the code to view the data and getting it into the required format for displaying
Feb 26 '07 #3
r035198x
13,262 MVP
Ok. I know that usually data is saved as blob into the database. but, the problem is, how to store the Template into the database?
by saving as blob and retrieving it will display only the contents. i need to display the heading and the content below that which is saved as blob in database.

And help me with the code to view the data and getting it into the required format for displaying
You have to find a way of string the template as text in the database or as an image.

You view the data by retrieving it using jdbc into a resultset object and then you can use a package e.g poi package to create a .doc for displaying the data as a .doc
Feb 26 '07 #4
kanthi84
37 New Member
Thanks for the reply

but, i would like to know , whether i can get the data in any required format without the help of any software. is it possible to do the same using javascript
Feb 26 '07 #5
r035198x
13,262 MVP
Thanks for the reply

but, i would like to know , whether i can get the data in any required format without the help of any software. is it possible to do the same using javascript
If you want a properly formatted .doc, you will hava to use a ready made Java package for that. You might have to ask in the Javascript forum to find out if the same can be done in Javascript.
Feb 26 '07 #6

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

Similar topics

2
4533
by: Martin Lucas-Smith | last post by:
I am trying to use PHP's COM support to open a URL from within MS Word then save the document. I am using PHP5.0.3/Apache2/WindowsXP. phpinfo() confirms that COM support is enabled. Manually, this would be: - Start MS Word (am using Office 2003)
3
9020
by: lee_j | last post by:
Hi, I have a question below. In the Sql server 2000 I store some word documents.Then I get the data from the database through the asp code and display the word document in IE.The ContentType is "application/msword". My question is how to save the word document which is edited to the database. Thanks for your advice!
0
763
by: Steve Holland | last post by:
Hi, We have a web app which reads in a Word 2000 template (.dot), replaces some fields, then saves it off to the filesystem. This all works fine. What we would now like to do is to save the document directly to an SQL Server 2000 database. We already have the functionality to save files to the database. What we are missing is the ability to output the word doc as a byte array directly. We could save the document back to the filesystem as...
1
310
by: Danny | last post by:
Hi, I have a htm page that was generate by my application . I need to save it as word document automaticly (not by using file,save as...) by my application using C#.Net Thanks, danny
7
3705
by: joseph.inglis | last post by:
I have a web browser object on a form which I have set to edit mode and use the UCOMIConnectionPointContainer interface to hook in and catch events. All working sweetly. Except there are instances where i rewrite the Document.Content and the
2
4598
by: csgraham74 | last post by:
Hi, I have a requirement in work that i give a person the ability to create a html document using a richt text editor. What i then want to do is save the HTML doct to my server & insert reference in a database so that i can retrieve the html document. Basically i dont have a clue how to convert a string in HTML format (taken from the RTE) to an actual document and then save it to a folder. Can anyone point me in the correct direction.
2
15366
by: gusa992000 | last post by:
Hello I am trying the following problem: A web app in jsp and java has to open a microsoft word document directly in the browser. This part is easy and i have done it. The user then can modify the word document. If the user 'save' the document (using the Save button of the MS tool bar in the browser) the application has to 'save as' the document on the server, not over writing the openned file but creating a new one.
4
7670
by: anilareddy | last post by:
Hi all, I have a problem in my project. I have developed a small page like this. Now after the save button is clicked, the data which is entered should be stored in the database. I'm attaching the code here please if someone find the solution send me as soon as possible. <%@ page contentType="text/html;charset=windows-1252"%> <%@ page import="java.sql.*" %> <%@ page import="javax.sql.*" %> <%@ page import="java.lang.*" %> <%@ page...
0
3756
by: ppardi | last post by:
I'm developing an addin for Word 2007 and I need to determine whether a user saves a Word 2007 document in an older format (97-2003) after a save as is done. The scenario is that the user starts out with a Word 2007 document, saves that document to disk, then saves the same document in an older format If the user saves a doc in an older format, I want to turn off certain features of my add-in. I'm able to trap the save event easily...
0
9685
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9535
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10467
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10244
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10021
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9061
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7558
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6802
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5454
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...

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.