Saving the PDF on the client machine

Dear SDN Community,
  I have a requirement to save the PDF file on the client machine. Can you please advice me what are the options that I do have.
P.S : I use 2004s, Adobe Life cycle desginer 7.1 for the development.
Thanks!
Surya

Anto,
  Thanks for your reply. Can you please tell me if I can force the user to save the document on to his desktop. I need to provide him a dialogue box to save to his computer. Please advice me how I can do this programetically.
Thanks!
Surya.

Similar Messages

  • Accessing print services in the client machine(browser)

    Query: We had migrated a forms-3 form to forms-6i. The forms-3 form used a userexit to call a related Pro*C functionality that helped finally to print the report file generated during the process into the client machine's printer.
    How do we take care of this functionality in forms-6i? That is, the user should be able to do the printing from the forms screen in the browser..
    Please help..

    Thank you for replying..
    We have earlier tried the web.show_document procedure to call the .html or .txt file....But in forms-3(back-end on a UNIX server with the Pro*Cs), an ascii file was created at the server side in the client's home directory, and this file was accessed and used from the front-end machine(a UNIX terminal or a QVTTerm like application on Windows), to be printed out onto the printer device configured on the client machine...As in your reply, through web.show_document also the printing can be finally done..But the user has to wait for the new browser window to get opened and show the content and then print it...These steps were not needed in forms-3, that is, on a click of the print-related-button, it did the job...So, in the same way, can something be done on the forms-6i form(use a printer-javabean or something else), to get the functionality???
    Please help..

  • Printing a report directly to the printer on the client machine

    Hi All,
    I am migrating reports from 6i to 10g, all these reports are called from menu and some from forms. There are some reports which are directly sent to the printer for printing. My question is when we run those reports that are sent directly to the printer from OAS, Can we make it refer to the printer set up on the client machine?. Can any one let me know regarding this?.
    Regards,
    Prasad.

    Check out the orarrp utility (Oracle Reports Remote Printing Utility) on Metalink, note 277431.1.
    It may be easier in the end to set up printers on the OAS. I guess that client PC's are using network printers, or are the really using printers connected directly to the PC?

  • How can I display the front panel of the dinamically loaded VI on the cliente computer, the VI dinamically loaded contains files, I want to see the files that the server machine has, in the client machine

    I can successfully view and control a VI remotly. However, the remote VI dinamically loads another VI, this VI loaded dinamically is a VI that allows open others VIs, I want to see the files that contains the server machine, in the client machine, but the front panel of the dinamic VI appears only on the server and not on the client, How can I display the fron panel with the files of the server machine of the dinamically loaded VI on the client computer?
    Attachments:
    micliente.llb ‏183 KB
    miservidor.llb ‏186 KB
    rdsubvis.llb ‏214 KB

    I down loaded your files but could use some instructions on what needs run.
    It seems that you are so close yet so far. You need to get the data on the server machine over to the client. I generally do this by doing a call by reference (on the client machine) of a VI that is served by the server. THe VI that executes on the server should pass the data you want to diplay via one of its output terminals. You can simply wire from this terminal (back on the client again) to an indicator of your choosing.
    Now theorectically, I do not think that there is anything that prevents use from getting the control refnum of the actual indicator (on the server) of the indicator that has the data, and read its "Value" using a property node. I have never tried this idea but it seems t
    hat all of the parts are there. You will need to know the name of the VI that holds the data as well as the indicator's name. You will also have to serve all VI's. This is not a good idea.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • What are the Client machine requirements for running Forms 6i?

    What are the minimum/ideal hardware requirements of the client machines which run forms 6i in separate frames.
    The reason for asking this is that the users have multiple sessions of separate Forms frames. When they do a lot of activity/transactions, and try to do a windows Print Screen on a MSWord file, nothing seems to print on the Word document. If they save the document and reboot the computer and open the same word document again then the screen print shows up. I am thinking it is because the separate frames take up lot of RAM. Typical configurations of our m/c are PII 400's with 64MB RAM.
    Thanks in advance.

    Hi Lionel,
    As a general rule of thumb, the ATI Rage 128 Pro will not support a 20" LCD. That being said, there are reports of it doing just that (possibly the edition that went into the cube).
    I'm not that familiar with the ins and outs of the Cube, so I can't give you authoritative information on it.
    A good place to start looking for answers is:
    http://cubeowner.com/kbase_2/
    Cheers!
    Karl

  • HOW TO GET INFORMATION ABOUT THE CLIENT MACHINE AT DATABASE LEVEL

    HOW TO GET INFORMATION ABOUT THE CLIENT MACHINE AT DATABASE LEVEL USING 10g Database and 10g Application Server
    we have developed an application using oracle forms 10g with
    oracle database 10g and Application server 10g
    Application uses a single Oracle User name to connect to database
    where as at Application level there are different users (these are not database users)
    Now how can we get the information about the user/his machine etc. at database level. earlier in 6i/8i we use to get by using
    USERENV('TERMINAL')
    we had written a triggers on tables on Insert/Update where we used to update a database field Last user terminal with USERENV('TERMINAL')
    but not this information is comming to be the machine name of application server where as we wish this to be the machine name of Client. Any Way outs
    thanks
    Chaand Kackria

    hi, you can use the sys_context function, like this:
    select sys_context('userenv','current_user'),
         sys_context('userenv','os_user'),
         sys_context('userenv','host'),
         sys_context('userenv','ip_address'),
         sys_context('userenv','instance'),
         sys_context('userenv','sessionid'),
         sys_context('userenv','terminal')
    from dual;
    Is this what you 're looking for?

  • How to list printers on the client machine to print the documents in ADF

    Hi,
    I have a requirement to print multiple documents stored on the server. I am trying to find out how to list the printers or get a default printer on the client machine and print the documents using ADF.
    Thanks
    Sukarna

    I tried that solution. but I am not getting any printer list.
    public void printDocument(ActionEvent actionEvent){
    BindingContainer bindings =
    BindingContext.getCurrent().getCurrentBindingsEntry();
    PrintService[] service = PrintServiceLookup.lookupPrintServices(null, null);
    if (service.length == 0){
    JOptionPane.showMessageDialog(null, "No Printer Selected");
    The printer Service is not returing any data.
    Thanks
    Sukarna
    Edited by: 911653 on Oct 5, 2012 9:01 AM

  • How to get file input stream from the client machine by JSF Fileupload API?

    Dear Friends,
    How to get the file input stream from the client machine by JSF HtmlFileupload or fileupload API. At present, if i execute the file upload code in the client machine, it is able to get the local path of the file and looking for the file in server machine. So i am getting FileNotFoundException.
    E.g., If a file is located at client machine at following location means "C:\Test\Test.txt",
    uploadClass.getFileuploadComponent().getFilename().toString() returns "C:\Test\Test.txt". But it is looking for that file in server and throwing FileNotFoundException.
    Please post your replies soon.
    Thanks,
    JP

    Depends on which version of JSF you're using. If JSF 1.2, I wouldn't even bother trying to hack this into JSF itself unless you can use something like Seam 2 or richfaces.
    http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_fileUpload.html
    http://docs.jboss.org/seam/2.2.1.CR3/reference/en-US/html/controls.html#d0e29259 (look for s:fileUpload)
    But if I were you, a simple non-jsf form with a servlet works best for taking file uploads.
    As for JSF 2.0, there are other ways of getting it done.
    http://balusc.blogspot.com/2009/12/uploading-files-with-jsf-20-and-servlet.html

  • Creating file in the client machine

    Hello All,
    In my jsp page, am writing data from database to an excel file and I want this excel file to be created in the client machine. I checked in the forums but could not find an apt reply.
    ie, when i click on submit button, i get the data from the database and put it in an excel file.
    any help would be appreciated.
    am realy struggling with this.
    any link to previous posts regarding this would be very helpful.
    thankx a ton,
    arun.

    you can't write a file from the server to the client. Such functionality would make it really easy to install virusses and such, don't you think? You can write the excel file on the server and then allow the user to download that file. This would mean writing the file to a webdir and then offering it as a link on a webpage.
    Check out the apache website for jakarta POI, which allows writing (and reading) of excel files.
    http://jakarta.apache.org

  • Copying the PKCS#11 wrapper dll to the client machine in a signed applet

    Hello,
    I'm implementing in a signed Java Applet using the IAIK PKCS#11 Wrapper and the PKCS#11 module of my hardware token to communicate with it.
    I have to copy the pkcs11wrapper.dll to the client machine. All things works perfectly under Windows XP but when the client have Windows Vista as OS, it's not possible to copy the needed dll.
    Thank You for any help
    Nizar

    Use JNLP for this.

  • How to capture the IP address of the client Machine.

    HI...
    I want to capture the ip address of the client machine and store it in a field.
    My client wants to capture the ip address so that he can easily trace out from
    which client system particular work is done.
    if there any pre defined function or syntax is there to get the IP address...
    with cheers
    sprity....

    Hi.....
    i have a attached the web_util.pll n web_util.olb and run the form...
    it is still staying web_util.clientinfo is not declared....
    i want to know where to attach the olb thru subclass...
    i tried in attaching the text item(ip_addr) property.After clicking the subclass it show the we_util.olb.
    but there is no value for in it for both object n property.
    i think if i get info on this then my work is done....
    anyone throw a light on my doubt...........
    with cheers
    sprity...

  • Barcodes are not shown in the client machine

    Hi,
    We are using asp.net web forms for launching crystal reports.  Crystal Reports rpt with barcode has been designed in Crystal 2008.  Barcode field has been defined by right clicking the required field and selecting Change to Barcode u2026 and the barcode type is selected.
    Barcode is shown when we launch the report in the web server.  When we launch the same report in the client machine barcode is not shown to the user.  The barcode font u201CCode39AzaleaWide2u201D is not available in the client machine.
    How to overcome this issue without installing the font manually in each client machines.  Crystal Reports 2008 is installed in the web server.
    I need some clarifications
    1. Whether the barcode fonts should be installed (mandatory) in the client machines.
    2. On launching the report whether the barcode fonts will be downloaded from the web server to the client machine
    3. Are the barcode fonts are freely distributable to all the client machines both internet and intranet users
    4. Is there any document available regarding this issue

    Hi,
    Please check [KB1588027|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap%28bd1lbizjptawmq==%29/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533383338333033323337%7D.do] for the answers.
    It is your call on how to distribute the fonts. Reports will not download the fonts on it's own.
    Thanks,
    Saurabh

  • EJB deployment/access from the Client Machine

    I want to deploy/access the EJB on the Oracle 8i server from the
    Client Machine. From the Oracle 8i server machine i am able to
    deploy and access the EJB
    When i am trying to deploy/access the EJB i am getting the
    following message
    javax.naming.CommunicationException: Unknown service : sess_iopp
    url
    Please tell me what to do ?
    Thanks in advance
    null

    Are you using JDeveloper? If yes then go to File|New->Snippets
    and select 'Example JServer EJB Client' to create an EJB client.
    : javax.naming.CommunicationException: Unknown service :
    sess_iopp
    It's sess_iiop not iopp ;-)
    Regards,
    Arun
    Manish Patel (guest) wrote:
    : I want to deploy/access the EJB on the Oracle 8i server from
    the
    : Client Machine. From the Oracle 8i server machine i am able to
    : deploy and access the EJB
    : When i am trying to deploy/access the EJB i am getting the
    : following message
    : javax.naming.CommunicationException: Unknown service :
    sess_iopp
    : url
    : Please tell me what to do ?
    : Thanks in advance
    null

  • JSP Writing to file on the client machine

    Hi Java Gurus,
    I would like to know if it's possible to store (save) information to a file on a client machine from a JSP Application?
    Or let me know good tips to save some data on the client machine... Thanks a lot!
    Nalee

    Hi Gallegux,
    Sorry, I don't mean to sound dense. Here is my JSP page. Do you mean physically on the same line or logically on the same line?
    <%response.setHeader ("Content-Disposition","attachment;filename=xxx.txt"); %>
    <%@ page import="java.sql.*" %>
    <%@ page extends="someone.taglib.servlet.MyDialogServlet" %>
    <%@ page contentType="application/save; charset=iso-8859-1" language="java" import=""%>
    <%@ page import="MyProductBean" %>
    .....body of JSP........
    Thanks so much!

  • Time on the client machine

    Hi,
    Thanks for reading my post in advance.
    I am working on this code to read the time on the client machine which could be locations outside the USA also.
    Is there a way I can code so that I can get what the time running on the client machine.
    I did some research on the internet and a found a code which gives some ideas about the date format on the client machine.
    Is there a way we can modify this code so we can see the time client running on the client's machine.
    <%
    // get client locale
    java.util.Locale locale = request.getLocale();
    // get Dateformat for client's locale
    java.text.DateFormat dateFormat =
    java.text.DateFormat.getDateTimeInstance(
    java.text.DateFormat.LONG,
    java.text.DateFormat.LONG, locale);
    %>
    <%=dateFormat.format( new java.util.Date() ) %>

    Is there a way we can modify this code so we can see the time client running on the client's machine.Use JavaScript.

Maybe you are looking for

  • Windows vista doesn't recognize ipod touch

    can anybody please help me! I'm trying to connect my ipod touch 2nd gen to my comp and windows vista doesn't install the software. I've tried to install the 32 bit & 64 bit versions of itunes but nothing works. On the 32 bit install, it goes all the

  • Conditional Column Value

    I am attempting to display individuals (lastname, firstname) and corporations in the same column. I have an if statement in my select to display either Adams, Mike or Adams Car Wash. I am getting the following error: ORA-00907: missing right parenthe

  • Wrong House Bank defaulted in tx. F110

    Hi Everyone, So here is a weird issue I am facing.  I went live last monday with ECC 6.0.  AP has been implemented as standard as it gets.  I am running tx. F110 to pay four invoices, from four different vendors.  Check lot "1" has been properly crea

  • Help with return carriage and JDOM

    I'm pretty new to XML, so I may be asking a nonsense. Here is my problem: I employ JDOM to create, store and load XML files. The text of the elements (not the tags of the elements) contains carriage returns ('\n'). They desapear when the text is writ

  • Table updation is differ from PO data

    Hi Gurus, PO was created with  account assignment categiry cost center... when i checked the table EKKN  for this purchase order, table entry is showing that some WBS element is maintained ....where as in Po it was not amintained.. pls clarify wat co