Modify Word Document

any way to modify text content of a word document through ASP?

View Replies


ADVERTISEMENT

Modify And Email Existing Excel Document

I have an Excel Template that is filled out in certain senarios. What I want to be able to do is access this existing Excel Template through a webpage, enter nessisary data into the template, and then e-mail these changes to certain people. The original Excel template needs to stay Unfilled out and unmodified once the process is complete. If saving a different copy to e-mail is nessisary that is ok. I have Created the Excel object on the server to be filled with database info from a query, but I'm not sure how to open an current excel document and then email that document onces it is filled out..

View Replies View Related

MS Word Document

I want to do a Ms Word document in a ASP page. I can do it, With the code lines:

/////
Response.ContentType = "application/msword"
Response.AddHeader "content-disposition", "inline; filename=OrderFax.doc"
////
With these lines all document content show like a Word document.

But i can not change the MARGINS of this Word document.And Default
left/right margins are very bigs.

I try it, change the <body> attributes and with styles, but this don't work,
the margins are always the same.

How can i modify the margins of word document? I should do this with another method?
Can I modify PC client settings to change the defaults margins of word document create througt the web?

View Replies View Related

Word Document

I'm currently working on an application that has to open word documents (word forms) and read and write data from/to it. But, unfortunately, the web server hasn't Word installed (my ISP...). Is there any other way to do that?
I'm currently investigating about working with rtf documents, but the syntax is turning me crazy!!! Any idea/dll/other way to do that?

View Replies View Related

Word Document Via ASP

I've been looking (unsuccessfully) for a tutorial on creating Word documents from ASP. I know it can be done and have been able to find some references to various aspects of this, but nothing that spells out the process from beginning to end.

What I'm trying to accomplish is being able to generate a paper document using some information that is contained in an Access database. I have a ASP script that will generate the same info on the screen, but nothing that will put it on paper in a clean, professional format.

View Replies View Related

Word Document

I am creating a word document from an asp page. I have no problems
actaully creating the document and creating some tables that have data
in them. I am using Response.ContentType = "application/vnd.ms-word"
to create the actual document. My problem is that I want to place a
picture (which resides on the server) into the word document as well.
However all I seem to get is the place for the image but a picture of
an "x" meaning that the picture is missing.

View Replies View Related

Upload Word Document

Using Input in HTML i am allowing user upload the
document. When they click submit i am saving in Server.
They can upload same document any time. Here is my problem
each time when they upload document it is saved in server

But when they open in browser new updated document is not
shown only old document is displayed.

I have link buttion i am assinging like this

http://myservername/sparktrial/SOW/sow-123.doc

the link is working they able to seek document but it not
showing latest document. Code:

View Replies View Related

Microsoft Word Document

if there is any way to transfer the data inside of a Microsoft Word (.doc) through asp into a database field?

View Replies View Related

How Would I Parse A Word Document Into A DB?

If anyone has any suggestions on how I could get specific data from a word document into a Database please advise. I need this to work via our website.

Scenario: User uploads a word doc to our server. Then is presented with a button that reads "parse it".

I need to write something in asp that will open up the word doc and extract out specific data then simple insert it into a SQL db.

View Replies View Related

Modifying A Word Document

I know that using Word Automation inside an ASP page is no good idea.Anything I want to do in the current project is: open document, change some text, save and close document. Basically changing some variables, consting of a name embraced by special chars, to some value. As for example: change "[FirstName]" to "Michael".

Does anybody know whether there is a way for achieving this with basic "file input / output". Can I regard a Word document as some binary data, perform the replacement, and save the data, without destroying Word's internal structure?

View Replies View Related

Open Word Document In ASP

