[CLOSED] How to Print PDF Document from web page?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] How to Print PDF Document from web page?

    Hi,

    We need to implement print functionality from web page. The web page loads only PDF File as content. In page load event I have placed the following code...After loads the pdf file the default controls from Adobe for save, print, but I want to show print button on the form and if user clicks the PDF document should print automatically

    
    pnlPDFLoad.AutoLoad.Url = Request.QueryString["URL"].ToString();
    In html view the code ...

    <TopBar>
            <ext:Toolbar runat="server">
                   <Items>
                      <ext:Button id="btnPrint" runat="server" Text="Print" Icon="Printer"></ext:Button>
                   </Items>
            </ext:Toolbar>
    </TopBar> 
    <ext:Panel ID="pnlPDFLoad" runat="server" Region="Center">
              <AutoLoad ReloadOnEvent="true" AutoDataBind="true" MonitorComplete="true">
              </AutoLoad>
    </ext:Panel>
    Last edited by Daniil; Aug 13, 2012 at 6:25 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Document Ready?
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 19, 2012, 6:47 AM
  2. Use a Word document
    By Coroner in forum 1.x Help
    Replies: 1
    Last Post: Jun 28, 2012, 9:33 PM
  3. Print all document
    By ginsar in forum 1.x Help
    Replies: 0
    Last Post: Aug 06, 2011, 11:25 AM
  4. Replies: 6
    Last Post: Feb 18, 2011, 2:12 PM
  5. [CLOSED] Document loading question
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 05, 2009, 3:08 AM

Tags for this Thread

Posting Permissions