Create MS Office Word document

I want to create a MS Office Word document. Can someone tell me how to that?

You really should start a new Topic for your new question.
What do you mean by "local" printer? One attached to the server running Central? In my experience that isn't usually done because most of today's printers can be connected directly to the network and addressed via IP #. Actually, it doesn't make any difference what you mean.
Once the printer is defined in the JMD you can use the
b -zPrinterName
parameter to specify the printer. If you do it on the ^job line and use the
b @OtherJobTokens.
parameter in the task definition you only need a single "jfmerge" task to be able to send print to any defined printer. If you put it directly on the task definition that task would always send print to the defined printer and you would need multiple "jfmerge" tasks for multiple printers.
If the form is designed with multiple presentation targets you should also include the
b -aspDriverName
parameter on the ^job statement (for a single task handling multiple printers) or within the "jfmerge" task definition, or - better yet - in the printer definition.

Similar Messages

  • Good day sir, please i just got an iPAD 4 and I have bee having a serious difficulties performing some operations on it of which  was told it is possible one of which is to create a microsoft word documents on my iPAD the second is attaching a file to y e

    Good day sir, please i just got an iPAD 4 and I have bee having a serious difficulties performing some operations on it of which  was told it is possible one of which is to create a microsoft word documents on my iPAD the second is attaching a file to y e mail in order too send Also, I have not been able to safe a download files on my iPAD as I do not have a download manager on it. Please, kindly send to me ways of getting these problems fixed as i am a young resarcher who sends a lot of mails and download as wel. Als, I am always on the move as this has propmted me in the first place to get an IPAD .
    Last but not the list II will equally wish to know if it will be possible for  me to use a pen to take seminar notes on my iPAD and safe the same on my iPAD fr later reference as it is done on other tablets ke samsung. I read somethng like stylus pen but I don't know how far. Please, kindly make an appropriate recommendaton for me and where i can get it. I reside in Turkey and currently a Ph.D stuudent in ine of the leading niversities in the country. Also, I will like to know if you ave ecoonomics text books that I can buy or published journas in apple store because i have searched but could not get  a desirerable ones.
    Once again, thanks for your anticipated prompt rely to my mail.
    Regards
    Wasu Fawole

    Have a look at the following:
    http://itunes.apple.com/sg/app/quickoffice-pro-hd-edit-office/id376212724?mt=8&l s=1
    http://itunes.apple.com/sg/app/office2-hd/id364361728?mt=8&ls=1
    http://itunes.apple.com/sg/app/documents-to-go-premium-office/id317107309?mt=8&l s=1
    http://itunes.apple.com/sg/app/polaris-office/id513188658?mt=8&ls=1

  • How to prevent public users from creating and saving Word Documents

    I have two public computers available for the public to view legal case documents.  The program used uses the Word shell to save, view and print documents within the program.  The clerk has stated that she does not want attorneys or others to
    be able to create and save word documents on these computers.  Is there a way to prevent a user on the public computers from opening word, creating a document and saving it?

    Instead of installing Word on the public computer (or at least instead of making it available on the public account), you could install the free Word Viewer:
    https://www.microsoft.com/en-us/download/details.aspx?id=4 and make that available for the public account. Alternatively, if you want to ensure the document retains its originally
    formatting regardless of what printer may or may not be attached to the public computer, you could keep only PDF copies of the file where the public can access them and install the free Adobe Acrobat Reader for viewing:
    https://get.adobe.com/reader/.
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • Multiple instances of Live Office Word document

    I have a live office word document that has several Webi reports in it all tied to one field. If you refresh, it will ask you for a value, so it only runs one value at a time. Is there any way to get a live office document to run a series of instances with a different value per instance?

    Sorry, I don't know what you mean by BO SDK.  Is that Business Objects Software Development kit?  I'm not really familiar with that.  I had to ask someone else what it meant.  Thanks.

  • How can i convert New Microsoft Office Word Document to adobe

    how can i convert New Microsoft Office Word Document to adobe

    Hi itchigo,
    You can use Microsoft Word's inbuilt feature of converting the doc to pdf by simply selecting Save As> 'pdf doc format' from the drop down.
    Please refer: http://office.microsoft.com/en-001/word-help/save-as-pdf-HA010354239.aspx#BM11
    Adobe Reader does not have the capability of converting docs to pdf or vice versa. It can only be used to read pdf files.
    Regards,
    Rave

  • How  To create a new word document and to serve bookmarks

    how To create a new word document and to serve bookmarks

    there is an example :
    http://www.must.de/default.html?Javactpe.htm
    howerver ,I don't kown how to use in jsp!!

  • How can i open microsoft office word documents on my ipad 4 and edit it.

    How can i open microsoft office word documents on my ipad 4 and edit it. How to transfer my scaned documents on it

    There are a number of apps that are compatible with Office documents. Apple makes iOS versions of their own iWork apps (Pages, Keynote, Numbers) that are available free if you purchase a new iOS device and that can be purchased separately for older devices. There are also 3rd party combined suites that cost less than the separate Apple apps. Ones often recommended include Documents 2 Go,  Quickoffice and Office2 HD.
    If you can accept needing a network connection whenever you want to use the apps and have an Office 365 subscription, Microsoft has just released their Office Mobile app, though it has significant limitations. Or a server-based solution such as CloudOn might be an option for you.
    Regards.

  • Unable to create PDF from Word document.

    I was trying to create a PDF file from a Word document but got the following error message: "An unexpected error occurred.  PDFMaker was unable to produce the Adobe PDF" and no PDF was created.  There was no error number.  Has anyone seen this error and is there a work around.  This is Acrobat XI Pro and was installed within the last few days.

    Can you print to the Adobe PDF printer? Have you updated AA XI (now at 11.0.05)? What version of WORD (AA XI does not work with PDF Maker on all versions of WORD)?

  • Create table in word document

    hi all,
    i create a word document through report.
    is it possible to create a table through abap code?
    thanks,
    dana.

    Hi MOKDEV,
    >>I want to create table of content for word document and i want to get the content of this from page header and then to build the table
    A collection of
    TableOfContents
    objects could represent the tables of contents in a document. When use Add method could add a tablecontent for a word document file. The below code provide a sample to create a tableConetent at the beginning of the document  from all the paragraphs
    styled as either Heading 1, Heading 2, or Heading 3
    Sub AddTableContent()
    Dim myrange As Range
    Set myrange = ActiveDocument.Range(Start:=0, End:=0)
    ActiveDocument.TablesOfContents.Add Range:=myrange, _
     UseFields:=False, UseHeadingStyles:=True, _
     LowerHeadingLevel:=3, _
     UpperHeadingLevel:=1
    End Sub
    Best Regards
    Lan
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create index in word document?

    Hello,
    Is it possible to create a index in word document from abap code (ole)?
    Thank you for response..
    Alfonso

    1.Goto the transparent table  KNA1
    2. select the button Indexes (which is next to the techincal settings button)
    3.list of alredy existing indexes are displayed
    4. in the dialog displayed select the icon create.
    5. specify the name for the index to be created ( should start with Z)
    6. screen for specify the index fields will appear, specify the details based on your requirement.
    Note:
    1.creating an index will created a sorted  copy of the DB table with data  with limited fields
    2. Try using already created indexes , only if necessary create new index
    3. Here table KNA1 is used as an example

  • Anyway to create/modify a word document on IPad?

    I heard there was a software program for IPad that I could open and modify word documents. I can't seem to find it in Apple Store?
    Thanks.

    There's also Documents To Go (http://itunes.apple.com/us/app/documents-to-go-office-suite/id317117961?mt=8), and probably a few others

  • Handwritten text missing when I create pdf from word document

    I have signed (as 'ink') a word document when using a tablet PC.  When I convert the document to a pdf, the handwritten signature has disappeared.  How can I stop this please?  It is not a digital signature.

    Please indicate the versions of WORD and Acrobat. Also, tell us just how you are creating the PDF. It may be that Deepak's suggestion works, but he has also made an assumption about how you are creating the PDF.

  • How to get the number of page by creating OLE microsoft word document

    Hihi Experts,
    I have generated a word document using ole in sap abap report.
    May i know which command can i use to call the word object to get the number of page before closing the word document?
    eg. call method of wordobj 'insertpagefield' ? and i need to require the page number in a variable eg. gv_pagenumber for other filtering purposes.
    Thanks and Regards,
    li Hui
    Edited by: lihui lil on Aug 11, 2009 9:35 AM
    Edited by: lihui lil on Aug 11, 2009 12:36 PM

    hi,
    use the following code:
    CALL METHOD OF gv_selection 'Information' = gv_curpage
        EXPORTING
        #1 = 3. " get current page number
      CALL METHOD OF gv_selection 'TypeText'
        EXPORTING
        #1 = gv_curpage. "show current page number
      CALL METHOD OF gv_selection 'TypeText'
        EXPORTING
        #1 = ' of '.
      CLEAR gv_endpage.
      CALL METHOD OF gv_selection 'Information' = gv_endpage
        EXPORTING
        #1 = 4. "get total page number
      CALL METHOD OF gv_selection 'TypeText'
        EXPORTING
        #1 = gv_endpage. " show total page number
    Edited by: VoonHan on Oct 13, 2009 7:35 AM

  • I have a used Mac OSX 10.4.11 in good condition, but I have several concerns. The internet is slow, and doesn't support Google Chrome.  Also, when I create excel and word documents, people aren't able to open them on other computers.

    Is there a way to upgrade my Mac software without paying a fortune? My main concern is Word and Excel - I need people to be able to open these files as attachments for work purposes.  Thanks!

    The Snow Leopard 10.6 DVD should still be available at this time from Apple for $19.99. You will have to call Apple Customer Care 1-800-692-7753 or 1-800-676-2775 to purchase it. It may still be in the Legacy Products list. The App Store which is required to download 10.7 Lion is part of the 10.6.6 update.
    If you wait to long and they no longer have any in stock you will have to buy it from eBay or Apple resellers that still have stock. But you will have to pay a premium since the DVDs are no longer being made. Snow Leopard DVDs are already over $100 on Amazon.
    http://www.ebay.com/sch/i.html?_nkw=10.6+snow+leopard&_sacat=0&_odkw=mac+os+10.6 &_osacat=0
    You can upgrade from 10.4 straight to 10.6 with no problems. Any program that runs under 10.4 should run under10.6. See this list for compatibility with 10.6: http://snowleopard.wikidot.com/  You might have to upgrade some drivers for printers, etc....
    And you will have to install Rosetta if you have any Power PC applications http://www.macobserver.com/tmo/article/snow_leopard_installing_rosetta/   I recently upgraded an older MacBook (model 1,1) straight from 10.4 to 10.6.

  • Create PDF from a Word document within Acrobat

    Hi!
    I am having trouble to create a PDF from a Word document within Acrobat itself, and not by using PDF Maker in Word. When I try to create a PDF using Acrobat, it gives me the choice to choose any Office format file, but Word format doesn't appear. I can convert from an Excel document or a PowerPoint document, but not from a Word document, even if Word 2010 is installed and works perferctly. Why?
    I know I can make a PDF in Word itself by printing to the Adobe PDF printer or by using PDF Maker, but I want to resolve the issue in Acrobat that prevents me to select a Word document in the Create PDF dialog window. You can see the dialog box in the screenshot attached.
    Any help would be appreciated.
    I am using Acrobat X version 10.1.8 on Windows 7 Home Premium and I have Office 2010 installed (with Word 2010).

    Thanks for your reply. PDF Maker works in all of my Office applications. However, in Acrobat, the file formats available for me to create PDF from figure all the Office file formats except the one for Word. This is not normal. At my school, Acrobat X and Office 2007 are installed, and I can use there both PDF Maker in Word and creating PDF from Word document within Acrobat.
    So I think maybe there's a key in my Windows registry that is not set correctly? or something like that. I repaired the installation of Office 2010, and I did so for Acrobat X too, but it doesn't help. Any idea of how I can resolve that?

Maybe you are looking for

  • Testing a Stored Procedure iView gives an error!!

    Hi, I have created a stored procedure iView , associated with a SP object in MSSQL server.Tested the connection etc..everything is works. but when i Preview the SP iview..It gives me an error "No response from the backend application" Can u please le

  • Material Replication filtering problem

    Dear Experts, we are working on SRM 5.0 Server 5.5 and we are facing following problem during material replication and delta download replication. After making all steps related customizing objects alignment between R/3 and SRM, we putted the filter

  • How to reset PRAM of a remote Mac

    How do I reset PRAM of a remote Mac?  (It's a Mac Mini 1,1 running 10.5.8) I can connect to that remote Mac via VNC and SSH. And of course, right after reset, I need it to automatically reboot and allow VNC and SSH access. Thanks!

  • Gtt taking very long - same thing in table runs fast why?

    Hi All, I have a report which is based off GTT. The reason we went for GTT is that process for each region can happen in parallel and users can run multiple reports. But it seems like when there is GTT report takes time (just this, other reports with

  • Variable definition

    Hi Experts, I found out that we have used one variable with SAP Exit processing(Business Content Variable)...where can I find coding for this variable to understand its funtioning?For user created variables,I know that we can find in CMOD. I have to