Save PDF to server file system

Hello, I'm wondering if anyone has sample code which saves a form as a PDF to the file system during the completion of a task. My form is an .xdp file. I'm using Form Server 6 integrated with Form Manager, and Workflow Server 6.2. I was told that the Jscript filesystemobject could do this, but it seems like it is only able to save it as a text file to the file system. I'd appreciate any help, thanks!
Thomas

Do you have Adobe Acrobat? If so then it's really easy. Just share your Acrobat printer, then on submit, have the form print to the Acrobat printer as follows:
Form.PrinterName = "Acrobat" (or whatever your shared Acrobat printer name is)
Form.PrintFormDefault (prints to the default printer, default page size, etc.)

Similar Messages

  • Image: display from local drive, upload to server file system, and display from server

    Hello,
    I am using jdev 11.1.2.4.0...
    The requirement is that users would like to upload images from their local drive to server drive and they would like display images from server drive later.
    We don't want to keep images in database. I am not sure what the solution should be; however, I plan to ....
    1. create a table to keep an information of images -- image_id, image_location (server drive), image_filename
    2. create a page where users can enter image information and specific filename from a local drive (I think I will use inputFile component) and provide the preview button to display an image on screen before save it. To save data is to save information to the database and copy an image file to the server drive (the destination location for image files is predefined.)
    3. create another page where users can browse information from the database and display an image for a selected record by getting from the server.
    I need suggestions on...
    1. how to display an image on page from the local drive?
    2. how to copy a file from a local drive to a server?
    3. how to display an image on page from the server drive?
    Thank you.
    nat

    See:
    http://tompeez.wordpress.com/2011/11/26/jdev11-1-2-1-0-handling-imagesfiles-in-adf-part-1/
    http://tompeez.wordpress.com/2011/11/26/jdev11-1-2-1-0-handling-imagesfiles-in-adf-part-2/
    http://tompeez.wordpress.com/2011/12/16/jdev11-1-2-1-0-handling-imagesfiles-in-adf-part-3/
    Where Timo saves images to the database, you save it to the file system (examples on how to do this from Java are available plenty if you just Google for it). Similar to Timo you then use the image tag to display images. The difference is that you can directly add the URL from the database table.
    The benefit of using a database to host images is that you are not dependent on file server structures though
    Frank

  • How can I access the Server file system without using any signed applet?

    Is it possible for me to run an applet on the client machine such that the client can view my server file system and perform uploading and downloading of files through the applet without signing the applet?

    Add the following in your java.policy file, your plug in accesses.
    grant {
    permission java.permission.AllPermission;

  • APEX 2.1 and server  file system interaction methods

    Hello experts
    I am building a web application using APEX 2.1 that would be used by a few hundred users as a secure and auditable portal to a word document file library.
    The main use case is that an authenticated user will find links to documents he/she has been granted access of various levels (read only or read/write).
    All the files are stored on the server file system.
    I have a couple of questions:
    1.some file" when placed in an HTML region source does not work. Is this normal ?
    2.Will I have to import the entire file library (very large in size and number of files) into APEX so I can access them from APEX or can I simply use the simple anchor HTML tag above.
    Many thanks. Zemus.
    Edited by: zemus on Jun 4, 2009 1:25 PM
    Edited by: zemus on Jun 4, 2009 1:26 PM
    Edited by: zemus on Jun 4, 2009 1:27 PM

    I think I answered your email. Also, you can have a look at these threads:
    Re: How to display bfile in Apex report
    Re: Linking to display an external file
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Need utilities class for application server file system (i.e. unix etc)

    I need to do things to directories and files on the application server.
    Is there an SAP class with methods for the application server file system (i.e. unix or whatever) with functionality similiar to what is provided by the methods of CL_GUI_FRONTEND_SERVICES for the presentation server?
    Is there a group of SAP functions for this task?

    You may have a look at Thomas Jung article: [sdn contribution : ABAP Server Side File Access, by Thomas Jung|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/7a13f367-0401-0010-47ba-eab0b15cf31c]
    Moreover, in release 7.10, it could be possible that SAP introduced input and output stream classes (to mimic java classes), so I guess there could be the ones for application server file system.

  • Where are TREX index stored? TREX server File system? or KM repository?

    hi, friends:
    can  someone tell me where are TREX index stored ?
    in TREX server file system?
    or in portal KM repository? file system or DB?
    thank you
    Carol

    Carol,
    TREX is a separate product. During installation and configuration of TREX you connect it to the portal. The search iViews of the portal will use the configured TREX server to do the actual search:
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/a4/929d4206b70931e10000000a1550b0/content.htm
    The index is stored on the TREX server: TREX/IndexServer/basepath/index=%(SAP_RETRIEVAL_PATH)/index
    SAP Help: http://help.sap.com/saphelp_nw70/helpdata/EN/4c/d91e40777cdd5fe10000000a155106/content.htm
    br,
    Tobias

  • Deliver a report in XML format and save it to local file system on the server

    We have OBIEE 10.1.3.4 on Redhat linux. We want to have generate a report in XML format and saved it to the server's file system. Did not realize this is s difficult task. Basically
    1) How to create a XML report? It is not listed in the output items of a layout template.
    2) How to deliver XML the report  to local file system. Look into the Delivery section of Admin page. FTP should be the best choice, but does that means that one need to install and run ftp server on the BI server box?
    Thanks

    Hi,
    Since I still have problems on this subject, I would like to share on how it progresses.
    Currently I have a problem of timeout in step "Truncate XML Schema" with the URL that I mentioned above.
    The exact error is the following : 7000 : null : com.sunopsis.sql.l: Oracle Data Integrator TimeOut : connection with URL [...]
    The connection test is still OK.
    I tried to increase the value in the user's pref but there's no change.

  • TCODE for acceess server file system

    Hello Gurus,
          how can I get into file system for sap application server using TCODE ? . I just want to download a flat file from server to local.
    Many thanks,
    Frank Zhang

    Hi Frank,
    Are you able to load the files in local workstation...or else you copy like one more thing as ask the URL of those files and then load it from tehre...if they are huge save then in sap business workplace and then you can copy at your desk top...
    Regards
    Srinivas

  • How do you move blob content in a table out to the server file system

    Hi,
    I have a table that contains a blob column containing word and pdf documents I want to be able to take content such as a pdf held in the blob column and move a copy of the pdf to the servers file system. Can it be done.
    Thanks in anticipation.
    SDG

    There is no Monitoring SQL Activity, so we Need to find other Solutions.
    1: can be this Integration Pack:
    http://www.kelverion.com/integration_packs/ip-sql-server/
    2: Create a Trigger in SQL Side, which will Trigger a Runbook
    3: Query every ? 5 ? Minutes the Table,  compare to a sample Table and get the new Informations
    Seidl Michael | http://www.techguy.at |
    twitter.com/techguyat | facebook.com/techguyat

  • BIP and Siebel server - file system and load balancing question

    1. I just need to understand whenever the reports are generated through BIP, are there reports stored on some local directory (say Reports) on the BIP server or Siebel File system? If on a File system how will archiving policy be implemented.
    2. When we talk of load balancing BIP Server. Can the common load balancer be used for BIP and Siebel servers?
    http://myforums.oracle.com/jive3/thread.jspa?threadID=335601

    Hi Sravanthi,
    Please check the below for finding ITS and WAS parameters from backend :
    For ITS - Go to SE37 >> Utilities >> Setting >> Click on ICON Right Top Corner in popup window >> Select Internet Transaction Server >> you will find the Standard Path and HTTP URL.
    For WAS - Go to SE37 >> Run FM - RSBB_URL_PREFIX_GET >> Execute it >> you will find PRefix and PAth paramter for WAS.
    Please refer to this may help step-by-step : How-to create a portal system for using it in Visual Composer
    Hope it helps
    Regards
    Arun

  • MeetingPlace server file system crash!!!

    Hi TAC ,
       My customer to restart the server, at this time server tip read file system failed in that stop……  The server crashed . Do you have restore the file system idea? Similar CM recovery DVD image?? Please help !!~~~~
    Thanks
    Bin Yao

    869650 wrote:
    Hi,
    We do a backup of the our BI production server every night (OBIEE 11.1.1.6.2 BI1)
    The process we follow is:
    1. Stop BI Services
    2. Weblogic (incluedes Node Manager, Weblogic and others)
    After every stop of weblogic, there is a file get created under WLS_Home/instances/instance1 and the file is like core.xxxxx ( e.g. core_31176, core_19440).
    My questions regarding these files are:
    1. What is the use of these files?
    2. Can I delete them (Depends on the answer of the above question)?
    3. Is it possible to control not to create these files (if they are not useful)?
    Thanks in advance.
    KiranCheck this thread: CORE.xxxx big file... What is it?
    It sounds like it is safe to remove those file's unless you need to debug any weblogic issues.
    Please mark correct or helpful if answered.
    Thanks,
    -A.Y

  • Logic Pro 8: unable to print score.  saves pdf and print files as blank

    hi guys,
    i cannot print my score from logic pro 8. anyone else have this problem? i get nothing but blank pages when trying to print or save as pdf file. also blank in preview. all other programs print fine. i was on the phone with apple tech for an hour and he couldn't solve it. he had me uninstall and reinstall program and still same problem.

    It may be that in your page set up (under the file menu) you are not at 100% but some large number like 2,386. This has happened to me and all I got was a blank page.
    Dan

  • Server file system is growing after every restart of weblogic - OBIEE 11g

    Hi,
    We do a backup of the our BI production server every night (OBIEE 11.1.1.6.2 BI1)
    The process we follow is:
    1. Stop BI Services
    2. Weblogic (incluedes Node Manager, Weblogic and others)
    After every stop of weblogic, there is a file get created under WLS_Home/instances/instance1 and the file is like core.xxxxx ( e.g. core_31176, core_19440).
    My questions regarding these files are:
    1. What is the use of these files?
    2. Can I delete them (Depends on the answer of the above question)?
    3. Is it possible to control not to create these files (if they are not useful)?
    Thanks in advance.
    Kiran

    869650 wrote:
    Hi,
    We do a backup of the our BI production server every night (OBIEE 11.1.1.6.2 BI1)
    The process we follow is:
    1. Stop BI Services
    2. Weblogic (incluedes Node Manager, Weblogic and others)
    After every stop of weblogic, there is a file get created under WLS_Home/instances/instance1 and the file is like core.xxxxx ( e.g. core_31176, core_19440).
    My questions regarding these files are:
    1. What is the use of these files?
    2. Can I delete them (Depends on the answer of the above question)?
    3. Is it possible to control not to create these files (if they are not useful)?
    Thanks in advance.
    KiranCheck this thread: CORE.xxxx big file... What is it?
    It sounds like it is safe to remove those file's unless you need to debug any weblogic issues.
    Please mark correct or helpful if answered.
    Thanks,
    -A.Y

  • Content server/file system/apache

    Hello
    I wander is web server(like apache) needed if using filesystem based content server (not maxdb based).
    Do you have some link to this topic?
    Thank you in advance

    Hi,
    I  see one of the pre-requisites is to install apache web server (1.3.xx) for unix environment. The install manual should tell on compilation of Apache webserver.
    Then in the post-installation step, you should restart apache web server.
    Please note that you should always use native compiler to compile Apache of your platform
    Please see also SAP Note 664384 & 586895
    Hope this helps.
    Regards,
    Vincent

  • File system error while creating a virtual server

    Hi
    I get the following error when I create a virtual server:
    File System Error: Could not create directory /opt/SUNWwbsvr/https-web-content (permission denied)
    The admin server is owned by root but the instance that I want to create should be owned by webservd - like the other instance that is installed.
    this error shows that web server is unable to create a directory under SUNWwbsvr folder. Any hints pls?
    thanks!

    sorry this error is while creating a new server instance - not a new virtual server.
    File System Error: Could not create directory /opt/SUNWwbsvr/https-web-content (permission denied)

