How to send 1 page of multipage report

I currently have a multipage pdf designed that I would like to be able to have a button at the end that will just email the last page of the pdf. Can this be done?
Thanks,
Wendy

Not possible if the file will be used in Reader. In Acrobat it's only possible if you install a script on the local machine.
A better option would be to send just the form data, instead of the actual file.

Similar Messages

  • How We Can Change Page Size During Report Run Time

    Hello !
    How We Can Change Page Size During Report Run Time .
    How can we stop to change the column name when we amend a sql in report data model.
    Thanks !
    null

    hello sohail
    1. question - i'm afraid this cannot be done ... bit in report 6 and newer you have posibility to divide your report in 3 parts (former header, body, trailor) and each part can have diferent page siz, orientation , ...
    2. question - best is give each column in your statements in one report diferent alias. when you have to chnge something, alias will remain same ...
    try this: select 1 as fist_column, 1 as second_column from dual
    hope this helsp

  • How can I print some pages from multipage report

    Hello,
    I have created a multipage report in word. I would like the user to be able to print the pages selected (as in word printing: pages: 1, 2-3); 
    I am using Office 2007 pro, the LabVIEW Report Gen Toolkit, LabVIEW 2009, and Windows XP.
    I used the suggestion in thread:
    http://forums.ni.com/t5/LabVIEW/How-can-you-print-a-single-page-of-a-multipage-report/m-p/155233 , modifying the print VI that comes shipped with LabVIEW: NI_ReportGenerationToolkit.lvlib:Word_Print.VI.
    first of all I put two integer constants on "From" and "To" in the Invoke node (PrintOut), but Labview return an error:
    Error 1015 occurred at NI_ReportGenerationToolkit.lvlib:Word_Print.vi -> NI_Word.lvclassrint Report.vi -> print2.vi
    Then I searched for PrintOut Method in word 2007 Reference guide, and I saw that for using From and To the Range field must have the string  wdPrintFromTo;
    I insert wdPrintFromTo string  in RANGE Field and tryed.... same error......
    After that I change approach; removed all constants and used the field Pages; I put a string "1-2" connected to this field and now the printer respond, but all pages was printed!
    What's wrong?
    many thanks
    Attachments:
    print2.vi ‏18 KB
    parte comune.doc ‏43 KB

    Thanks, Alex!
    ok, I try first approach in print4.vi, but Labview return an error (view jpg); if I cut From, To controls, the VI print all pages. The same things happen also if I trasform I32 in Variant.
    I don't try second approach, because at this time I have only one report
    I try also with VB macro: this is better (print3.vi) but.....if I use:
    Sub Print_Pages_From_To()
    ActiveDocument.ActiveWindow.PrintOut Range:=wdPrintFromTo, From:="2", To:="3"
    End Sub
    is ok; print the pages selected; if I use:
    Sub PrintPages()
    ActiveDocument.ActiveWindow.PrintOut  Pages:="2-3"  
    End Sub
    printer print all pages.
    what do you think?
    regards,
    Italo
    Attachments:
    print Problem.jpg ‏39 KB
    print4.vi ‏19 KB
    print3.vi ‏19 KB

  • How to avoid blank page in the report?

    adding a field in the grouping and checking the page break option means then we are getting blank page as the first page of the report? How to avoid this blank page?

    Usually blank pages appear as first page due to the presence of filler lines (//////) on top of report header.Please ensure that the top header is exactely started from top of page itself.

  • How to send html page in outlook wihtout gibberish

    i have html page that i tried to send in outlook with send web page by email
    the problem is it add the following thing before the html:
    ן»¿
    the questions are:
    from where does it come from? and how to fixed it so it does not show?

    thank you for the answer but saving it as ansi or unicode make things worse and in that encoding
    it is not possible to see the page
    the page is mainly photos some text and links
    is there any other
    possibility that cause this or it is only encoding of the page? 

  • How to send multiple pages to same browser

    I have a JSP that has a form that submits to a servlet to read a file and then return the value of the file in a bean back to the JSP. I want to be able to send "update" pages to the browser so the client knows the progress of the read. Is there any way I can do a sendRedirect() to the page with a value in the bean telling how much has been read and then keep sending updates every few seconds until the file is read? I know some people do this to show the status of a site search but it looks to me like they send the page with an instant refresh back to the servlet. This won't work for me since the servlet is in the middle of reading a file on another server so I don't want the servlet thread to end until the entire file is read. I have tried coding multiple sendRedirects in the read code but the only thing the browser displays is the last value before the servlet returns. If anybody has any ideas I would appreciate it.

    I would recommend not doing an upload monitor. There is, as far as I can tell, no easy way to do it and complicated ways will detract from the power you need to actually perform the process in question. A warning that they will need to wait a few seconds for the server to upload the file should be fine.

  • How to Get last page number in report 10g

    I want to get last page number in report but Current page number found from srw.get_page_num(n)
    but i want to get last page number for conditional formating like this
    srw.get_page_num(current_page)=last_page
    pls help me how can get last page number;
    pls help;
    thanks in advanced;

    Hi,
    you can use the Property Print Object On for this.
    Regards
    Rainer

  • How to show total pages in a report

    Hi Experts,
    I have to show the pages in the formart current page/ Total pages. I am not able to claculate the total pages. Please help me and give the code.
    Thanks a lot.
    Krishan

    The code below shows how to display the total number of pages in a report like "Page 1 of 8."  However, it doesn't work if you execute the program as a background jobs.
    CODE
    " Declare a variable
    DATA L_PAGE_COUNT(5) TYPE C.
    "  Copy this code to the end of program
    "  Page count will be printed on each page here
        WRITE SY-PAGNO TO L_PAGE_COUNT LEFT-JUSTIFIED.
        DO SY-PAGNO TIMES.
            READ LINE 1 OF PAGE SY-INDEX.
            REPLACE '-----' WITH L_PAGE_COUNT INTO SY-LISEL.
            MODIFY CURRENT LINE.
        ENDDO.
    TOP-OF-PAGE.
        WRITE: /(70) 'Heading' CENTERED, 70 SY-PAGNO,'of ', '-----'.
    Refer : http://www.sap-basis-abap.com/sapab007.htm

  • How to send HTML page via an email

    Hi..
    I wanna send HTML page with images via an email, it should not go as an attachment.
    Is there any Tool or Software available to send HTML Pages via email.
    i just wanna send my advertisement as a HTML page via email
    So plz. help me out

    Java Message Service (JMS) For more info u can visite http://java.sun.com/products/jms/tutorial/
    It is usefull only when u r using some Application servers like WebLogic, WebSpeher, or JBoss
    Bye

  • How to remove blank pages from WebI Report in view page layout option

    Hi,
             I am working in Business Objects XIR2 environment. I have a WebI report with several sections. I need to show the report as a book with 69 sections (each section on new page). there are 69 sections on cost center and each cost center section has almost 10 sections embedded in it. When i see in regular view - I only see 69 pages but when I try to see in "View Page Lay out" option, there is one blank page added after each results page.
    Please let me know how to remove this blank page. I need to give users the option to download the book as PDF on to their machine. Now, when I download to my machine, I see one blank page after each results page.
    Thanks in advance.

    Jus convert your report in Page Layout mode and see if your first pafe is getting expand in the second page.
    Now check if there are any cell going into second page.
    - if there are any blank cell which is there after table.
    you have to check formating very carefull.

  • How to remove Layout page when submitting reports in self service?

    Hi, when submitting a report or request thru self service, there are 7 steps or pages to go thru. We would like to hide some of these pages and we learned that this could be done thru the Web HTML Call tab when creating the function for the report (System Administrator->Application->Function). For example if you want to hide the Schedule page, just add &scheduleRegion=Hide in the Web HTML Call. We wanted to hide the Layout page and we added layoutRegion=Hide but it's still not hiding it. The other pages we could hide but for some reason the layout page won't. Anybody knows how to do this? Did we get the correct region name for the Layout page (i.e layoutRegion)?
    Thanks,
    Ronaldo

    Jus convert your report in Page Layout mode and see if your first pafe is getting expand in the second page.
    Now check if there are any cell going into second page.
    - if there are any blank cell which is there after table.
    you have to check formating very carefull.

  • How to send a picture to a report(rdlc) in a reportviewer?

    Hello everyone,
    I've troubles with sending a picture/image to my report.rdlc.
    My report works great with the rest.
    The code to send the data is what i have is example.:
    parameters(0) = New Microsoft.Reporting.WinForms.ReportParameter("ParameterName", Form1.rptlbl0.ToString)
    But how do i send a image what is saved to a report, this image changes every time whats saved.
    Can anybody help, ps sorry for my bad english i'm from holland.

    Parameters can only be text, you can't send binary data as a parameter. You have two primary options:
    -- Have your images stored externally, perhaps on a web server or on a local filesystem. Then pass in as a parameter which image you want to use, and set that as the value for an Image ReportItem in your report. The Image ReportItem will need to have its Source set to "External" and your ReportViewer's report object will need to have EnableExternalImages set to true.
    -- Embed all the images you want to use into the report itself. When the report is focused in VS, go to the Report menu, then select "Embedded Images..." In this dialog, embed all the images you need, and give them all names. Then much like above, set an Image ReportItem's value to the name of the image. Since the images are actually embedded in the report, your report will become larger.
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • How to make a page break in report

    Hi,
    I want a page break on the basis of the query. Is it possible to write SQL Plus Command like 'BREAK' in report? Is there any other way to make it? Is there any way using 'P_MAX_ROWS' attribute? I know in CSS2 there are some element 'page-break-before' and 'page-break-after' , but I do not understand how to implement those. Anybody can help me?
    Thanks
    Sumita

    Hi,
    You can do this in the display options tab of the report. You can break on maximum three columns. The sum which you specify in the column formatting section will be calculated for each break.
    Thanks,
    Sharmila

  • How to force a page break if report is only one page long

    Hi all.
    I've been asked to ensure an XMLP report is always 2 pages long, even if the data fits on one page. Does anyone know if it is possible with the Word Add-in to check if a report is only 1 page long and get it to force a page break for the extra page?
    Thanks for your time,
    Joy

    Hello Joy,
    We are working on a bi report that has duplex printing and facing the issue in skipping an extra page when printing multiple people at the same time.
    Please let us know did you already have a solution for this.
    Thanks in advance for your time and solution.
    Best Regards,
    Vinodh

  • How to Send the result of a report to a user through email.

    Hi,
    We have a report. It creates quotation. It automatically sends the report to the printer.
    in nace transction - for the particular quotation type - the output types are defined. The output types for printer, Fax, External Send and Edi is defined.For printer, the processing routine is zprogram.
    I want to send this report to the user through email. What i have to do? Whether i have to modify the zprogram or i have to define seperately output types for email also, without modifying the program?
    Pl try to give me replies as early as possible.
    Thanks
    Mallik.

    Hi,
    Check this link.
    function to send e-mail
    Reward points if useful.
    Cheers,
    Swamy Kunche

Maybe you are looking for

  • Dynamic LOV based on Current user

    How do i make a dynamic LOV based on the user id of the current user. Also how to insert values from a form into a database Can anyone please help me out. Thanks

  • Music speakers/Everything else headphones

    Is there a way, with one sound card (Fatal1ty series), to set-up your music to play on your speakers and everything else (ventrilo, in-game, etc.) to play on your headphone speakers?

  • Mac Performa 405 Won't Boot

    I have a Mac Performa 405 that won't boot. It's running Mac OS 7.6.1 with maxed out RAM & VRAM. I have installed a networking card with optional Motorola 68882 FPU in the LC PDS slot. It has a Revision B LC II logic board. I have already tried replac

  • WHy do I have 2 firefox apps popping up?

    I have one firefox icon on my dock, but if I click on a link in an emial, it opens another one...why? I'm not sure which one is getting the updates and is the one that should be there. How it figure this out, which to through in trash? Where are they

  • How can I find corresponding meta chain in RSPC

    Hello Gurus,            I have a local process chain, how can I find corresponding meta chain in RSPC? and also I have already created a process chain, How can I changed the name of this process chain? Many thanks,