Dynamic PDF component on external server

Hello
I'd like to feed data from a MS SQL database to an ASP web
page, and then also have the ability to download it as a
(dynamically created) PDF. This seems to need a component on the
server which my web host won't install.
I was wondering if I could get an account on another web
host, create the PDFs there and link to them from the pages on the
first host. BUT I can't seem to feed data from the database on Host
1 to a page on Host 2.
Any brainwaves would be very gratefully received!
Square

Square Eye wrote:
> Hello
>
> I'd like to feed data from a MS SQL database to an ASP
web page, and then also
> have the ability to download it as a (dynamically
created) PDF. This seems to
> need a component on the server which my web host won't
install.
>
> I was wondering if I could get an account on another web
host, create the PDFs
> there and link to them from the pages on the first host.
BUT I can't seem to
> feed data from the database on Host 1 to a page on Host
2.
>
> Any brainwaves would be very gratefully received!
>
> Square
>
You could have a page on host1 that collects the data and
outputs it as
XML, then on host2 it uses the XML to create the PDF.
Steve

Similar Messages

  • Dynamic update of pdf files on web server with xml

    Hi forum
    Is it possible, to make a pdf form quiz, on a web site, there are updating it contents every day just bye replacing a xml file there have the text for the questions.?
    I just need some guindes or ide how to make this. ( i am new in xml/ dynamic pdf files)
    And do i need a LiveCycle form server to to this ?
    Regards
    Th

    Hi there
    I will like to get a mail (xml is fine ) but with the selections the user select in my pdf file.  ( They can select 1 to 3 inside the drop down list )
    Now when i try i only get the source xml, there is used to create the questions.
    I can't see the selection from the user of the form
    like this:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <Quizes Name="Game1" Id="1000">
    - <Quiz QuestionNumber="1">
    <Question>Will you use this forum ?</Question>
    - <Values NoOfValues="5">
    <Value>1</Value>
    <Value>2</Value>
    <Value>3</Value>
    <Value>4</Value>
    <Value>5</Value>
    </Values>
    </Quiz>
    - <Quiz QuestionNumber="2">
    <Question>Are you a designer ?</Question>
    - <Values NoOfValues="2">
    <Value>Yes</Value>
    <Value>No</Value>
    </Values>
    </Quiz>
    - <Quiz QuestionNumber="3">
    <Question>Dette er en test ?</Question>
    - <Values NoOfValues="2">
    <Value>Ja</Value>
    <Value>Nej</Value>
    </Values>
    </Quiz>
    </Quizes>
    I have try to set the databinding but it will not work for me.
    So if you can guide me where change or set the parameters in the Quiz pdf i hope i can see the way it has to be done.
    Regards
    TH

  • PDF Component

    Hi,
    I have a component that is intended appear in one state and display various PDFs. I have it working when it is called the first time, however when it is called subsequently it does not load the PDF.
    I have been using the Tour de Flex approach of using a mx:HTML to show the PDF, but changed to adding elements to a spark container:
    private var pdfHTMLLoader:HTMLLoader = new HTMLLoader();
    private var pdfUIC:UIComponent;
                                  private function loadPDF():void {
      // Check to see if Adobe Reader 8.1 or higher is installed
      // Possible values:
      //         HTMLPDFCapability.STATUS_OK
      //         HHTMLPDFCapability.ERROR_INSTALLED_READER_NOT_FOUND
      //         HTMLPDFCapability.ERROR_INSTALLED_READER_TOO_OLD
      //         HTMLPDFCapability.ERROR_PREFERRED_READER_TOO_OLD
                                            if(HTMLLoader.pdfCapability == HTMLPDFCapability.STATUS_OK) 
      // Use FlexGlobals variable for PDF name
                                                      var pdfRequest:URLRequest = new URLRequest(FlexGlobals.topLevelApplication.currentPDF);
                                                      pdfHTMLLoader = new HTMLLoader();
                                                      pdfHTMLLoader.width = pdfWin.width;
                                                      pdfHTMLLoader.height = pdfWin.height;
                                                      pdfHTMLLoader.load(pdfRequest);
                                                      pdfUIC = new UIComponent();
                                                      pdfUIC.addChild(pdfHTMLLoader);
                                                      pdfUIC.name = "PDFView";
                                                      pdfWin.addElement(pdfUIC); // Add the element to the pdfWin spark container
                                            } else {
                                                      Alert.show("PDF cannot be displayed. Error code:" + HTMLLoader.pdfCapability);
      // Called if window is resized
                                  private function reloadPDF():void {
                                            pdfHTMLLoader.width = pdfWin.width;
                                            pdfHTMLLoader.height = pdfWin.height;
                                            pdfHTMLLoader.reload();
                                  protected function backButton_clickHandler(event:MouseEvent):void
                                            pdfWin.removeAllElements();
                                            flash.system.System.gc();
                                            var eventObject:Event = new Event("hidePDF");
                                            dispatchEvent(eventObject);
    I think that the problem may be in either removing the elements or in how I am adding the HTMLLoader to the UI Component and then adding the element to the spark container.
    Thanks,
    Niall

    Square Eye wrote:
    > Hello
    >
    > I'd like to feed data from a MS SQL database to an ASP
    web page, and then also
    > have the ability to download it as a (dynamically
    created) PDF. This seems to
    > need a component on the server which my web host won't
    install.
    >
    > I was wondering if I could get an account on another web
    host, create the PDFs
    > there and link to them from the pages on the first host.
    BUT I can't seem to
    > feed data from the database on Host 1 to a page on Host
    2.
    >
    > Any brainwaves would be very gratefully received!
    >
    > Square
    >
    You could have a page on host1 that collects the data and
    outputs it as
    XML, then on host2 it uses the XML to create the PDF.
    Steve

  • How to extract files from external server

    Dear Friends,
    I need to connect to an external non SAP server, from which i need to extract invoice files.
    Invoice files are of two types:
    1. .dat format files which contain invoice data
    2. .PDF or .JPEG documents, which are supporting documents for those invoice.
    My question are
    1. How do i connect to the external server?
    2. Do i have to do a FTP from SAP to that file server?
    3. Do i have to fetch the .dat file using dataset statments?
    4. What are the basis and network related activities involved to get connected to that external server?
    Any inputs and help on this is highly appreciated and rewarded.
    Thanks,
    Simha

    Hi Simha,
    1. How do i connect to the external server?
    Using  FTP or RFC, BAPI are also possible to get the data from Non SAP server.
    2. Do i have to do a FTP from SAP to that file server?
    based on your company policy use FTP to transfer the data.
    3. Do i have to fetch the .dat file using dataset statments?
        yes. if u using ECC6.0 try this method
    CL_RSAN_UT_APPSERV_FILE_READER=>APPSERVER_FILE_READ
    Reward if found helpful.

  • Save the report in PDF format on the server: is it possible?

    Hi all,
    Is it possible to save the report in PDF format on the server?
    In other words, in a web application:
    1) the user requests a report
    2) the report produced in PDF format, is saved on the server, where is the Java Reporting Component
    3) the report, in PDF format, is sent to the client's user
    Thanks a lot

    PrintOutputController.export, get the byte stream, save on server.
    Sincerely,
    Ted Ueda

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • Adobe Reader XI - dynamic PDF Form and the E-Mail Dialog

    Hi Community,
    I have a dynamic PDF Form and we use the E-Mail function to save the XML-Data to local harddrive. That works until Adobe Acrobat Reader 10.1.2. But with the Adobe Reader XI (11.0.4) the E-Mail Dialog has changed so I am One is forced to send the XML file with Outlook or the internal mailer and has no option to save the file locally.
    Does anyone know a workaround or something similar. The Live Cycle server with PDF extension is too expensive for our small project.
    E-Mail Dialog (10.1.2)
    If you choose Internet-E-Mail you get a Save-As File Dialog
    E-Mail Dialog (11.0.4)
    There is no way to save the XML-Data to local Harddrive.

    Hi Pat,
    Are you using Adobe Reader XI? And not Acrobat. It does not ask me to save the form if there are unsaved changes.
    I have used previous versions of reader for saving this form data and it did allow me to save it with ctrl+s. And those versions did prompt me to save the changes before closing.
    I guess I should not have updated the reader.

  • Unable to generate Dynamic PDF

    Hi,
    I created a xdp file from xml and xsl files and then used Form Server to generate dynamic pdf file. The xdp file has lot of javascript. The pdf file generated by form server does not change colors of labels of the fields, when incorrect values are entered into the fields (accomplished using javascript). But the xdp file used to generate this pdf when run within Adobe Form Designer shows changes of colors of labels. I observed few differences between the two approaches. One being dynamicRenderer tag. How can I accomplish the changes of colors in the pdf generated using form server?
    Thanks a lot in advance

    To force the generated PDF to be a dynamic PDF add the following option to the option string passed into the renderForm() method:
    RenderAtClient=true
    Chris
    Adobe Enterprise Developer Support

  • Hyperlink in a dynamic PDF form

    Hi guys,
    I've created a dynamic PDF form in LiveCycle designer, and I want to insert hyperlink in to this form - but I don't know how to do it. My Link Tool in Adobe Acrobat is inactive.
    Any advice?
    Cheers
    Marian

    Thanks,
    I just needed to change text field to rich text and now I'm able to insert an URL. But now another problem pops up - I'd like to open directly from this PDF a file stored on the DFS file sharing server. My links open in browser - how can I fix this please?
    Marian

  • Dynamic .pdf forms

    Hello everyone,
    I am trying to find an application for my Curve 3300 that is able to render Adobe Dynamic XML Forms (it's a .pdf form, but it is created using LiveCycle Designer and has dynamic content that makes finding a renderer difficult.)
    I've tried the free trial of beamberry, and it isn't able to render the form... I get a "you need a newer version of adobe reader" error.
    Has anyone else out there had the same issue? If so, how did you resolve it? Can PDF To Go read dynamic .pdf forms?
    I'd appreciate any help that any one can offer.
    - Scott
    P.S. does anyone know which version of Adobe Reader is functionally equivalent to the Blackberry .pdf reader apps? Is it possible to know that, or are they two different creatures altogether?
    P.P.S. I figure that alot of people won't have any experience with dynamic .pdf forms... Here is a link to a sample dynamic .pdf form that I created for testing purposes. If you think that you have an app that can read it, please try opening the linked .pdf file on your blackberry. If anyone out there is able to view it, please let me know what software you are using. Thanks alot for your help.
    Solved!
    Go to Solution.

    For anyone in the future who has a similar issue, I've come up with a fairly simple workaround. It adds an extra step of work, but it allows you to continue using dynamic forms in your workflow.
    The ideal solution is if your office has a server-side adobe document output service. You can push your form to the server, have it extract the data into a datawarehouse, then output a flattened .pdf. A flattened .pdf cannot be (easily) edited, and all code behind is removed. This solution is the 'best', (and it's the only way to flatten an xfa form, as far as Adobe is concerned) but it also costs some coin, especially if you don't have any existing infrastructure to support the server-side service.
    The free solution (which I have opted for) is to use a virtual printer to 'print' the document to a suitable format. There are many free virtual printers out there, but I have decided to go with CutePDF Writer. I print to the CutePDF writer, and the output is, essentially, a flattened Blackberry compatible .pdf form. The only issue is that you cannot edit a flattened document (a bonus in my situation, but still something to keep in mind... You can still edit the original document, as the flattened .pdf is a copy, not a transformation.)
    You can even add a print button to the form with some JavaScript to specify the printer as 'CutePDF Writer'. Altogether, it's easier than recreating all of the business forms that have been made in a static format, and you can still leverage all the benefits of a dynamic form.
    I know that this isn't central to the Blackberry, and I apologize for that, but I had a rough time with this issue, and I'm hoping to help someone with the same issue in the future. Again, thanks to those who helped.
    - Scott

  • Dynamic PDF's for Mobile Devices

    I have been converting my company's forms to dynamic pdf format using ES4 to facilitate completion and submission by our highly dispersed workforce.  These forms are unfortunately not accessible on the mobile devices our field employees typically use.  Can anyone suggest resources that a layman can use to learn about and utilize ES4's mobile forms and HTML5 capabilities?  All the information I have located on the Adobe website appears to be oriented to programmers or developers, and my (small) company does not have the financial resources to engage a consultant for this purpose.  Thanks in advance for your insights and suggestions.

    Hi,
    In short, what you're attempting to do can be very costly if you stick with the Adobe LiveCycle ES solution to render forms on mobile devices (via their mobile forms platform). Also, if you're not familiar with the technology, you'd definitely need  to engage a consultant in addition to purchasing the require server-side modules to render your forms in HTML5?
    Questions:
    1. What mobile devices are being used in the field?
    2. Do your forms absolutely need to be made dynamic, or could they be saved as "static" XFA, instead? If you're doing things like adding rows to tables, hiding/revealing subforms, etc. then yes, the forms would need be dynamic. But if your forms do not need to be dynamic and/or you can tweak the design logic so the form is rendered in a static layout, then using the forms on an iPad is possible via the app "PDF Expert". PDF Expert can read/render static XFA files HOWEVER there's no support for javascript in that format. On the Android side, the app "qPDF Notes" provides support for static XFA PDFs.
    On the other hand...if users are able to use a Windows PRO based tablet (i.e. something like the Surface Pro 2, or even something less expensive running Windows PRO - not RT), then you could install Adobe Reader or Acrobat and use the dynamic forms, as is, on those tablet...no need for HTML5 rendering.
    In either case, the solutions mentioned about would be far less expensive (and less complicated) to trying to using ES4 mobile forms.
    Hope this helps!

  • Dynamic PDF Creator Replacement Widget

    Hi,
    I'm trying figure out I can get a widget similar to Dynamic PDF Export that was sold by CaptivateDev.com - eLearning Development with Adobe Captivate
    Now that they closed there door...I'm stuck it's the exact widget I needed.
    My goal is to capture user input and compile a completed 'Take away Workbook" from the questions that were answered.
    Any other way to accomplish this?
    -Rob

    I'm pretty good with Captivate and advanced actions; but once java is involved I do get a little lost.
    Can you give me a little bit of direction on how to make the connection between the external library, captivate and the javascript pdf thing.
    I have an email out a web designer with our company but he won't know Captivate so I'll need to give them a little bit of support.
    Thanks
    Rob

  • Help Dynamic pdf generation

    please help to generate dynamic pdf which show data of database.

    Look at the URLS below:
    Creating PDF, RTF or HTML document from a Java class at runtime
    http://www.java-tips.org/content/view/130/29/
    How to connect MySql Server using JDBC
    http://www.java-tips.org/content/view/808/29/
    How to view database data in PDF format using servlets
    http://www.java-tips.org/content/view/850/74/
    The example in "How to view database data in PDF format using servlets" is for servlet, but you can easily replace that for desktop application.

  • Microsoft Indexing Service and Dynamic PDF (XFA)

    I setup Indexing Services in Windwos Server 2003, and I confirmed that it can index (out of the box) Static PDF (created LiveCycle Desinger), in addition to other file types.
    However, the Dynamic PDF (also created with LiveCycle Desinger) are not indexed, or they do not show in the search result. Any one knows how to index also the dynamic PDF files under Microsoft
    Indexing Services?
    Tarek.

    I installed "ifilter60.exe" on Windwos 7 (work laptop) and also installed "IFilterShop_XmlFilter_SE_1_0_Eval.exe" to index XML content. It is clear that Dynamic PDF is not indexed. Luckly, I am storing XML Data in a separate file for each PDF, which will be very helpful. I can search files using XML content instead, and since I am following a standard naming convension, I can easily relate the found results in XML to PDF files.
    See snapshots below:
    but, when I search against file name, I can get results, but still PDF content is not visible:
    Hope my fidings will be of help to others.
    Tarek.

  • Dynamic PDF Forms vs Microsoft InfoPath Forms

    Can someone advice me why we should use Dynamic PDF Forms vs Microsoft InfoPath forms?
    Thank you

    For anyone in the future who has a similar issue, I've come up with a fairly simple workaround. It adds an extra step of work, but it allows you to continue using dynamic forms in your workflow.
    The ideal solution is if your office has a server-side adobe document output service. You can push your form to the server, have it extract the data into a datawarehouse, then output a flattened .pdf. A flattened .pdf cannot be (easily) edited, and all code behind is removed. This solution is the 'best', (and it's the only way to flatten an xfa form, as far as Adobe is concerned) but it also costs some coin, especially if you don't have any existing infrastructure to support the server-side service.
    The free solution (which I have opted for) is to use a virtual printer to 'print' the document to a suitable format. There are many free virtual printers out there, but I have decided to go with CutePDF Writer. I print to the CutePDF writer, and the output is, essentially, a flattened Blackberry compatible .pdf form. The only issue is that you cannot edit a flattened document (a bonus in my situation, but still something to keep in mind... You can still edit the original document, as the flattened .pdf is a copy, not a transformation.)
    You can even add a print button to the form with some JavaScript to specify the printer as 'CutePDF Writer'. Altogether, it's easier than recreating all of the business forms that have been made in a static format, and you can still leverage all the benefits of a dynamic form.
    I know that this isn't central to the Blackberry, and I apologize for that, but I had a rough time with this issue, and I'm hoping to help someone with the same issue in the future. Again, thanks to those who helped.
    - Scott

Maybe you are looking for

  • Can't change settings in Color

    Hello all! I'm editing an infrared clip shoot with a Fujifilm IS-1, it'a a factory ready infrared camera that shoot infrared pictures and movies in AVI 640x480 at 30fps. I've converted the footage with Compressor in DV PAL 720x576 at 25fps, because I

  • Load all file names in a directory to a SQL Table

    I need to load all the file names in a directory to a SQL table. It must be done via TSQL or SSIS. If using TSQL cannot use xp_cmdshell or any undocumented sprocs. So I am guessing it will be SSIS. But still open to suggestions. I am an SSIS newbie a

  • How to enable my MacBook camera?

    How to enable my MacBook camera?

  • PDF in mail through workflow

    Hi,      There was a workflow already there for PO approval based on the limits. Now i need to ater that PO by including a mail triggering of PO in PDF after the approval has been done. I dont know what is the work flow they have already for this App

  • Preview PDF files drop letters when printed.

    I have a problem with PDF's printing without lower-case letter o's and upper-case X's. This is both to my Brother Laser Printer AND my HP C309. It may be Mac software at a low level, because when I print a PDF to Yojimbo, the lower-case o's and upper