Link one solution manager word document into another solution manager HTML

Hi,
I have requirement in solution manager that there are two documents uploaded into solution manager.
1. One word document in one of the project folder
2. HTML page in another folder of same project
I have to set up a hyper link of word document in the HTML web page.
If anyone has gone through this type of requirement, please let me know the details of how did you set up the link between word and HTML document.
Appreciate the early response.
Thanks,
Siva

Go to the properties of the file you want to link your word document to. (attributes icon)
There you will find a button "Generate Document URL (F9)". Clicking this button will buffer the URL into clipboard.
Then you open your Word document in edit mode and paste the URL there.
source: Inserting a document into another in Solution Manager

Similar Messages

  • Insert One Word Document into another using OLE ABAP

    Hi,
    I want to insert one word document into another Word Document called by OLE ABAP.
    ie.first word document having 6 pages have been displayed and I want first page of
    second document as a 7th page.I want to dispaly the entire data in  one document.
    Hope to get the reply soon.
    Thanks & Regards,
    Divya.

    T.code :- DWDM
    u can check OLE and OFFICE INTEGRATION tree  have so many demo report
    Report :- RSOLETT1
    Edited by: Krupaji on Feb 18, 2010 2:00 PM

  • JTextPane: Insert one (part of) a Document into another

    Hi,
    I am writing a small programm which user a JTextPane and a
    StyledDocument with
    an RTFEditorKit.
    Now I have the problem that I want to get one Document, transport it
    over
    a network and insert it into another Document.
    The only method in Document to insert sth needs a string but I have a
    Document.
    So my question is: How can I insert one Document into another or at
    least append
    one Document to another?
    Thanks
    Frank

    Hi, it is much more simpler than i thaught.
    use the getLength method of the Document-Interface.
    e.g.:
                    InputStream in1; // Streams of your Files
         InputStream in2; // Streams of your Files
         RTFEditorKit rtf = new RTFEditorKit();
         Document doc = rtf.createDefaultDocument();
         try{
             rtf.read(in1, doc,0);
             int x = doc.getLength();
             rtf.read(in2,doc,x);
         }catch(BadLocationException ble){
         }catch(IOException ioe){
         }use this value in the read-method as pos and your second doc is concated to the first.
    Or any other pos you like.
    Hope this is what you are lokking for.
    Greetings Michael
    read
    public void read(InputStream in,
                     Document doc,
                     int pos)
              throws IOException,
                     BadLocationException
        Insert content from the given stream which is expected to be in a format appropriate for this
        kind of content handler.
        Overrides:
           read in class DefaultEditorKit
        Parameters:
           in - The stream to read from
           doc - The destination for the insertion.
           pos - The location in the document to place the content.
        Throws:
           IOException - on any I/O error
           BadLocationException - if pos represents an invalid location within the document.

  • How to insert one document into another in microsoft word?

    I would like to set up a word document such that the document has embedded in it another document shrunk down a bit to make room for additional comments and information which I will add on the side. I've been looking to see if word 2007 has this feature
    but have had difficulty finding it. Is it possible to take an entire document and insert it as a resizeable object into another?
    Some of my research suggests that I might be able to accomplish something of this nature with publisher, and while several people in my office do not have publisher and we'd prefer if it were doable in word, instructions for publisher would be appreciated
    as well if Word 2007 cannot do this.

    Hi,
    Thank you for using 
    Word IT Pro Discussions
    forum. 
    From your description, I understand that 
    you would like to know to how to add a Word document into another Word document in Word 2007, and you can make some comments besides the embedded Word documents.
    If there is any misunderstanding, please feel free to let me know.
     Thank you for your inquiring.
    To insert a Word document to another Word document in Word 2007, follow the steps below:
    =========
    1.      
    In the Word document, click the
    Insert tab.
    2.      
    Click the
    Object in the Text group.
    3.      
    Click
    object. Then click the Create from file tab.
    4.      
    Click the
    Browse button to select the Word document. Also, check the checkboxes before:
    Link to file and Display as icon.
    5.      
    Click
    OK to save the settings.
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything I can do for
    you, please feel free to let me know.
    Best Regards,
    Sally Tang

  • Re-importing word document into existing project

    2. I imported a Word (Windows XP) doc to create my robohelp
    project.
    I am new to RoboHelp, so please bear with me...
    I had imported a word document into a project for HTML Help.
    I had mapped some IDs to create context sensitive help to work with
    our application. When the word doc is updated and I re-import it,
    the topics are duplicated in the TOC. (I normally get updates of
    this document from another department and we need to convert it to
    HMTL help for our application).
    How do I fix this or prevent this from happening? (Other than
    delete the old project, create a new project, and import updated
    word document since I would have to remap all the IDs again.)
    Thank you for your help.

    Sorry, I have to disagree with your estimate, for the main
    reason that all those reviewers will be manipulating the Word
    document with their own formatting quirks, which will only serve to
    corrupt the doc file and make its repeated importation increasingly
    problematic.
    Remember, you're looking to convert a binary file with tons
    of macros into HTML code, essentially a flat text file. I suspect
    that remapping the IDs will end up being the least of your problems
    as you go further into repeated review cycles.
    Good luck,
    Leon

  • Importing one Pdf document into another.

    I am trying to import one Pdf-document into another using a Reference XObject. I am looking at thePDF- specification, and I thought I was doing things the right way, but its not working. The PDF-specification doesen't have an example of how to do this, only an explanation.
    Below is the PDF-file I am testing with (if anyone can be bothered looking at it   ). The file embeds another pdf-file, and is supposed to show a part of the embedded file at a certain position.
    Again, if anyone can be bothered looking at my PDF and see if they can see what I am doing wrong here I would appreciate it.
    (There is nothing wrong with the embedded file itself...)
    PDF-file embedding another PDF-file and using a Reference XObject to display the embedded file:
    %PDF-1.5
    1 0 obj
    <<
    /Type /XObject
    /Subtype /Form
    /BBox [0 0 100 100]
    /Ref <<
    /F (4fa27162e72547a00771606.pdf)
    /Page 1
    >>
    >>
    endobj
    2 0 obj
    <<
    /Type /Filespec
    /F (4fa27162e72547a00771606.pdf)
    /EF <</F 3 0 R>>
    >>
    endobj
    3 0 obj
    <<
    /Type /EmbeddedFile
    /Length 854
    >>
    stream
    %PDF-1.5
    1 0 obj
    <<
    /Length 334
    >>
    stream
    q
    1 0 0 1 128.10769621539 70.591821183642 cm
    1 0 0 1 0 0 cm
    1 0 0 1 0 0 cm
    1 0 0 1 0 0 cm
    1 0 0 1 -128.10769621539 -70.591821183642 cm
    /DeviceCMYK CS
    1 1 1 1 SCN
    /DeviceCMYK cs
    0 0.89 0.89 0.05 scn
    0.2743205486411 w
    2.743205486411 M
    0 J
    0 j
    -1.9202438404877 -2.6517653035306 260.05588011176 146.48717297435 re
    h
    B
    Q
    endstream
    endobj
    2 0 obj
    <<
    /Type /Page
    /Parent 3 0 R
    /Resources <<
    /Font <<>>
    /XObject <<>>
    >>
    /MediaBox [0 0 255.11811023622 141.73228346457]
    /Contents [1 0 R]
    >>
    endobj
    3 0 obj
    <<
    /Type /Pages
    /Kids [2 0 R]
    /Count 1
    >>
    4 0 obj
    <<
    /Type /Catalog
    /Pages 3 0 R
    >>
    endobj
    xref
    0 5
    0000000000 65535 f
    0000000010 00000 n
    0000000401 00000 n
    0000000568 00000 n
    0000000624 00000 n
    trailer
    <<
    /Size 5
    /Root 4 0 R
    >>
    startxref
    679
    %%EOF
    endstream
    endobj
    4 0 obj
    <<
    /Length 322
    >>
    stream
    q
    1 0 0 1 93.268986537973 71.826263652527 cm
    1 0 0 1 0 0 cm
    1 0 0 1 0 0 cm
    1 0 0 1 0 0 cm
    1 0 0 1 -93.268986537973 -71.826263652527 cm
    55.961391922784 45.628651257302 74.615189230378 52.39522479045 re
    W n
    1 0 0 1 55.961391922784 42.062484124968 cm
    74.615189230378 0 0 55.961391922784 0 0 cm
    /XobjectPDF1 Do
    Q
    endstream
    endobj
    5 0 obj
    <<
    /Type /Page
    /Parent 6 0 R
    /Resources <<
    /Font <<>>
    /XObject << /XobjectPDF1 1 0 R >>
    >>
    /MediaBox [0 0 255.11811023622 141.73228346457]
    /Contents [4 0 R]
    >>
    endobj
    6 0 obj
    <<
    /Type /Pages
    /Kids [5 0 R]
    /Count 1
    >>
    7 0 obj
    <<
    /Type /Catalog
    /Pages 6 0 R
    >>
    endobj
    xref
    0 8
    0000000000 65535 f
    0000000010 00000 n
    0000000144 00000 n
    0000000238 00000 n
    0000001172 00000 n
    0000001551 00000 n
    0000001738 00000 n
    0000001794 00000 n
    trailer
    <<
    /Size 8
    /Root 7 0 R
    >>
    startxref
    1849
    %%EOF

    PDF is a binary format. The most important piece in a PDF file is the cross
    reference table. It contains byte offsets to the different objects in a
    file. If you insert just one space (which in a true ASCII file will not
    change much), you are making all byte offsets after the insertion point
    invalid. They now all point to something different than the start of an
    object.
    Because there is no standard about how line endings are encoded in text
    files, every time may add (or subtract) a byte - depending on what computer
    system and what editor you use to convert your PDF to fake-ASCII, and then
    again what I use to try to convert it back to PDF. If you are using a
    Windows system and I'm using a Mac, the cross reference table gets
    corrupted. And that's even before the web server does it's magic and
    potentially adds data.
    If you want somebody to look at your file.
    Have you looked at the post I linked to? The settings in Acrobat are
    important. You need to enable Reference XObjects, AND you have to declare
    the directory where your target file is stored as trusted.
    From what I can see in your PDF code, you are doing a whole bunch of cm
    operations. You may want to consolidate all those into one operation. I
    have not done a detailed analysis, but you could potentially shift your
    data off the page. Keep it simple and see if that makes a difference.
    Karl Heinz Kremer
    PDF Acrobatics Without a Net
    [email protected]
    http://www.khkonsulting.com

  • How can I [cmd]+A including text boxes? Or how to import one Pages document into another Pages document?

    Hi there,
    I am working on my thesis with several Pages documents (for the first time). And I really have searched all over the Internet to find an answer to exactly my question but I cannot find it.
    First my question was: How can I import one Pages document into another one? I found the answer on that (I think) and there is nothing else than just make a new section and copy/paste it in.
    But then another issue pops up: I cannot [cmd]+A my whole document including the texboxes to paste it in the other Pages document. Then the document will be paste without the textboxes (and I have quite a lot of them in that document) and the text will not be at the right place.
    So please explain to me: How I can combine two Pages documents and keep them exactly the way they are? Is that even possible?
    I thank you so much in advance!

    Hi Fruhulda,
    I have already tried to mark the textboxes in line but that did not work, and besides then the text and the boxes won't be at the rigt places either. Thank you for your reply .

  • I dragged a cut out image from one photoshop document into another and now it is blurry. What to do?

    I dragged a cut out image from one photoshop document into another and now it is blurry. What can I do to prevent this?

    What is the resolution of the image that you "dragged"? The resolution is the number in pixels per inch (ppi). If you dragged a significantly lower resolution file into a higher resolution file, it could result in a blurry image.
    see below:
    For further reading of Key Concepts:
    http://www.adobe.com/designcenter-archive/keyconcepts/articles/concept_resolution.html
    You can determine the image size by choosing Image > Image Size
    below you can see the pixel dimensions of my example image.
    Resolution Basics:
    Adobe TV- http://tv.adobe.com/watch/creative-sweet-tv/photoshop-resolution-basics/
    http://tv.adobe.com/watch/visual-design/getting-started-09-resizing-an-image/
    Adobe Help:
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7945a.h tml
    -janelle

  • Losy images after importing Word document into RoboHelp 7 HTML

    We imported a simple Word document into RoboHelp 7 HTML, as a
    new project (from scratch).
    Everything worked out pretty well (afterall, this was just a
    simple Word document), and we expect to have to tweak the styles,
    etc. That is understood.
    However, the images that were embedded in the Word document
    (as opposed to saved to disk, and only linked to the Word document)
    do not look very nice in the RoboHelp 7 HTML project topics.
    When we browse to the iamge folder, and view the actual image
    files, these images do not look too bad. But in the Design View,
    the images have display issues (solid color bars on the
    sides/top/bottom of the images). When we compile to a Single Source
    Layout (except PDF), the images look fine again. When we create
    Printed Documentation, even for the best PDF-settings, the images
    look terrible -- smudgy, like low resolution quality).
    1) Except for storing the images outside of the Word document
    before importing, and then manually linking them back into the
    imported RoboHelp HTML files, is there a way to maximize the
    quality of the imported Word images in RoboHelp HTML?
    2) Why doe the images look worse in Printed Documenation
    (PDF), even for the highest PDF settings, than for the other Single
    Source Layouts?
    While I am typing, I realized that we should try to include
    the images in Word via a link to the image files on disk. Perhaps
    then RoboHelp will not actually modify the image files during
    import. I will report back about this one.
    Your help will be greatly appreciated!

    Looks perfect, works terribly...
    Things to consider:
    Chances are, the different treatments of the space are due to whether the space was included in the bolding of the word in MS Word.
    Additionally, since Word files contain much underlying binary code (macros and such), your security settings might or might not be playing well with the Word stuff.
    Are you importing the Word file from a network location, or from your local machine? Network traffic might be partially impacting the import, too.
    Bottom line? You'll probably need to clear all formatting in the Word file and redo the formatting properly. To test this, cut a couple of pages into a new Word file, clear and redo the formatting in Word, import the Word file into another RH project, and see what results you get.
    To clear the formatting:
    Select text.
    On the Home tab, in the Font group, click Clear Formatting.
    Redo the formatting, being careful to not format the spaces.
    Good luck,
    Leon

  • How do i import a large word document into Indesign CS6?

    I am a new user to InDesign, using version CS6, I would like to know if there is an easy way to import a MS word document into InDesign. The document is about 1000 pages and contains text, images and tables.

    Notes on importing from Word to InDesign CS6 and exporting via Kindle Plugin can be found on my blog at:
    http://02cafd3.netsolhost.com/blogs/eBookTec/?p=316
    To make a long story short, the Kindle Plugin has a long-standing problem with tables and/or more than a certain limit of hyperlinks.  Since these problems have persisted for at least 2 years now, I must conclude that there are organizational problems on the Kindle Plugin project.  The possibilities include too many junior programmers, not enough attention to the project, not enough positive incentive to make the plugin work and any number of possible management weaknesses.  It took our JPL team about 3 years to put Spirit and Opportunity on Mars, so there's no way a technical problem could be standing this long in the way of the Kindle Plugin handling tables or any number of embedded hyperlinks - nor, for that matter, a Word source document of any reasonable size whatsoever.  One might also cite a lack of competition in this new business sector but then you'd have to ask, do they want to play in the eBook market or don't they?  Companies like Apple succeed by ignoring the competition and in this way end up setting the standards for decades to come.

  • How do I convert a word document into a pdf and then upload it to a web site

    How do I convert a word document into a pdf and then upload it to a web site so people can read it from my
    site with Dreamweaver 4?. How can I do this? Can anyone please help? I'm only a newbie. Thanking you in anticipation.

    First you need to install a means of printing to pdf from word.  I like cutepdf writer ( http://cutepdf.com/Products/CutePDF/writer.asp ).  Once installed you will print the doc in word and under the printer selection you choose pdf.
    Once you have the file you put it in your local site folders and upload it using Dreamweaver.  Be sure to link to it from a page so users can get to it and I would recommend giving the link a target of _black so it will open in a new window (see the properties inspector in DW).

  • Adobe Acrobat 9/Win7 - Inserting Word documents into PDF file intermittently leads to missing or garbled text?

    Heya.
    I have a user who is creating a PDF essentially compiled from inserting word documents into the position she wants inside of the PDF.
    The problem is that sometimes this leads to missing or garbled text. For example, 6-8.1 is displayed as 6- .1. Which is just plain weird.
    Other times, the text looks garbled or uneven. She turned off her PC but I took screenshots of both of these scenarios. I fear that I am not going to be able to retroactively fix the corruption in this document for her.
    She says she's using very standard fonts. Like Arial. I asked if she could locate the original Word document that produced the garbled text, just for a sanity check. The problem is that her co-worker may have been the only one with that particular word document (there are probably hundreds which compile this PDF...) and IF she has it, she might not be able to locate it on her PC TO check what the original text is. Yikes.
    Google-fu turns up very little. I tried the guidance in this document - https://answers.acrobatusers.com/We-combine-PDF-document-ends-corrupt-What-problem-q197619 .aspx[2] and a Save-As but no avail.
    This also turns up but is not applicable to Acrobat 9 I believe:  http://blogs.adobe.com/acrobatineducation/2010/02/get_rid_of_that_bloat_in_your.html[3]
    She states that she can manually fix the document but after a while it gets corrupted again? But I haven't observed that and she might have just fed me that to amplify the problem.
    I will be able to post screenshots when she turns on her computer tomorrow.

    Here are the two instances of corruption we have come across.
    http://imgur.com/nPztMYm
    http://imgur.com/wHM12e2
    Edit:  A LITTLE MORE INFO.  I am able to select the corrupted text, paste it into Notepad with all the characters intact.  So the characters are THERE.  they are just not being displayed correctly.
    Edit:  They also do not print correctly.  The page prints with characters missing, and she wants to print this document, so that is going to be an issue.

  • Concatenate multiple word documents into 1 long document in APEX

    I have a requirement to concatenate multiple word documents into 1 long document in APEX but I'm not sure if it can be done
    or where to begin.
    I've been able to upload/download files in APEX and generate Word docs using BI Publisher, but I can't seem to find anyway to carryout the above.
    Any feedback greatly received.
    Thanks in advance.
    Keith

    Thanks for your reply Jari.
    The files are never actually stored in the database as a BLOB or CLOB.
    I'm basically trying to do the following:-
    I have a third party Document Management System that stores a number of templates (.doc and .dot).
    The files are stored in a directory on a file sever.
    I have been tasked with the job of creating a Document Generator type app in APEX that will allow the users to select a number of these files and concatenate them together into 1 large 'Master' Document.
    I was hoping to be able to do this without having to go down the line of using external software functions like Java but I'll check out your suggestion.
    Cheers
    Keith

  • Hello! I would like to know the procedure to turn a word document into a PDF document via Adobe Reader.

    Hello! I would like to know the procedure to turn a word document into a PDF document via Adobe Reader. Do I have to pay for it or just sign up? Thank you in advance.

    "...the procedure to turn a word document into a PDF document via Adobe Reader." 
    Not possible.
    No version of Adobe Reader can:
    --| create PDF 
    --| manipulate PDF page content  
    --| export PDF page content
    Adobe Reader XI does provide a "connection" to various Adobe hosted online subscription services (that are under "acrobat.com").
    There is a subscription services can create PDF from supported file formats that are uploaded to the service.
    This subscription service is "PDF Pack".
    With an active (paid up) subscription to a service one can make use of the service.
    Be well...

  • How to Append two  word documents into single  using   java

    How to Append two word documents into single using java
    we tried this but it's not append the one word document to other
    source code:public class AppendTwoWordFiles {
         public static void main(String []arg)throws IOException
              FileInputStream fi=null;
              FileOutputStream fo=null;
              try {
                   System.out.println("Enter the source file name u want to append");
                   BufferedReader br=new BufferedReader(new InputStreamReader(System.in));
                   File f1=new File(br.readLine().toString());
                   System.out.println("Enter the Destination file name ");
                   File f2=new File(br.readLine().toString());
                   fi = new FileInputStream(f1);
                   fo = new FileOutputStream(f2,true);
                   byte b[]=new byte[2];
                   while((fi.read(b))!=-1);
              fo.write(b);
    System.out.println("Successfully append the file");
              } catch (FileNotFoundException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              finally{
              fi.close();
              fo.close();
    plz reply me quickly ,,,what can i follow

    Use this code ..
    and give the path of the both file like this.....
    source file ---- C:/workspace/Practice/src/com/moksha/ws/test/practice.text
    destination file ---- C:/workspace/City/src/com/moksha/ws/test/practice1.text
    import java.io.*;
    public class AppendTwoWordFiles {
         public static void main(String[] arg) throws IOException {
              FileInputStream fi = null;
              FileOutputStream fo = null;
              try {
                   System.out.println("Enter the source file name u want to append");
                   BufferedReader br = new BufferedReader(new InputStreamReader(
                             System.in));
                   File f1 = new File(br.readLine().toString());
                   System.out.println("Enter the Destination file name ");
                   File f2 = new File(br.readLine().toString());
                   fi = new FileInputStream(f1);
                   fo = new FileOutputStream(f2, true);
                   byte b[] = new byte[2];
                   int len = 0;
                   while ((len = fi.read(b)) > 0) {
                        fo.write(b, 0, len);
                   System.out.println("Successfully append the file");
              } catch (FileNotFoundException e) {
                   e.printStackTrace();
              } catch (IOException e) {
                   e.printStackTrace();
              } finally {
                   fi.close();
                   fo.close();
    }

Maybe you are looking for