How do i open a PDF document in forms?

How do i open a PDF document in forms runtime?
acrobat reader would already be installed on the pc's.
any help would appreciated.
Thanks
Hussein Saiger

Hello,
I'm not a specialist, but I think that you could configure these information in the /Apache/Apache/conf/httpd.conf file
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
<IfModule mod_alias.c>
    # Note that if you include a trailing / on fakename then the server will
    # require it to be present in the URL.  So "/icons" isn't aliased in this
    # example, only "/icons/"..
    Alias /icons/ "/appli/9IAS/Apache/Apache/icons/"
    Alias /jservdocs/ "/appli/9IAS/Apache/Jserv/docs/"
    Alias /javacachedocs/ "/appli/9IAS/javacache/javadoc/"
...Francois

Similar Messages

  • How do I open a PDF document from a website while in Safari on my iPad.

    How do I open a PDF document from a website while in Safari on my iPad.

    When you see a PDF link in Safari, click on it. It will preview in Safari. Then click the Share icon, and choose Open With, then select Adobe Reader.

  • HT3345 How can i open a pdf document in Numbers?

    How can i open a pdf dokument in Numbers, or Pages?

    Ususally I open a pdf document in Preview (or Skim or Acrobat Reader), then drag the page(s) I want from the Thumbnails on the side on to the Numbers sheet.,  You can also choose a single page pdf from the menu item "Insert > Choose..."

  • How do I open my pdf documents in word and not in adobe reader?

    I have a Mac.  How do I set my computer so that my pdf documents open in word rather than in adobe reader?

    If you opened a pdf document in Word, all you would see is a bunch of code so, it wouldn't help you.
    Are you actually looking to "convert" a pdf document to a Word document so you can edit it?

  • How do I convert my pdf documents into forms which I can edit with adobe exportpdf?

    I just purchased the Adobe ExportPDF and need to know how to convert my pdf or other files into documents that I can edit.  Can someone help me with this?

    Hi Desh,
    There is no way you can edit and document with Exportpdf. Exportpdf only helps you to convert the pdf document to other formats.
    Please provide more information what is exactly that you want to perform. And what all Adobe Applications you have.

  • How can I open a PDF Document faster?

    I am opening multiple large PDF's that have comments and signatures on them and it takes a very long time for the Plug Ins to load, Ive gone in an removed the Plug Ins I dont need and only kept the few I do to actually comment back and sign the documents, but it still takes a very long time to load and eats up a good amount of my memory.

    Hold down the shift key when starting Acrobat (not sure it works with double clicking on a PDF). The shift key should disable the loading of plugins.

  • How can I open a pdf document after downloading is complete and there is no screen reference to file name?

    I'm having a problem trying to locate a downloaded PDF file.  I'm using Windows 7, and have Adobe Reader XI installed.  From a given site some downloads  will appear with a listing of individual pages within the document, or there will be a window appearing that has a series of icons to print or scroll, etc.  At other times, from the same source & type of document, I will get a representatrion of doanload progress, then a "DONE" when completed.  There is no notification anywhere on my screen as to file name or where to look for this download.  I even go into "Documents", downloads, recent places, etc. to try and find a listing, to no avail. I also open Adobe Reader to see if there is any clue, again, to no avail. Incidentally, when Adobe Reader opens, there isn't any provision for scrolling, yet there appears to be additional  information below the bottom edge of my screen.  I sure would appreciate some help on this problem.

    On my Windows 7, with any browser, all downloaded files go into the Downloads folder.
    If you can't find your downloaded PDF docs, try a search for *.pdf

  • How do I open a pdf document and comment with others in real time?

    I would like to use the same tools available for whiteboard during a 'meeting' but draw on an existing file.

    Hello,
    I'm not a specialist, but I think that you could configure these information in the /Apache/Apache/conf/httpd.conf file
    # Aliases: Add here as many aliases as you need (with no limit). The format is
    # Alias fakename realname
    <IfModule mod_alias.c>
        # Note that if you include a trailing / on fakename then the server will
        # require it to be present in the URL.  So "/icons" isn't aliased in this
        # example, only "/icons/"..
        Alias /icons/ "/appli/9IAS/Apache/Apache/icons/"
        Alias /jservdocs/ "/appli/9IAS/Apache/Jserv/docs/"
        Alias /javacachedocs/ "/appli/9IAS/javacache/javadoc/"
    ...Francois

  • How to open,view pdf document in a form with zoom in and zoom out functionality Please urgent

    Hi
    Anybody can help me with a sample code in c# to open a pdf document using forms and to give the functionality   zoom in and zoom out   with verticall and horizontal scroll bar. Please help
    Regards
    Pol
    polachan

    Hello polachan,
    you can find two sample projects with code at
    [1] and
    [2].
    [1]
    http://www.codeproject.com/Articles/579878/MoonPdfPanel-A-WPF-based-PDF-viewer-control
    [2]
    http://www.gnostice.com/nl_article.asp?id=159&t=How_To_Create_A_PDF_Viewer_in_PDFOne_NET_v2_x
    Regards,
    Bo Liu
    Developer-Hotline for MSDN Online Germany
    Disclaimer:
    Please take into consideration, that further inquiries cannot or will be answered with delay.
    For further information please contact us per telephone through the MSDN-Entwickler-Hotline:
    http://www.msdn-online.de/Hotline
    For this post by the MSDN-Entwickler-Hotline the following terms and conditions
    apply: Trademarks,
    Privacy
    as well as the separate
    terms of use for the MSDN-Entwickler-Hotline .

  • Opening a PDF document from an exe file

    How can I open a PDF document from a executable file??
    A friend has told me to use this:
    fscommand ("exec", "anexo01.bat")
    but it opens a black pop up window before opening the
    program..... and it don´t seems to be a good solution.....
    can someone help me on this?
    thanks!!
    Sofia
    thanks for the help.

    > How can I open a PDF document from a executable file??
    > A friend has told me to use this:
    > -------------------------------------------------
    > fscommand ("exec", "anexo01.bat")
    > -------------------------------------------------
    > but it opens a black pop up window before opening the
    program..... and it
    > don´t seems to be a good solution.....
    > can someone help me on this?
    You can't avoid the echo box, unfortunate but that's the
    compromise if you go with
    the BAT file method.
    For many years I have been using Flash Jester tool call
    JStart. Works like charm
    all the way, no extra pop up windows :)
    http://flashjester.com/?section=tricks_jtools_jstart
    JStart will allow you to not only launch a program, but use
    parameters to make the
    program open files, perform special actions and just about
    anything you can use
    parameters for. You can also choose to launch files with
    their default associated
    program.
    Another solution is provided by by Rick Turoczy, it's pretty
    old but should still
    work. Perhaps give it a try.
    http://www.flashgeek.com/tutorials/07_launchapp_01.asp
    Easy to use tool that allow you to launch basically anything
    from the projector.
    As long as there is system default application supporting
    particle file.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • How do you Open a PDF without saving it to your computer first ?

    Dumb question.  How do you open a Pdf document without copying & moving to your computer first ?
      The only thing I can get is a note pad with code.

    Dumb question: where is the PDF document before moving & copying it to your computer?
    P.S. what is your operating system?

  • I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    I am having problems with the Preview application.  When I try to use it to open a pdf document it gets hung-up and I have to select force quit to close it.   Any ideas on how to resolve this problem?  Thanks for any help

    Can you open the Preview program without loading a file, like by itself?
    If it doesn't load then I suspect a corrupt Preview preference file.
    Deleting the System Preference or other .plist file
    Can you open other files with Preview, like jpg's and images?
    How about other PDFs? or is it just that one you have downloaded?
    Run through this list of fixes
    Step by Step to fix your Mac

  • When opening a pdf document in Adobe Reader the font of the original document is changed....It becomes a mix of the original font and a new different font. How can i fix this

    When opening a pdf document in Adobe Reader the font of the original document is changed....It becomes a mix of the original font and a new different font. How can i fix this

    This issue occurs with most of the PDFs that I open up. I am using the latest version of adobe reader on my windows based machine and it is a general PDF. I saw a similar post online stating that if you look at the fonts used in the document and it doesn't say (Embedded) next to it, then Adobe Reader will try to pull the font(s) from your computer and if it doesn't find that font then it will replace it which makes it look funny.

  • How do you permanently disable Tool Pane from showing up every time you open a pdf document in Adobe Reader DC 2015?

    Just like 9.9/10 people out here in the real world, I use Adobe Reader to read pdf files and never (ever) use the Tool Pane for anything.
    How do I permanently disable it from showing up, instead of having to close it *each & every time* I open a pdf document? The majority of people don't want thins thing covering up the page they are trying to read.

    Okay, seems I've stumbled upon an ugly workaround but it works for me. I'm using Windows 8.1. Go to the install directory, i.e." C:\Program Files (x86)\Adobe\Acrobat Reader DC\Reader\AcroApp\ENU". Create a new subfolder (I used "Disabled"). Move 3 files from the "ENU" folder into the new "Disabled" folder: AppCenter_R.aapp & Home.aapp & Viewer.aapp. Open a PDF and no more Tool Pane! I originally moved just the "Viewer" file but if you clicked on "Home" or "Tools" on the toolbar you couldn't go back to the "Document." Moving all 3 files takes care of that issue. Like a lot of people I don't and won't ever use any of the tools. I just want a reader. Let me know if this works for you.

  • How to open a pdf document with bookmark from forms6i

    Hi. I'd like to open a pdf file from forms6i but positioning at a specified bookmark. I've tried the following line of code, but it jus opens the document at the start of it:
    host ('c:\sqlfigo.pdf #EMPRESAS',no_screen);
    also tried:
    host ('c:\sqlfigo.pdf EMPRESAS',no_screen);
    How do i open the document a navigate to a specified bookmark.
    Help will be greatly appreciated ...!

    Hello,
    The parameters that can be used in the URL when opening a PDF document are
    described in the document :
    Open Parameters for PDF
    http://partners.adobe.com/public/developer/en/acrobat/PDFOpenParameters.pdf
    Regards

Maybe you are looking for

  • Problems opening InDesign CS4 files in CS5

    We have just upgraded to CS5 to take advantage of the tracked changes facility, and immediately encountered problems: when opening CS4 files in CS5, we've noticed that formulae, created using charater styles, are not displaying properly.  For example

  • Connect laptop to additon 2 external monitor

    I have HP laptop with 1 HDMI & 3 USP & 2 HP monitor. How do I connect them to have total of 3 screen. Whats connection I need get for hook up. Thanks

  • Disk Utility frozen?

    Hey all Got a WD My Book and plugged it into my iMac 3.06. Not realizing that it was FAT formatted, I started moving stuff onto it... then realizing the 4GB file size limit that the Windows format has, I backed up my data and ran disk utility to refo

  • Shared Mailbox?

    Hello, little question, is it possible to have an online folder synced with an 'on my mac' folder? I explain. I have a Gmail account and have a folder/label where I put a bunch of emails I want to keep. Is it at all possible to have a 'copy' of this

  • SAP Retail Printout

    Hi Gurus, When i am taking printout from sap retail store, the details of supplying site and delivery details are appearing for some  and  not coming for some.It is really weird. Please suggest the solution.How printout is taken from Sap retail store