Zero Client Design - allowing user to create document like a word document

Hi All,
I am planning to develop an internet based application. How can i allow user to start creating a document (Let say Word document). User does not have Microsoft Word installed on his/her client computer. my application offers create new document.
User clicks "create new" link on the page. Is it possible to lunch the word in create new page to let user to create document and at the end click Save link on the page to save it on to server?
Is it possible to call the word application from the sever?
Thanks
Sam

I've never tried it and there may be alternative ways of doing it, but I would think the only way you can provide formatting tools - without recreating each tool - is to use an Applet.
What you're trying to do is create a document object on the server, have the user select an command on the client side (such as underlining text), have the client pass the command back to the server, and echo the results of that operation, right?
It would be incredibly awkward and impractical to do that through a conventional stateless HTTP medium such as JSPs, PHP or JavaScript. It may have been done before, I'm just not aware of any attempts to do so.
Are you willing to consider alternative third-party solutions, open source or not? Or is this something that you explicitly have to code?

Similar Messages

  • How do you allow users to create comments on a pdf document?

    Please can you assist I previously loaded a pdf document and was able to share with others, they could see my comments as I was adding these. They could also add comments and click publish for me to see these. .
    The second time round it does not seem to work and does not allow me to mark up my comments (it only allows download). I have tried collaborate live but that does not seem to work either.
    Thank you.

    You should be able to take the permissions you have set and "apply to enclosed items." I am trying to attach a picture of what this looks like so my apologies if it does not work.
    Highlight your folder you want and go to File>Get Info or command+I and at the bottom where it has Sharing and Permissions, click the lock button to authenticate. Click the gear and click "apply to enclosed items". See if that works.

  • Allow users to create reports based on their own selection of fields

    Is there a way to allow users to create reports based on their own selection of fields?
    And if there is a way, then how?
    In access we retrieve all demographic info on one screen and on another screen user can be able to choose specific fields from a list box to import data into file.

    Hi,
    This can be handled in various ways - but the principles are the same.
    You need to apply conditional displays to all of the columns that your user can select and base the display of a column on the value of a field on the page.
    You can have a series of Yes/No options - one for each field and base the display on the corresponding field being Yes. Or you can use checkboxes.
    However, if you wish to use a multiselect list (which is probably easier as you can dynamically generate the list of field names), you will need to have hidden fields that will store either Y/N or 1/0 (I use ones/zeros) and have the conditional displays watch these fields instead. Populating these hidden fields is a bit more tricky than just having fields on the page that the user can control, but is doable:
    1 - Create one hidden field for each field in the report that you want to show/hide. Put these fields in the same region as the select list in a region above the report
    2 - Set conditional display values to "Value of Item in Expression 1 = Expression 2" and use the appropriate hidden field for Expression 1 and in Expression 2 enter in 1
    3 - Create a page process that runs on submit, and create PL/SQL code something like:
    DECLARE
    lFields HTMLDB_APPLICATION_GLOBAL.VC_ARR2;
    vField VARCHAR2(1000);
    BEGIN
    :P31_SHOW_EMPNO := 0;
    :P31_SHOW_ENAME := 0;
    :P31_SHOW_JOB := 0;
    :P31_SHOW_MGR := 0;
    :P31_SHOW_HIREDATE := 0;
    :P31_SHOW_SAL := 0;
    :P31_SHOW_COMM := 0;
    :P31_SHOW_DEPTNO := 0;
    lFields := HTMLDB_UTIL.STRING_TO_TABLE(:P31_FIELDS);
    FOR i IN lFields.FIRST..lFields.LAST LOOP
    vField := lFields(i);
    IF vField = 'EMPNO' THEN
    :P31_SHOW_EMPNO := 1;
    ELSIF vField = 'ENAME' THEN
    :P31_SHOW_ENAME := 1;
    ELSIF vField = 'JOB' THEN
    :P31_SHOW_JOB := 1;
    ELSIF vField = 'MGR' THEN
    :P31_SHOW_MGR := 1;
    ELSIF vField = 'HIREDATE' THEN
    :P31_SHOW_HIREDATE := 1;
    ELSIF vField = 'SAL' THEN
    :P31_SHOW_SAL := 1;
    ELSIF vField = 'COMM' THEN
    :P31_SHOW_COMM := 1;
    ELSIF vField = 'DEPTNO' THEN
    :P31_SHOW_DEPTNO := 1;
    END IF;
    END LOOP;
    END;
    4 - Finally, add a button that generates the report - this just needs to submit the page and branch back to the same page
    I've used the standard EMP table for this example and my hidden fields are P31_SHOW_fieldname. The code resets the hidden fields to 0, checks if the user has selected the field from the list (P31_FIELDS) and changes the hidden fields value to 1 for all those selected. When the page is re-rendered, the report hides the columns where the hidden field value is 0 and displays those where it is 1. The export option will then only export those fields that are displayed.
    You can see an example of this here:
    http://htmldb.oracle.com/pls/otn/f?p=33642:31
    Regards
    Andy

  • Flash app that allows users to create mini animations

    Hi,
    I am fairly new to flash, and was wondering if the community could point me in the right direction for my current project.
    I am looking to build an app that allows end users to draw and save mini animations (simple predetermined shapes that move in 2D).  So far I have a written a app that allows the user to draw a single frame using simple shapes and lines, but I am having some small troubles at this stage, and have not attempted to allow the user to animate or save the drawing.
    If anyone knows of a tutorial or some other resource to put me on the right path I would be very grateful.  I can also share what I have if anyone would be willing to give me some pointers (I am going to assume that as a newbie, my code could use a lot of improvement).
    Regards,
    Robbie Vos

    Hi Andei1,
    Thanks for the input.  I figured that the save functionality would be a little difficult. 
    However, if I can get the basic app going (allowing users to create mini animations) I think I should be able to get save going with some (ok, alot) of effort.
    Regards,
    Robbie Vos

  • How do I copy a few lines from a pdf document to a Word document?  I'm not looking to convert the whole document, just need to copy a few lines here and there.

    How do I copy a few lines from a pdf document to a Word document?
    I'm not looking to convert the whole document, just need to copy a few lines here and there.
    ps.  Wow, what a user UNFRIENDLY site this is!

    In most cases you can just select the text and copy/paste. You can do that unless the file is a picture/scan.

  • How to merge multiple XML or Text documents into 1 Word Document?

    Hi all,
    We're looking for a way to merge multiple XML or Text documents into 1 Word document.
    All the XML or Text documents are oriented as a 'Paragraph', meaning smaller pieces of text.
    By selecting some of these XML documents, the system should be able to create a new Word document with all the selected text paragraphs included.
    The Word document can then be edited for applying a correct lay-out and the document is ready.
    Actually, we are trying to do some kind of 'mail merge' but with multiple XML or Text documents!
    Has anybody an idea whether something exist already or give us a direction how to proceed?
    Thanks in advance,
    Pascal Decock

    You use Assembler for this purpose.
    1) Assembler can be accessed through LC Java API. See http://help.adobe.com/en_US/enterpriseplatform/10.0/programLC/help/index.html
    API Quick Starts (Code Examples) > Assembler Service API Quick Starts
    2) Last week I posted on generating and merging PDF's from PostScript. Take a look at the assembly service instance in the .lca. Assembler uses DDX (Document Description XML) to describe document construction. NOTE the .lca was developed with ES 3 (aka ADEP). The .lca It contains the most basic DDX.
    <?xml version="1.0" encoding="UTF-8"?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="out.pdf">
      <PDF source="inDoc1"/>
      <PDF source="inDoc2"/>
    </PDF>
    </DDX>
    http://forums.adobe.com/message/4019760#4019760
    DDX Reference at http://help.adobe.com/en_US/livecycle/9.0/ddxRef.pdf
    Steve

  • How can I convert my Open Source document files into Word document files? I cannot download Pages since my Macbook Air does not have the most recent software.

    How can I convert my Open Source document files into Word document files? I cannot download Pages since my Macbook Air does not have the most recent software. I downloaded open office to my mac to try and save money. It worked well for a while. Now I get this pop-up message that asks me to "Reopen" and when I select the option, nothing happens. I cannot save my documents anymore and I cannot convert them to word. Help!

    dwb wrote:
    Does OpenOffice output Word documents by default or do you have to select it manually?
    You have 17 options to save as in Open Office, one of which is .doc  files,  yes it needs to be saved manually.
    You may be able to default to DOC, but have not tried same.
    Since Open Office is 99% same as Word, I use it, or Word, either one.  Open Office is a bit less buggy than Word 11'

  • How do you convert a PDF document to a word document ?

    How do you convert a PDF document to a word document ?

    I just noticed that you added a few more details and it seems like the problem is that part of the conversion is not working. Would it be possible to share the file with me so that I can forward it to the team that owns that service? My email address is [email protected]
    Thanks!
    Pat

  • How do i change a pdf document into a word document?

    How do I change a pdf document into a word document?

    Please see our getting started guide: http://forums.adobe.com/docs/DOC-2412
    That should help you use your ExportPDF subscription.
    -David

  • PDF is changing all my pdf documents into a word document - My boss sent me a pdf email through outlook and when I try to open it changes to a word document

    PDF is changing all my pdf documents into a word document - My boss sent me a pdf email through outlook and when I try to open it changes to a word document Help this is so frustrating

    Hi tinam74565130,
    That does sound frustrating! It sounds as though the filename associations have become confused on your computer. You should be able to reset that easily. Here are some instructions:
    Change which programs Windows uses by default - Windows Help
    How to change the default application for a file type | Macworld
    Please let us know how it goes.
    Best,
    Sara

  • I have tried to save a Pages document to a Word document but it does not work. Plse advice !

    I have tried to save my Pages document into a Word document but I keep on running into trouble = it does not work ! Anyone can help me ?

    mossenane wrote:
    Name of Pages document is RoomscheduleSTAYATBROMMA#2-?
    I'm afraid that your choice if names is the problem. Try "RoomSched2X", or similar, and let us know how it goes. If that works you can try some other names of your own choosing.
    Jerry

  • I am buying an Epson scanner. I am told it is compatible with an Apple Computer, is that correct? I have been told to get Acrobat XI Pro as the software for the scanner. Is that correct? Will this also scan handwritten documents into a Word document?

    I am buying an Epson scanner. I am told it is compatible with an Apple Computer, is that correct? I have been told to get Acrobat XI Pro as the software for the scanner. Is that correct? Will this also scan handwritten documents into a Word document?

    "I am buying an Epson scanner. I am told it is compatible with an Apple Computer, is that correct?"
    We have no idea, and it isn't really our thing.
    "I have been told to get Acrobat XI Pro as the software for the scanner. Is that correct?"
    Acrobat XI Pro is available for Mac and is an excellent tool for making PDFs. We can't say whether it will work with the scanner. It depends what drivers Epson provide.
    "Will this also scan handwritten documents into a Word document?"
    That's not what Acrobat is for. It is for making PDFs. To make handwritten documents into Word documents, you'd just scan as graphics, and insert each graphic on a new page of the Word document. They will remain pictures of text, not something you can edit or copy/paste.

  • Every time i open a word document ALL my word documents open as separate windows. Same with PowerPoints. How do i fix this?!

    every time i open a word document ALL my word documents open as seperate windows. Same with powerpoints. How do I fix this? Its getting really annoying.

    If you are using Apple's Mail app, whichever os you have, post in its os/Mail forum area.

  • Is there an app for converting a Pages document into a Word document

    is there an app for converting a Pages document into a Word document?

    In pages, Use the menu Share - Export - to Word.
    Matt

  • I purchased Adobe Export PDF and wanted to be able to convert a PDF document to a word document that

    I purchased Adobe Export PDF and wanted to be able to convert a PDF document to a word document that could be changed.  Does this do that?

    Yes!
    Please read more about the PDF to Word conversion here: https://www.acrobat.com/exportpdf/en/home.html
    Let us know if you have additional questions.
    Dave

Maybe you are looking for

  • Can't connect iPod nano since latest iTunes update. Please help :(

    Ever since I downloaded the latest versions of iTunes, my 5th gen iPod nano won't connect. I get a pop-up that says, "Could not install hardware" or something to that affect. I switched cables and usb ports, and no change. What should I do? I was thi

  • Heading level tag in mini-TOC

    Is there a way to change the tags used in the mini-TOC for TC3? My docs are linked from FrameMaker and they don't use Heading 1, Heading 2, etc, so this handy tool is not working for me. Thanks for any help!

  • Windows on Mac Book Pro Anti Virus Protection

    What is best antivirus for the Windows 7 for Boot Camp on my Mac Book Pro?

  • Using a Pen/Drawing tool for Signature

    I am currently using Adobe Acrobat XI Pro.  I am in the process of creating a fill-in form for our associates to use.  We would like to include a signature field and want to use just the pen tool for the user to sign off using their mouse.  I have un

  • What is the new "GMA 5700MHD - AMT"?

    I was about to order a Thinkpad using specs from last week, but the "Intel HD integrated graphics" option on the T410 and T510 pages has suddenly been replaced with "Intel Graphics Media Accelerator 5700MHD - AMT". Does anyone know what the differenc