Maybe you are looking for

  • To use the same code for many movieclips

    Dear all. I am using the flash to build my personal book online. I need zoom  many movieclip, my images. i make the code and function perfectly. But I want to find a way to use the same function for all movieclips and so, mantaining my code clean. mc

  • 10g Installation on OSX errors in invoking

    Hello, I ran into some serious "Error in invoking target..." errors during the installation of 10g on OSX 10.3.8, which lead to a completely useless Oracle. Have you guys had the same problems? The first one was because of a directory that didn't exi

  • Calculation of % on Date Differences - BW Reporting

    Hi Experts, I have a typical scenario where in I need to calculate the % for the no of Days difference b/t 3 dates(Statistical Date, Delivery Date, GR Date). As of now I just showed just the Difference b/t all the 3 dates in no of days. Now I need to

  • VISTA color management and monitor calibration

    Elements 7.0 VISTA Home Premium SP1 Nvidia 8600 Samsung SyncMaster 213T Canon XSi Multiple printers Since getting new system with Vista, I haven't been able to get a print that looks like my screen. I tried Costco today and everything was much darker

  • Hp envy series 4500. Can't get icon to appear in dock EVER.

    AT no time does a printer appear in my dock, even when the hp utilities application is open. Can't find any icons that will drag. I am able to connect to the printer. This is a new phenomenon. Icon was always there when the printer was active. Somebo