Printing the contents of word document in the smartform

Hi all,
   Can anyone help me out in solving my problem. Problem is that i need to read a MS word document from a specified location given on the selection and print it in the smart form with the exact formatting options as in the MS word. If possible provide me with some smaple code for this.
Thanks in advance,
Swamy Mantha

Hi all,
  it seems all are busy with their work.. A gentle request. Can any one solve the problem which i had posted earlier. for convenience i am posting the query once again.
Can anyone help me out in solving my problem. Problem is that i need to read a MS word document from a specified location given on the selection and print it in the smart form with the exact formatting options as in the MS word. If possible provide me with some smaple code for this.
Thanks in advance for ur efforts,
Swamy Mantha

Similar Messages

  • I have a MacBook Pro and can't print pdf files or word documents using my HP Wireless Photosmart Printer.  It will print files from the internet.  Any suggestions or ideas will be greatly appreciated.  Thank you.

    I have a MacBook Pro and can't print pdf files or word documents using my HP Wireless Photosmart Printer.  It will print files from the internet.  Any suggestions or ideas will be greatly appreciated.  Thank you.

    Hello, SoonerAnesthetist. 
    Thank you for visiting Apple Support Communities.
    Here is an article that I would recommend going through when experiencing this issue.
    OS X Mavericks: Solve printing problems
    http://support.apple.com/kb/PH14142
    Cheers,
    Jason H.

  • Extract the content of word document

    Hi Experts,
    I need to extract the content of word document in to an internal table using OLE automation.
    Suggest us with a sample code or any FM.
    Regards
    Paul

    One way or probably Only way I can think off is using HWPF for reading/writing MS Word documents. It is a Jakartha project which is still under development though. I was able to read and Write WORD documents pretty nicely. Like I said, HWPF is still under development . You can still try using it, it is quite simple. Let me know if need help with coding using HWPF, I used it before. Check out the following link.
    http://jakarta.apache.org/poi/hwpf/index.html.
    Hope that helps. Thanks.

  • Hello, I have installed a new Laserjet Pro M1217nfl using Wi-Fi. My laptop prints everything e-mails, Word documents etc. My iPad 3 (latest issue) only prints documents using Wi-Fi so has clearly recognised the printer. How can I prin e-mails using iPad 3

    Hello, I have installed a new Laserjet Pro M1217nfl using Wi-Fi. My laptop prints everything e-mails, Word documents etc. My iPad 3 (latest issue) only prints documents using Wi-Fi so has clearly recognised the printer. How can I print e-mails? Thanks.

    In the email you want to print, on the top right there is an arrow. Click that and an option should appear that says print. That should work. Have you already tried that?

  • My Deskjet D1660 won't print part of my Word document

    Please help me!
    Yesterday I struggled for three hours to print black until I found out the cartridge ink was clogged, I cleaned it and that solved it.  I've got a HP Deskjet D1660 and my laptop is Windows 7.
    But today I was printing part of a Word document (page 24 onwards) and it just printed a couple of pages. It won't print page 26 onwards! printer says there is nothing in the queue and that the printer is ready. I've tried everything I could think of...... please help me; I think the problem is not the printer as it would printer anything else, including other Word documents. It must be something else, I just don't know what! :'(

    Hello Moyo1,
    Welcome to the HP Support Forums!
    First off, I am glad to hear you have been able to clear the clogged ink jet that was preventing the Photosmart D1660 from printing black. Regarding the current issue, not printing past a set page number, let's try and fix this for you.
    Since you have a Windows Operating System, run the HP Print and Scan Doctor. This will look into driver, software and communication problems that could be causing this.
    Let me know the results, what passes, fails, etc and I will be looking forward to hearing back from you.
    Cheers,
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • How to duplex print from a MS Word document in HP 1020 Plus printer

    Two days before I have acquired a HP 1020 Plus Laserjet printer . How to duplex print from a MS Word document and Corel Draw document in HP 1020 Plus printer? I tried manual duplex printing by printing the odd pages first and then even pages ....it came out correct ,...but whenit comes to Page numbers continuity it is not properly printed ....why?? Can anyone highlight on this and give me a step by step instructuion to print Duplex and thereby help me to create 20-----------page or 30 page booklets.....from MS word typed document or corel draw document......Expecting a speedy solution
    thanks & regards,
    K Narayanan
    This question was solved.
    View Solution.

    @immo22269  
    The laserjet 1020 only has manual duplexing capabilities. Please refer to this document for a complete set of instructions.
     Print on both sides of the paper (manual duplexing)
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

  • Cannot search file content on Word document with embedded Excel table

    Cannot search file content on Word document with embedded Excel table. I have Windows 8.1 64-bit and Office 2010 Professional. Only phrases from within Excel tables are not searchable. I have many Word documents with embedded Excel table.
    I use it for my invoices. Those invoices are converted to pdf to be sent via mail. Searching the same phrases in related pdf files Works fine. And yes, folders are indexed, searching service is active......... For example I can find all invoices that have
    specific address or name, which is located in word document, but cannot find invoices with specific item name or price, being that information is in embedded Excel table. (not linked, embedded). I thought that is a question for Windows forum, but guys directed
    me here on Office forum. To clarify, I do not use Ctrl+F inside some document, but Windows Search in my folders. Probably the same happens in Office 2013.
    Thank you.

    Hi, I have a lot of Word documents (invoices, offers). Main part of those documents is embedded Excel file because it is easier to do mathematics in Excel than in Word. There are columns with description, unit price, quantity, taxes... Now, I need
    to find who bought HP switch 2530-24G last year. I open folder with last year invoices and search "2530". Cannot find any. But if that document was converted to pdf for mail, than I can find that phrase. Windows search does not work for content if the content
    is in embedded file.

  • How i can print the smartform directly

    hi,
    my requirement is i have to print the smartform directly by skiping the dialog window.
    i am using the following code but in that i have press the Print push button again .
    DATA: output_options TYPE ssfcompop.
      output_options-tdimmed = 'X'.
      output_options-tddest = 'LOCL'.

    Trty something like
    *   Print parameters
        ssfcompop-tddest = tddest.
        ssfcompop-tdimmed = 'X'.
        ssfcompop-tdnewid = 'X'.
        ssfcompop-tddelete = 'X'.
    *   Control parameters
        ssfctrlop-device = 'PRINTER'.
        ssfctrlop-no_dialog = 'X'.
    * Call driver
        CALL FUNCTION fm_name
             EXPORTING
                  control_parameters = ssfctrlop
                  output_options     = ssfcompop
    Regards

  • Print the smartform to the spool

    Hi all,
    How to Print the smartform to the spool  ?
    Thanks in advance
    Krupa

    DATA: p_out LIKE ssfcompop,
    p_ctrl LIKE ssfctrlop.
    CLEAR: p_out,
    p_ctrl.
    p_out-tdnoprev = 'X'.
    p_out-tdnoprint = 'X'.
    p_out-tdnoarch = 'X'.
    p_out-tddelete = 'X'.
    p_out-tddest = p_dest.
    p_out-tdnewid = ''.
    p_out-tdimmed = ' '.
    p_out-tdcopies = 1.
    p_out-tddataset = sy-repid.
    p_out-tddelete = ' '.
    CALL FUNCTION fm_name
    EXPORTING
    inv_header = tmp_header
    output_options = p_out
    control_parameters = p_ctrl
    user_settings = ' '
    TABLES
    t_item = tmp_item
    The lines in bold are the main key statements for spool.
    tdnewid is the name of the spool.
    awrd points if useful
    Bhupal

  • To print the Smartforms in Hindi

    Dear All,
    My latest requirement is to print the Smartforms in Hindi. Can anyone please guide me through this?
    Thanks in advance.
    Regards,
    Sourav

    Hi Sourav,
    This question had been discussed earlier though no concrete solution was posted.
    Still you might find a few helpful posts.
    Follow this link :
    Re: SAPScript in different language
    Regards.

  • Problem in Printing the Smartform in Duplex

    Dear Experts,
                   I had an issue in printing the Smartform in Duplex Page.
    I had 4 windows in the Smartform, Which i had to print the Terms & Conditions. We have the Pages as
    Page1
    Page2
    Page3
    Page4.
    In my case i had to print the Terms and Conditions at the back side of the Page1. I put the print mode as D for the First Page. and also i change the print settings. Like
    Page1  --> D --> Terms
    Terms --> ' ' --> Page1
    Page2 --> ' ' --> Page1
    Page3 --> ' ' --> Page3
    Page4.--> ' ' --> Page4.
    But unable to print the Terms & Conditions at the back side of Page1. Will you please help me if my query is wrong.
    Thanks in Advance.
    Srini

    why don't you close unanswered, and repost as a question in the form printing forum....probably get better response...

  • PDF file contents of word document using XSLT.

    Hi Public,
    I am creating pdf file through the XML, XSL and FOP. I want PDF file contents to display external file contents such as word document.
    I know for displaying image in PDF we use <fo:external-graphic> but what tag we should to display file contents other than pdf file type.
    Thanks in advance.
    Rahul

    Your instructions for doing this are very clear. 

  • Printing multiple double-sided Word documents results wrong side being used

    When printing from MS Word (Office 2004 11.2.5) several Word documents in rapid succession (so the first has not finished by the time the second has been received by the printer) in double-sided layout (as per the Print Dialog option) and the first document is an odd number of pages then instead of the final page of the first document being printed with stuff just on the first side it actually contains [incorrectly] the first page of the second document on the second side.
    That is -
    Document 1
    1-2 3-4 5-6 7
    Document 2
    1-2 3-4 5-6 7
    end up like
    1-2 3-4 5-6 7-1 2-3 4-5 6-7
    instead of
    1-2 3-4 5-6 7-blank 1-2 3-4 5-6 7-blank
    This happens when printing to both a HP Color LaserJet 4600DN (with built-in duplex unit) and a Konica-Minolta Magicolor 7300 (also with built-in duplex unit).
    The HP Color LaserJet has 160MB of RAM and a hard disk, the Konica-Minolta Magicolor has 256MB of RAM and no hard disk.
    Has anyone else seen this happen and does it happen in other programs (Microsoft being notorious for the number of bugs in Office for Mac they have).

    Hi John,
    This sounds odd as each print job would exist as a separate spool file with its own job number. If it wasn't for both machines doing the same I would have said it was the printer. But as you have said Word is a rogue when it comes to printing (and man other things). In order to get the next document printing so quickly after the previous, do you have both documents open? Also, are you using the Print icon in Word, or goinf File > Print? If you are using the icon, then I would suggest trying File > Print (or Command P ) as I have seen some strange results when the icon is used.
    I have also seen the "Collated" option cause unwanted results. Try disabling this in the Copies & Pages menu of the Print Dialog (and maybe saving a Preset with it disabled so it can be defaulted to this).
    Regards,
    Paul

  • Need script to transfer email content to word document

    Looking for a script to transfer email content into a word document.

    Make sure that you have selected "Web Page, complete" to save the page.

  • Capturing content of Word document.

    Hi All,
    I'm working on a POC at the moment, and one of the functions of the Application prints a letter in Word with preformatted text, signature etc. What the user would like to be able to do is then alter that text as required (fine so far), but then have a record of those changes saved back to the Database.
    Has anyone done anything remotely similar to this?
    Thanks,
    Mike

    Mike,
    In order to perform versioning you would upload each version of the word doc into the database using a upload document screen. You can automatically put a version number on each upload. The documents can be downloaded and will automatically open word. If I remember correctly you can pop the browser with the correct url directly from word (after saving the doc of course).
    Keep Smiling,
    Bob R

Maybe you are looking for