Print range does not print the last page in the range.

Adobe Reader for New IPAD - The print range function does not print the last page in the range. For example, if you enter a print range of 2-18, pages 2-17 print and page 18 does not print.  Also, if you enter a print range of 9-9, page 8 prints and page 9 does not print.

I have the Epson 4540 printer. I don't know for sure if it connects via AirPrint.  I didn't do any thing to set up Air Print.  The printer is attached directly to my network router and it shows up IPad apps.  I have not printed docs from other apps, but I will give it try and let you know.
Christopher J. Bilcz
[email protected]

Similar Messages

  • How can I print a label on the last page of the report in the margin

    I would like to display a label on my report but has to appear only on the last page of the report in the margin area or as a footer. I have tried using the solution below that I came across in this forum. This solution only worked if I put the label as a report trailer and not in the margin of the main section of report. The problem of putting the label as a report trailer is that it will only appear at the end of the report on it's own page, i.e. on a new page. I would like the label to appear at the end of the report, on the last page which has the other report details and not to appear on a new page on its own. Could you please help? Thanks.
    1. Create a dummy query, like
    select 1 dummy
    from dual
    2. Create a package spec:
    PACKAGE pkg_globals IS
    totalPages number(3);
    END;
    2. Create a repeating frame and field for this dummy at the end of the report layout.
    3. Create a format trigger for this frame:
    function R_1FormatTrigger return boolean is
    begin
    SRW.GET_PAGE_NUM(pkg_globals.totalPages);
    return (FALSE);
    end;
    4. Create a format trigger for your margin field:
    function F_1FormatTrigger return boolean is
    pagenum number;
    begin
    srw.get_page_num(pagenum);
    if pagenum = pkg_globals.totalPages then
    return (TRUE);
    else
    return (false);
    end if;
    end;

    user8655468 wrote:
    I would like to display a label on my report but has to appear only on the last page of the report in the margin areaCreate a fixed frame at the bottom of margin area and inside the frame put your label.
    set the frame print object on: Last page
    Hope this works..

  • How to print a label in the last page of the report

    Hi, I have a report af bottom page I trid to put a label, the label is in the margin, but when I change the print condition send me a error, illegal print condition, how can I print this label only in the last page at the botton of the page
    Thanks

    Herbe,
    You can do this using format trigger
    Please see the building reports manual / Tutorial for details
    at http://otn.oracle.com/docs/products/reports/content.html
    Thanks
    The Oracle Reports team

  • How to print in the last page of the script..?

    Hi,
    I am working on a script. I have a header window and one main window. In the main window, I am printing the line items of the Invoice. Once the line items finish, I have to print the sub totals there. and also to print the company agreement details(around 10 lines of text) in the last page of the script.
    So, <b>how to print the agreement details in the last page of the script..?</b>
    Can anyone provide me a sample code to find the last page of the Script layout..?
    And regarding writing the agreement details, is it better to hard code the text or use the standard texts..? which one is better..?
    Regards,
    Paddu.

    HI,
      Just create a Standard text, if you are going to use this standard text in other layouts also... and use it otherwise you can hard code it as this its of only 10 lines.
    declare one more element in the  main window itselft and call it atlast it would print in the last page..
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
    ELEMENT = 'FOOTER'<b><- This element should contain the agreement details</b>
    FUNCTION = 'SET'
    TYPE = 'BODY'
    WINDOW = 'MAIN'
    EXCEPTIONS
    ELEMENT = 1.
    Thanks
    Mahesh

  • How to print based on the logic that it is the last page of the report

    HI
    I want to print something on the last page.For example,I have to print a image(signature) file on the last page.How can I have the logic that it is the last page or any counter or variable to find that it is the last page of the report??
    Thanks in advance.

    Is there an example of this posted somewhere that actually works?
    I have used this exact syntax in everyway, every location possible and it either locks my MSWORD window on preview or throws a Java error.
    I am using the most current BIP template builder v10.1.3.2.1
    Thanks,
    Scott
    Sample files below:
    <?start:body?><?for-each:G_TEST?>
    <?TEST1?> <?TEST2?>
    <?TEST3?>
    THIS SHOULD PRINT ON ALL PAGES
    <?start@last-page:body?> PRINT ONLY ON THE LAST PAGE<?end body?>
    <?end for-each?><?end body?>
    <?xml version="1.0" encoding="WINDOWS-1252"?>
    <TEST>
    <LIST_G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    <G_TEST>
    <TEST1>TEST Data Line Number One</TEST1>
    <TEST2>Test Data Line 2</TEST2>
    <TEST3>33 Test Data Line 3</TEST3>
    </G_TEST>
    </LIST_G_TEST>
    </TEST>

  • END-OF-PAGE not displayed in the last page of the classical report.

    Hi all..
    The END-OF-PAGE is not displayed in the last page of the classical report.
    SY-LINCT value is 30.
    Lines displayed in the report per page is 24.
    [3 for TOP-OF-PAGE and 3 for END-OF-PAGE]
    My Internal table has 6942 records.
    It comes 289 pages with 24 records in a page and 290 th page with 6 records.
    The END-OF-PAGE is not coming for the 290 th page.
    Please help.
    Thank You.
    Karthi M R.

    There are multiple links in SDN on this subject; Please search,
    end-of-page

  • Suppress a field in the page footer unless it's the last page of the group

    Hi,
    I have a report set up where one can pull invoice information.  There is a page footer used for every page which contains a field that I only want visible when it is the last page of the group.
    For example, one might pull several invoices, each invoice being its own group.  A field would be suppressed in the footer unless it is the last page of that particular invoice.
    Is this something that can be done in Crystal Reports XI?
    Thank you.

    Hi,
    Alright, it's a bit rusty but here's how you can do it:
    1) Create this formula and place it in the Report Header:
    whileprintingrecords;
    numbervar n1 := groupnumber;
    2) Create this formula and place it in the Group Footer:
    whileprintingrecords;
    numbervar n := groupnumber;
    3) Create this formula and place it on the Page Footer:
    whileprintingrecords;
    numbervar n;
    4) Right-click the above formula (Formula on the Page Footer) and select Format Field > Common tab > click the formula button beside 'Suppress' and use this formula:
    numbervar n1;
    numbervar x;
    if currentfieldvalue <> n1 then
      x := 1;
      true;
    else
      x := 0;
      true;
    5) Right-click the field that you wish to always suppress except on the last page and select Format Field > Common tab > click the formula button beside 'Suppress' and use this formula:
    numbervar x;
    if x = 1 then true;
    Let me know how this goes!
    -Abhilash

  • Displaying Footer on the Last Page of the report

    Hi Experts,
    We have a requirement to display footer on the last page of the report only.
    Could you please guide how to acheive this.
    Thanks in Advance,
    Cheers,
    Andy.

    Pls see this Blog.It may help you
    http://blogs.oracle.com/xmlpublisher/2007/03/30/
    Thx
    Rahul

  • HT203167 Hi, I recently bought a book (Jeffrey Toobin, The Oath), and the last page of the first two chapters, at least, are missing. Could you advise?

    Hi, I recently bought a book (Jeffrey Toobin, The Oath) through iBook on my iPhone, and the last page of the first two chapters, at least, are missing. Could you advise?

    Nothing no one here can do.  Call the place where you purchased the book from or contact the book author!

  • Captivate 8 print widget does not print in landscape; prints full resolution of project and not just the certificate?

    I am new to Captivate and am tasked with learning how to use Captivate 8.  I need to add a certificate of completion to the end of my project and have many questions for which I cannot find any answers! Please, if anyone can answer these:
    1) I do not want the certificate to be printed until the score of the quiz reaches a specific minimum - for example, you need a score of 80% or better to print a certificate.  How do I do this with the print widget?
    2) I want the certificate to print out without the slide background and without the project's resolution - in other words, I only want the certificate image (with added text box for name) to print, IN LANDSCAPE, without the user having to make all the adjustments on their end (choosing landscape over portrait with their printer).  How is this accomplised?
    3) I want a date entered on the certificate - how do I add this specific element? 
    Without a certificate widget and the use of Flash with this version, I am confused as to how exactly Captivate provides the ability to print certificates?  I do not know HTML5, and am spotty with Javascript.  Why would a feature such as certificates and the ability to print them be such a clandestine thing?  No tutorials, no clear advice on how exactly to achieve this widely popular feature of training material development.  Seems to me that it should be MUCH easier to accomplish, but I'm stumped at this point.

    The solution I found is this: 
    Don't use the print widget in Captivate 8. It simply does not work the way it should be able to work.  Unless you are capable of scripting in Actionscript 2.0 and have access to an older version of Captivate, there is no way to get around this bug. 
    The problem I discovered is that Captivate 8 will only allow you to use Actionscript 3.0 in Flash; you can open the widget in Flash, but you MUST open it through Captivate first if you intend to use it in Captivate.  So, once you open the widget for adjustments through Captivate, it automatically chooses AS 3.0 as the scripting language to use, no other choice is available.  IF you have Captivate 7 or lower, however, it allows you to script in AS 2.0.  I do not, so I cannot assist you in scripting the widget.
    What I ended up doing was, I made my own certifcate in Photoshop, saved it as a .PNG, and added it to the last page. Using the internal coding of Captivate I told the program to only go to that slide upon success of the quiz. 
    To Print:  go to Window > Skin Editor.  On the left are check boxes for playbar choices - check off 'Show Playback Control,' and then choose your theme. From the dropdown, choose "print."  If you don't want anything else on the playbar, then check those items off; Choose where you want the playbar to show (I chose bottom and bottom center). See below:
    You can see the icons on the bottom, in the center.  The icon to the left is the Print button.  This works well, though you may have to make print choices from your local print dialog.  I have to tell it to print landscape, for instance, otherwise it prints portait and too small.  But this does work, and it solves the issue of non-working print widgets.

  • I can't print from firefox. The paper feeds throught the printer but does not print. The same web pages will print when I use internet explorer. And the printer works fine with word, excell etc, just not with firefox.

    Whenever I try to print any page opened in firefox it will not print. The paper feeds through the computer, but does not pring.

    See this: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages

  • HP Officejet 4500, problem with printer. Does not print and no files to be printed in the que

    Hp all in one printer  I send documents to be printer, but nothing will appear in the "see whats printung menu. This usually happens when I try to print from incoming documents/menus. Most print jobs from Word when from my own computer will print, but not from outside sources. Help

    Hello,
    Are you trying to print those external documents also from Word or different application. If different application, please ensure before clicking the print command correct printer icon is selected.
    I work for HP but my posts and replies are my own.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

  • New macbook pro connects to HP psc printer but does not print

    Hi,
    I have just got the new macbook pro model A5102 and i have followed the instructions on the HP website to install my HP psc 1317 all- in-one printer. I am using a USB connection, and I have followed the instructions, turning on printer, connecting via usb, checking for software updates. The printer queue is automatically made, and i go to printer and scanners and it is there in the list. I then go to print and nothing appears in the queue. I disconnect the printer and it goes offline so the connection via usb is working, its just not printing. I have also restarted the laptop and I have deleted and re-installed printer several times. I don't know if I am missing something out, so can somebody please help. Ive been to the HP website as I assumed I needed to download a driver but it does not give me the option.
    Thanks,
    Meera

    Hey ! I have the same problem with my HP PSC series, it finds my printer, I can print the stuff and my printer progress even says "Printing page ....", but just nothing comes out of my printer ...
    My parents and sister all have an own laptop which is WIndows and they can all print with that USB cable.
    I

  • HP Photosmart Plus e-All-in-One Printer B210e Does Not Print Through Wireless

    I am using Mac OS X 10.7.3 on a wireless connection. I went to print, HP Utility gave me the following error message:
    The printer may not exist or is unavailable at this time
    It was not being used by anything else at the time. Then 2-3 minutes after I got that first error message HP Utility gave me another error message:
    The printer is not responding
    Then on the printer touch screen display I touched the wireless icon, chose Run Wireless Network Test, and got an error message:
    Load paper into Main Tray.
    The tray had plain white paper (10-15 sheets) in a nice neat stack as far back as it would go. I took the stack just to be sure it was still in a neat stack and put it in as far as it would go and pressed OK on the touch screen display and I still got the same message. Then I decide to turn the printer off using the power button, waited about a minute, and then pressed the power button to turn it on. When I did I got another error message:
    Improper Shutdown
    To avoid damage, use On button to shut down. Do not unplug the power cord or turn off the power outlet to shut down the device.
    How is that an improper shutdown when I did use the power button to turn it off.  Why is it telling me that I need to use the power button to turn it off then back on when I did use the power button to do that.  What is the issue and how do I fix it.  I did not have this issue with Mac OS X 10.7.2, but I do now agter the 10.7.3 update.  As of right now the only way I can print from Mac OS X is using a USB connection.  I can print through a wireless connection using my Windows 7 partition on the same MacBook.  I am starting to think that this printer is not Mac OS X 10.7 Lion compatible.
    I have a Time Capsule (3rd Generation) with the current firmware for it and the current the current AirPort Utility for Mac OS X installed.

    SthrnDixieCowgirl wrote:
    I don't know how to remove and add printers unless I had to format my hard drive for a completely different reason and reinstalled the printer that way.
    To remove the printer, open System Preferences > Print & Scan. You will see the HP in the Printers list. Click on it once to select it and then press the minus button under the Printers list to remove it.
    With this done, click the plus button under the Printers list to add the printer. With the Add Printer window open and the Default view selected, the HP should appear in this view. Select it and the Print Using menu should change to the supporting printer driver. When this happens, click the Add button to complete the creation of the printer queue.
    SthrnDixieCowgirl wrote:
    I have heard other people have issues with 10.7.3 for other reasons and I should have waited until 10.7.4 came out before updating and I didn't and now there is nothing I can do to go back to 10.7.2
    You cannot believe everything you read. For every person that had a problem after installing the .3 update, a hundred more had no problem.
    But if you wanted to go back to 10.7.2, then you can use Time Machine to do this. If you are not using Time Machine then you need to start doing so. At least the update only stopped you from network printing. What if it had stopped you from using the Mac?

  • Lexmark printer x1150 does not print

    Hi, i recently got a new macbook. When i try to print the computer recognizes the printer as a lexmark x1100 (my printer is a lexmark x1150), however if i press print, the computer tells me that the printer is not responding. I downloaded the driver and it still does not work. The funny part is that when i did a test-print to calibrate my cartriges, the printer actually worked, but when is a picture or a word documents it does not work. when i scan it also works, so th only problem is when i print.
    Thanks

    The Lexmark driver for that printer is not a universal binary. In order to install it you must force the Printer Setup Utility to open in Rosetta. Select the PSU icon then press COMMAND-I to open the Get Info window. You will see a checkbox labeled "Open in Rosetta." Check the box and close the window. Now run PSU and you should be able to install the driver properly.
    As a precaution I suggest that before the above you open PSU and reset the printing system to clear the caches and remove any improperly installed driver.

Maybe you are looking for