Embed Word/PDF Documents in Documaker 12.1

Hi
We have a requirement to embed word/PDF documents during runtime . The path for the PDF/Word document comes as an input in a XML node and we would need to have them embeded/inserted in between the formset. We use Documaker 12.1 ODEE and would like to know if there is any built in utilites/rules that would support adding word/PDF documents during run-time. The documents can be inserted anywhere on the policy package. Though the Rules reference manual says the rule AddMultipageBitmap can be used to embed word/PDF, it doesn't seems to work with them in UNIX. It works perfeclty well for TIFF images. Let us know if we would need to add entries in the INI files to support the rule to embed word/PDF documents.
Any other approach out of the box is also appreciated. Thanks in advance..

Hi,
If it is Linux or Solaris the Word attachment to the document should work out-of-the-box with configuration. For AIX the Oracle Outside In Image Export runtime component that converts the documents for most document types (except for specific types of TIFF) needs a X11 DISPLAY context with user authorization for which to run the rule in because that what it uses to do the conversion to an image.
Is this AIX you are trying to do this on? If so the ODEE installer for 12.1.x sets a DISPLAY variable in the docfactory.sh startup script in a section for that platform that you would have use to point to a X11 Motif or Lesstif DISPLAY (e.g. my.server.com:2) that has a running X11 server. VNC server option will work also so that the system can remain headless.
I thought that the Oracle Documaker Enterprise Edition document covers this requirement under its attachments notes, not sure.
See documentation on Oracle Outside In Image Export for supported documents it can handle and platforms.
I am not sure if the version Oracle Documaker uses but here is a document reference for v8.3.5 for the Unix particulars, http://docs.oracle.com/cd/E14154_01/dev.835/e12885/c03_unix.htm .
SCCOPT_RENDERING_PREFER_OIT settings referenced in the above document is only option on Solaris SPARC and Linux x86_32 platforms according to the Oracle Outside In Image Export Developer's Guide for v8.3.5 (http://docs.oracle.com/cd/E14154_01/dev.835/e12885.pdf).
Regards,
-Steve

Similar Messages

  • Display word/pdf document in the HTML region or report

    Hi,
    How to display blob content stored in a table in HTML region or report region.
    I already have a process to display the image content.
    But my question here is how to display word/pdf document within the html region so that the user can read the document without downloading it.
    Any suggestions/solutions would be of great help.
    Thanks in advance...
    Thanks,
    Ramesh P.

    I was dead wrong.
    The display of images from BLOB is a special case because APEX provides a Display Image item type.
    Moreover, HTP/HTF packages also do not provide for handling of BLOB content. So AJAX cannot be used.
    Which implies that the only way to get binary content, other than images, is with the use of a WPG_DOCLOAD.DOWNLOAD_FILE call.
    This in turn implies that it may not be feasible to "inject" the BLOB into an exist HTML DOM in the Browser.
    Regards,

  • How do I embed a pdf document into an existing pdf so that the user double clicks on the pdf object within the pdf and it opens? i've looked everywhere on various forums and tried attachments - but still not working. Thanks

    I've tried various methods but to no avail. I have a pdf document and within the pdf I'd like to embed a couple pdf documents so that all the user has to do is double click on the pdf object inside the pdf and it opens in a new window. I've tried using attachments to do it and linking it...but to no avail. Anyone know how to do? I'm using Acrobat Pro Version 11. Thanks

    The "embed" feature common to MS Office applications is not applicable to PDF (for the why and wherefore of PDF get comfortable and read the ISO Standard for PDF - ISO 32000-1:2008).
    You can insert other PDF files' pages into any given PDF.
    You can attach files of supported formats to a PDF (of course a PDF is supported).
    You cannot "embed". So, nothing is broken.
    Be well...

  • SAve as a Word / PDF document

    Hi,
    I have a JSP web application. This application has several user forms to be filled in by the user. The forms are developed using JSP and Java codes. Right now, I am able to print the forms through the application. I would need to save these forms as a word document or a PDF document. Can anyone suggest me how do I go about incorporating this feature in my applicaion.
    Thanks in advance for the help!
    Anu

    If you haven't already, download Cocoon and set it up, then take a look at the examples. That should give you some ideas. I think there may be a forum or mail list for Cocoon implementors.

  • Select a text from a word/pdf document for tagging.

    Hi,
    After an overwhelming response for my [first thread|Thumbnail creation during Image Upload; , I am hoping that my second post will have a solution.
    I am currently working on a knowledge management tool using ABAP WD. The requirement is to open the existing documents and select some text and tag/categorize it.  I also found out that using flash islands, it is possible to get the selected text from textField and pass it back to the ABAP WD binded variable.
    Is there a way to display word/pdf file and perform the text tagging in WD ? using office integration ? Kind help would be greatly appreciated.

    Never mind--I figured it out.

  • How to open word&pdf document in the AplicationServer from Clients (Forms10

    Hi,
    How can in open MS Word & PDF files in the application server/any other PC in network, from the Client. I am using forms 10g.
    Thanks in advance.
    Rizly

    Hi ,
    But it is not working. I think u mean the below code that I copied from the Webutil Document.
    However, when you change this code to use CLIENT_OLE2 (using search-and-replace)
    it doesn’t work.The following example is code which will convert to CLIENT_OLE2:
    DECLARE
    app CLIENT_OLE2.OBJ_TYPE;
    docs CLIENT_OLE2.OBJ_TYPE;
    doc CLIENT_OLE2.OBJ_TYPE;
    selection CLIENT_OLE2.OBJ_TYPE;
    args CLIENT_OLE2.LIST_TYPE;
    BEGIN
    -- create a new document
    app := CLIENT_OLE2.CREATE_OBJ('Word.Application');
    CLIENT_OLE2.SET_PROPERTY(app,'Visible',1);
    docs := CLIENT_OLE2.GET_OBJ_PROPERTY(app, 'Documents');
    doc := CLIENT_OLE2.INVOKE_OBJ(docs, 'add');
    selection := CLIENT_OLE2.GET_OBJ_PROPERTY(app, 'Selection');

  • Including Word/PDF documents and Jpegs in a folder on a DVD

    Hello
    I'm building a DVD of my short film and want to include the press pack in a folder on the DVD. The folder will contain 5/6 JPEGs and 3/4 word documents/pdf documents.
    Anyone have any idea how I go about this?
    Thanks

    Add the files to the ROM section of your project.

  • Use xml file to create a word/pdf document

    i have a xml doument created using jdom i need to create a word or a pdf document from this file
    is there a way to tackle this using java? or what else would you recomend?

    Without knowing any details, I would guess that you have a couple of options;
    Parse the xml using SAX or some similar tool and use the data recovered to create the document using an existing API; HWPF for example would allow you to create a simple Word documnet or, if you were much braver, you could use the SWT to 'drive' Word using OLE/COM.
    If you are very lucky and the xml document conforms to the format Word has recently begun to recognise, you could just try opening the document in Word using the Desktop class.
    As far as I am aware, there is no one tool that will do all of this for you. Of course, you could try using Google of visiting Sourceforge to see if anyone is working on such an application.

  • How to embed a pdf document in excel?

    I am trying to figure out how to embed a pdf file into an excel spreadsheet for work. I keep having to wait for someone with a pc to do it for me and its driving me crazy. Someone please help!

    You will be better off posting in Excel for Mac forums.  That is where the experts hang out.

  • Call a word/pdf document

    Hi all,
    I would like to know which is the best way to open a word/pdf file from an Apex page.
    I don't know whether locate the file in the server or in load it as an static file.
    I would imagine it would be quicker to put it in the server. I would appreciate guidance on how to do it and where's the most appropriate place to put it.
    Many thanks

    It's your choice really.
    From an end user perspective the result will be the same.
    From a developer perspective the effort is similar - either a remote link or a link to #WORKSPACE_IMAGES#.
    From an administration perspective, putting them into your static files means that they are stored in your database, within the flows files table. This may or may not be a good thing from backup & security perspective. However, storing them as static items has the advantage that they can be exported as part of your application (under APEX 2.2.)
    I usually swing towards storing them on a remote server but YMMV.

  • I filled in a Word pdf document, sent it to a client who uses Word in Windows 7 and the form appears blank when they open it. They can read the form, but nothing that I filled in. Help!

    I was sent a lengthy pdf form that required me to enter data onto it. The sentences appeared compressed on my screen, but I could see everything that I entered. Next emailed it to my boss and when he opened it on his Windows 7 with Word, all of the data that I had entered appeared lost. It was as if I hadn't entered anything on the form. So I asked him to send it back to me. He did and when I opened it on my Mac Book Air, all of the information that I had filled in was there on my screen.
    This went back and forth a few times, but the result was always the same. I have been requested to complete the form on a Windows based computer, which will take me hours. Any ideas what causes this problem and how to fix it?

    What has this to do with Pages? You probably did this in Preview.
    Peter

  • How to upload(my CV) word/PDF document to a website

    Hello,
    I am trying to upload my CV to a website which the job posted on, but I face grayed box, which is locked and doesn't let me to upload my profile!,
    Could you please help me with that?

    Dear red555,
    This problem is existing for any website, which needs to upload file!,,
    This is about 2 days continuously looking for troubleshooting of this problem by searching the net and IPforums,and I found too many people suffering from this,,,,
    Does it need any special application to install?

  • Can you embed a PDF into a Captivate 8 project?

    Hi,
    Can you embed a PDF document into a captivate project?
    I know i shouldnt compare, but in Articulate Story Line, you are able to add 'resourses' into the project which sit alongside the eLearning to provide further reading.
    Can you do this in Captivate? but without it linking to an external sourse such as local or shared drive?
    Thanks
    Chris

    To tmpe222,
    I'm not a Cp expert, but it seems to me that there's no sense in simply trying to stick a pdf document in the Scorm package. What good would that do? The file would be in the package, but that doesn't mean it would be 'embedded in the project' in any meaningful sense of the term.
    I don't know of any way to embed a pdf document directly into a Cp project. But couldn't you simply convert the pdf file into an image (jpeg or gif)? This you could easily insert in your project. It would be inserted as a standard object. And then you could do all the nice things that you can do with any object: put it on slide to be accessed only if the participant wants to view it; use effects so that it enters nicely; add annotation . . . the sky's the limit.
    Does this help at all, or am I on the wrong track?
    Best regards,
    Marvin DuBois

  • Attachment of Word/PDF to Sapscript layout

    Hello everyone,
    Need some help regarding attachment of document in script.
    I know that we can convert the ouput of a SAPscript form to a PDF in a mail attachment or a spool.
    But what we require is attaching a word/pdf document to an existing SAPscript so we can print it at the end of the existing SAPscript layout as terms & conditions.
    Has anyone does this before? I know how to upload word documents in ole and in document management, but am unsure if its possible to add it to a layout. We can add bmp/tiff files, but pdf files??
    Please advise! Thank you in advance.
    Regards,
    Ketaki

    Hi Rich
    Great to hear that someone has already solved the challenge we are facing now.
    We have to print some PDF’s which are stored in iXOS archiving system and linked with archive link to a SD invoice.
    Is it possible you describe a bit more detailed your solution and if possible you send a copy of the coding to me.
    Thanks in advance.
    Walter Wohlgemuth

  • How can I embed files of word, excel, and pdf format in a pdf document

    I have a word document of the product, which I am updating for next product release. However, there are some excel, word, and pdf files embedded within a word document. When I double click these embedded files in word, these files open in a new window. However, we deliver documentation to the customer in the pdf format. Therefore, when I am converting the word document in the pdf format, only an icon of the embedded file is displayed and the files do not open in a new window. Can someone let me know how can I embed these files (in word, excel, and pdf format) in a pdf document?

    You must attach them to the PDF file after it is created. You cannot embed file attachments onto a page as you can with Word.

Maybe you are looking for