I want to open a word document in asp.(if possible with FSO)(I don't want to create a word with asp!)

View Replies View Related

Word Document Fields

I am working on a application in ASP which has some data to be written to a Word document which can used as a template.I am having problems in creating an Object to open a word document.

View Replies View Related

Format Of Word Document

I wanted to know how to make a properly formated word document from asp. Can some one direct me to all the propertise of CreateObject("word.application").

View Replies View Related

Read Word Document Using Asp

I am having a issue to read the word document and to print the content of the same document can any one please help me out in this case.

View Replies View Related

Existing WORD Document

I have a website which displays information from a database. I would like to add an option that when the user is pressing a button or link, a specific form as a WORD document will open on his desktop filled in specific places with data from the database. The original empty WORD doc is stored on the server.

View Replies View Related

Generate Word Document

Develop a web application to help manage sale operations. There is a function that to generate a report using data in database, which is a Word document on server and let user to download and print it out.

Found that it's risky to do Word automation on server side using ASP. The layout of report is a bit complicated. I've a idea of ASP call VB to automate a Word document, but don't know whether it's work or not. Or is there any other better alternative to solve this problem?

View Replies View Related

Save The Word Document

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". how to save the word document which is edited to the database.

View Replies View Related

Word Document With Footer

Is it possible to create a simple word document using ASP and also set its footer to the record id and save the created document on the server. We have an ASP application and we can create PDF documents using one of the components available but we want to do the same in Word Document. I wonder if someone can suggest some code or a component to allow us to do this.

View Replies View Related

Open Word Document

Is it possible to create a code that will open a word document and print it? I need to to this for various documents within the same form. That is I need to print from 1 to 5 documents each time the code is executed.

View Replies View Related

Can't Merge Word Document

I want to merge a word document in the server to display in the client side. The merge code is in a dll. In the asp server script, I invoke the dll to merge.

It raise an error when I use the default IIS user. When I change the IIS user to administrator,It work well. how I should do to resolve this problem?

View Replies View Related

Opening Word Document From An ASP Page

I have a server with a Word document and an Access database on it. I
also have an ASP page running on the server. The Word document
contains a mail merge with the Access database. What I want to do is
open the merged Word document from the ASP page when a button is
clicked.

I have tried several things including some scripting that I
found on the internet. This scripting works, however it opens the
merged document on the server instead of on the user's local machine.
I want the Word document to open on the local machine instead.

View Replies View Related

Creating Word/excel Document

We have an application where the user fills out many screens and when
they are done, we are supposed to display the text they entered in a
word or excel format. That is fairly easily accomplished by changing
the content type in the response object.

On one of the screens where they enter data, they also have the
ability to upload a word document containing additional information.
This is also not a problem, and is working fine.

Now they have decided that when we create the document with all of the
text fields in it, they want to embed the word document that they
uploaded. Is this possible? I have been trying to find a way to do
this and so far haven't come up with anything.

View Replies View Related

Writing Word Document Into A Textarea

I have a web page that lets the user to upload a word document. Currenlty this document is stored in the SQL Server database. The Field where this doc is stored is of Image Type.I am using aspSmartUpload object To do so. all is working fine till now.

Now I want to Write this document Into a textarea. I tried Using BinaryWrite, but to no avail.

View Replies View Related

Need To Access A WORD Document Via ASP Page

Does anyone know how to access a WORD document using ASP?
I have a few users that fill in fields in a WORD document
and I need to be able to open that document and read
these fields once the document is uploaded to my web
server.

View Replies View Related

Reading A Microsoft Word Document

Is it possible to use ASP to:

1. search a directory for Word documents
2. scan the Word documents that were found for a desired keyword
3. return the path of the word documents containing the keyword

It will only be searching for files on the local network.

Or does anyone know of a way to do this other than ASP?

View Replies View Related

Exporting Data To A Word Document Or PDF

We have a variety of work related forms (overtime sheets etc) that people currently download via our intranet.

What I'd like to do is have a page with a drop down box getting staff names and then tick box's as to which documents you want and it will put the employees name and number on the form and print etc ....

The bit I'm a bit a bit lost on is how would I export my employee name and number from a form to a an area on a word document.

I've exported data to an excell spreadsheet before but never a word document.

View Replies View Related

Create Thumbnail Of MS Word Document

Just wondered if it was possible to create a thumbnail / GIF image of a microsoft word document on the fly with ASP?

They seem to be able to do it on Microsoft.com (see http://office.microsoft.com/template...3601033&CTT=98, for example) - Is there a function which does this?

View Replies View Related

Download Word Document Error

I created this script so that once the form has been created, they can print the information on a word document. When I run the script locally, I get the Word document without a problem. When I place the file on the website to create the document I get the following error:

Cannot copy file: Cannot read from the file or disk

I have never seen this error even on the server. The script has been written as an ASP application. But this is the first time I come accross this error. If you need me to post the script let me know. But I don't think this is a script error.

View Replies View Related

Dinamically Generate Word Document

I want to do a dinamically generation of a word doc in my ASP page. I do it with the next code:

<% Response.ContentType = "application/msword"
Response.AddHeader "content-disposition", "inline; filename=OrderFax.doc" %>

But i have a problem with the margins of the word doc, by default the margins are:

left:3.17 cm, right: 3.17cm.
(Are not the margins of normal.dot...?)

How can i modify these margins? In my ASP page? can i do it in my MS word application?

View Replies View Related

Open Word Document For Editing

I have a Word doc already created that I want to open from an asp page. I want it to open in Word and allow the user to modify if necessary. I currently have it opening (using href), but it is opening in IE. I think I should be able to do it with javascript to open word and then call that function on the link to the doc.

View Replies View Related

Extract Data From Word Document Using ASP

I'm extracting data from word document (maybe table) and save the data into database using ASP. Do I need to create a template or bookmark for data entry?

View Replies View Related

How Can Use ASP To Read In The Ms-word Document Files The Content?

How can use ASP to read in the ms-word document files the content, then copy
the content to access?

I attempt ("word.application") have opened with CreateObject to word
document only. Can I use "Find" function to search ms-word content in ASP?

View Replies View Related

Using Access To Store A Word Document And Use It For Mailmerge

I am presently saving a word document to an access table in a OLE Object field. I retrieve the document and display it fine.

I would like to retrieve information from one of the other tables and merge the two together. And then display the new word document. Inother words do a mail merge or replace.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved