Auto print copy number

Using Adobe 8 Professional
I have a 40 page document in which I will need to print 300 (+/-) copies of.  I want to print an incremental 3 digit "form" number on the first page of each copy so that my first set prints "100", the second set "101", etc.  It would be ideal if the form number could repeat once it gets to number 104, but I would settle for running numbers.
Is there a way to do this and if so, how?

You will need to add a form field to the first page. You can then use JavaScript to create a controlled loop action to add 1 to the value of the form field and print print that copy, and then repeat that loop until 300 copies are printed.
Assuming you have a field named "Copy_Number" on page 1 of the PDF.
// print 300 copies:
for(i = 0; i < 300; i++) {
this.getField("Copy_Number").value = i + 1; // add copy number to PDF
this.print(); // print the PDF
} // end loop

Similar Messages

  • Print Copy Number

    Hi all
    When I print more than 1 copy of particular report, I want to print Copy Number(1st copy ,2nd copy etc...) for report first page. Please expalin how to do it
    Thanking You

    Hi
    Have you tried with SRW package. look at it. it supports some printer options too.
    Thankyou
    Sasi

  • SAPscript - print copy number

    Hi All,
    I have to print 2 copies of a SAPscript. One is an internal copy and one is a customer copy.
    I would like to print 'Customer Copy' on the 2nd copy. But I cannot seem to find any SAPscript system variable that keeps track of the copy count... I know that Smartforms uses a COPYCOUNT variable but I am using SAPscript here.
    Any ideas? Has anyone done this before?
    Thanks,
    N.

    Hi,
    Fill the structure ITCPO... with TDCOPIES = 2 and pass it to the OPEN_FORM FM
    Now while printing the form... in your print program
    declare a variable to hold the string value "Customer copy'
    do tdcopies times
      case sy-index.
      when 1.
         var = 'ORIGINAL'.
      when 2.
        var = 'CUSTOMER COPY'.
      when others.
      endcase.
    call your text element where you are displaying the var value
    enddo.
    regards
    padma

  • HP Laserjet P4014dn won't auto print from tray 1

    HP Laserjet P4014dn stopped auto printing from tray 1. Can't manually print from there either. Now it always pulls from tray 2 (bottom tray) even if paper is loaded in tray 1. Auto print is selected in software setting. SN [Personal Information Removed] CB512A. Help!

    There may be a couple of reasons why the printer will not auto print from Tray 1.
    The following references the User Guide for the printer which you can obtain from here:
    http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c01295101/c01295101.pdf
    Page 18 of the User Guide has the section "Paper Handling Menu".
    This section defines the menu items that can be used to set Size and Type for Tray 1.
    Page 85 of the User Guide has the start of the Configure Trays Section.
    In this section there are two notes.  If Tray 1 is set to ANY SIZE and ANY TYPE, the printer will pull from that tray whenever media is loaded in that Tray.  If Tray 1 is set to a specific size, it will act like a Cassette.  This means that it will follow the paper handling model of Trays 2, 3, etc..
    Example:  Tray 1 is set to Letter, Tray 2 is set to Letter.  When a job is sent from the PC requesting Letter and the Sources is Auto, the printer FW will look for the highest number tray that has letter installed and pull from that tray.  Thus, Tray 2 will always be used unless Tray 2 doesn't have paper.
    Page 86 has the section "Configure a tray by using the Paper Handling menu".
    Follow the steps in this section to validate that Tray 1 is set to ANY SIZE and ANY TYPE.  If not set to ANY SIZE, ANY TYPE then change the setting to be ANY SIZE and ANY TYPE.  You may have to scroll through the list of sizes and types to find what you are looking for.
    Once possibility is that the printer is not detecting that paper is loaded in Tray 1.  One method to verify this is to remove all paper from Tray 2 and lower trays if there are more than just Tray 2 installed. This will force the printer to pull paper from Tray 1 if paper is present.  If paper is present and the Tray 1 menu items are set to ANY SIZE and ANY TYPE and the printer prompts for you to load Tray 1 with paper, it is possible that the printer is not detecting that paper is in the tray.
    In this case, I would recommend you contact HP Support as the media presence sensor may no longer be working properly.
    Kazman
    I am an HP Employee
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

  • Auto Printing A PDF Using v7 Onwards

    I have upgraded to version 10 of Acrobat and I am now having an issue with auto printing a PDF.
    My objective is to load a PDF within a new browser window and for it to print to the default printer without need for the user to do anything. The user will press a button which will activate a perl program with javascript.
    When I was using Acrobat 6 the PDF would print automatically but now it shows an alert stating "This document is trying to print.Do you want to allow this?". Selecting "Yes" prints it to the default printer on the machine.
    The code I currently use which worked in Acrobat v6 (7 onwards it does not work) is,  prInit('this.print({bUI: false, bSilent: true, bShrinkToFit: true});');
    Any help with this is appreciated.
    Steve

    Adobe has found others are silently or without permission  saving forms or print forms to somewhere other than the user's system.
    New security restrictions have been added. See the Acrobat JS API Reference for information about creating a trusted function that is placed in an Acrobat application folder of each user needing to save or print a copy of the open PDF.
    JavaScript for Acrobat

  • HP C4200 All-in-One Series Printer/Copier/Scanner

    My All-in-One 4200 HP Printer, Copier, Fax machine continues to waste paper and prints alignment pages almost every time I print a document.
    I believe you would agree that this feature needs to be turned off and is very annoying.  Other than constantly pressing cancel, please tell me what I can do to stop this from happening?
    Thank you
    Dale Kozek

    Hi blanche2,
    I understand you are inquiring if you have the proper software CD for your printer. Yes you do. A printer much like a car has a series that contains a base model and a few others. By adding different features and options to the base model it will create a different model number under that original series. The base driver will be the same for all the printers, but each model will have certain extras. Also different store chains will be assigned a different model number in that series depending on the promotions that are offered at that particular chain.
    I hope this helps, let me know.
    Thank you,
    I worked on behalf of HP.

  • Txn FF67 (Process manual bank statement) auto printing

    Hi SAP,
    Why after i post individual statement in Txn FF67, the system produce report (auto printing). Is there any way to stop the printing eg: in config or any settings? Because it waste our paper. We don't need that report. I did check in maintain user profile Txn SU3 but the box button print immediately is already unchecked.
    I will give points for those who help me solve this problem.
    TQ
    Regards,
    Nazrul

    Hi,
    Please refer SAP Note No.549119, it gives where all the possibilities of auto printing.
    I am just copied the relevant text for you.
    [4] Question: How do I activate the immediate print?
    Response:
    There are three places where you can set the immediate print indicator:
    in the fixed values of the user
    in the report variants of the print programs
    by planning a batch job
    If at least one of the three flags is set, the immediate print is activated.
    Can you please check and let me know.
    Regards,
    Ravi

  • Problem in printing copy count in the smartform printout

    Hi,
    I have created a smartform with a single page. I will be printing this form n number of times. For this i have used "TDCOPIES" option while calling the function module generated. Let me say that i am printing it twice. My problem is while printing at the end of the page I need to print "Copy 1 of 2" in the first printout and in the second print out "Copy 2 of 2".
    Currently, I am using SFSY-COPYCOUNT, but it still prints "Copy 1 of 2", "Copy 1 of 2", "Copy 1 of 2"... The value of SFSY-COPYCOUNT is always coming as 1. Can anyone help me out in this case.
    Thanks,
    Prem

    hi
    u ahve to use the COPY window to PRINT like this.. in the Normat even if you use the SFSY-COPYCOUNT it won't work.
    wht u ahve to do is crete a WINDOW (Type COPIES WINODOW) then insert the same as u did... or <b>just change teh Window type to COPIES window</b> it will be fine.
    Please Close this thread.. when u r problem is solved. Reward all Helpful answers
    Regards
    Naresh Reddy K

  • Current copy number in scripts

    Hi  ALL,
    I have a problem in scripts. i want to print the no of copies for scripts,for copies suppose i want 3 copies then it should come like 1/3,2/3,3/3.in this i got the total no of copies from nast-anzal .i gave as &nast-anzal&.i got like copy  /3,but the current copy number i dint get,
    soo plzz kindly give me the answer.
    thanks in advance,
    Anil.

    Hi Anil,
    You can write a logic like,
    take a counter,
    while counter <= &page&
    Print the script.
    counter = counter + 1.
    endwhile.
    Hope the above pseudo code will help you.
    Rgds,
    Sripal

  • Copy Number

    Hi experts,
    In Sap 8.8 with Crystal Report, when printing a Invoice document I want to write diferent texts depending on the
    printed copy.
    Ex I want to write 3 copies of an Invoice.
    In copy number 1 I want do write "Original", in copy number 2 I want to write "Duplicate" and in copy
    number 3 I want to write "Other"
    The only way I now is coping the invoice layout 3 times and change the text that I want to write in each one.
    This is not a good solution because if I have to change something I have to change in the three layouts.
    Is there any function "COPY NUMBER" ? Or how can I work around this situation?
    Best regards,
    Augusto Silva

    Hi Augusto........
    In SAP 8.8 there is a provision called sequence printing in PLD layout.
    Create three replica of PLDs and on each one give the respective text as Original in one and duplicate in two and buyer in third like that and assign the sequence so the moment user give print command all the three copies will come out....
    try this solution once.......
    Regards,
    Rahul

  • Adobe Reader X cannot respond to printer properties number of copies issue

    Hi to all!
    I have an issue using Adobe Reader X 10.0.1, 10.1.0, 10.1.2, when select File > Print > Page Handling: Copies = 1, click Printer Properties > Page Setup, specify eg. Copies : 5, it print 1 copy only instead of 5 on Windows platform.
    Happen to a number of printers, eg. HP, Epson, Xerox, Canon, Brother printer, etc.
    For some reason, Adobe Reader X cannot respond to the No. of copies specified in the printer properties.
    Anyone have any solutions or workarounds to solve this issue besides specifying Adobe Reader X : File>Print>Page Handling: 5 copies?
    Is there any website, forum, supporting documents, with regards to above scenario?
    Please kindly advice, thank you in advance!

    Hi LoriAUC,
    Sorry for the late response!
    The users had a habit of going into the printer properties to specify other printer options eg. 2-sided printing, manual feed printing, heavy paper, etc... besides the number of copies inside the printer properties as well. Therefore, they prefer to do all the various changes in the printer properties instead of changing it at the Adobe Reader dialog.
    The same method were applied by all the users in Adobe Reader 9.4.7 and there were perfectly no issue at all! All the network printers (23 different brands and models in the network) responded to the printer properties "number of copies" accordingly.
    It seems that Adobe Reader X dialog Page Handling: No of copies, cannot synchronise and recognise the "No of copies" specified in the printer properties. This symptom was tested and found to be the same behaviour for different printer manufacturers. Wonder if there is a bug with Adobe Reader X as this issue did not occur for Adobe Reader 8 and 9 versions. The users were using Reader 8 and 9 versions before and there were no complaints until it was eventually all upgraded to Reader X, starting from 10.0.1, 10.1.0 and now 10.1.2.
    What do you think could be the cause?

  • How can I make printed copy of photo CD

    I have a folder of images that I will burn to CD. How can I make a printed copy of those images with text to file with the CD?
    imac g5   Mac OS X (10.3.9)  

    You can print a contact sheet with titles in iPhoto 6. I searched the iPhoto 5 forum and found a workaround from Ken.
    " Instead of Print, Contact Sheet use Share, Export, Web Page. .The "contact sheet" will be the thumbnails so be sure to select the Show title and Show comment boxes. Create a webpage, open it in your browser and print from there."
    And more detailed directions from Elizabeth Kley:
    "Creating Contact Sheet with Titles
    1 - Put the files you want to print in an album and arrange in the order you'd like.
    2 - Go to the File->Export->Web Page menu option.
    3 - While in the Web page window, select the number of thumbnails you'd like across each page (iPhoto will keep you informed on how many pages it will take).
    4 - Click on Show Title under thumbnails and click on Export. Then select the location where you'd like the resulting files to be saved (create a temporary folder to contain them).
    5 - Once saved, go the folder and open the index.html file with your browser. You will get a page with your thumbnails and titles beneath them.
    6 - Print that browser page and you've got your contact sheet with file names (or comments if desired). "
    Is this what you had in mind?

  • How to print TIN Number of Customr on A/R Invoice

    Hi..
    I need to print TIN number of the customer on A/R Invoice. pls  tell me in which table i need to search it and get it printed on invoice.
    Reema

    Hi Reema,
    Just add a database field
    Table - CRD7
    Column - Taxid11
    If the above is not working then try by using the below FMS
    Create UDF(TIN No.) and assign the below FMS Query.
    SELECT  T0.[TaxId11] FROM CRD7 T0  INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    WHERE T1.[CardCode] =$[OINV.Cardcode]
    OR
    SELECT  Max(T0.[TaxId11]) FROM CRD7 T0  INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode
    WHERE T1.[CardCode] =$[OINV.Cardcode]
    Assign this FMS Query in UDF(TIN No.)
    Auto Refresh of Card Code and Check the Display Saved Values
    Regards,
    Bala
    Edited by: Balakumar Viswanathan on Jan 3, 2011 1:31 PM

  • Turn off NBC news auto print

    Hi, my daughter somehow turned on the auto print function so that it prints up news from NBC every day.  I went to the HP Web Services icon & selected to turn Apps Off.  When I went to the Apps icon, it says that the Web Service is currently disabled.  Even after doing all of that, the printer still printed up a copy of the NBC news. 
    Any idea how to turn this off? This is a ridiculous waste of paper.  
    Thanks,
    Karl

    Hi BubbaK76,
    This is how you can add / remove apps on your printer.
    How to remove and add apps on a printer.
    Login to HP Connected.
    Navigate to Devices Tab.
    Click on Add a Printer.
    Enter the claim code of the printer and then navigate to the tab services.
    If you  have already claimed the printer on hpconnected navigate to services.
    Under Services Printables in the tab which displays all the apps which the printer supports.
    You will now see the above page with My Printables on <Your Printer Name>
    Click on any of the app you want to add to your printer.
    You will see this page with Add to My Printables.
    Click on this button and there you go Your app will be available on the Printers Touch Panel.
    For removing an app just select on any app which is already available on your printer and then select remove from the printer.
    Similarly you can schedule and unschedule the app print as well.
    NOTE: if you are not using HP Connected let me know ill provide the steps for ePrintcenter.
    Kind Regards,
    Oliver
    "Although I work for HP, I'm speaking for myself and not on behalf of HP"--Please mark the post that solves your problem as "Accepted Solution"
    "Say "Thanks" by clicking the Kudos Star in the post that helped you.

  • Print/Copy Options in Dreamweaver 8

    I am a new user in Dreamweaver 8 and I want to print the Design content. I see that the only option available in Dreamweaver 8 is the Print code.
    Also when you copy paste the design content in word, it pastes as text and does not paste as the design content.
    Our website content is just simple tables for ISO.
    Can anyone please share a way to print/copy the design content?
    Thanks

    DW is web authoring software for the creation of X/HTML/, PHP/JavaScript & CSS code.
    MS Word is primarily a word processor/desktop publishing application with related print options. 
    Photoshop & Illustrator are graphics applications with many other print options.
    I think what you want is a screenshot of your web page.  Download the Screengrab Add-On for Firefox.
    https://addons.mozilla.org/en-US/firefox/addon/screengrab/
    Within Firefox, you can create a PNG or JPG snapshot of your entire web page or just selected portions of it.
    Then open the image in your favorite graphics software to crop, resize, and print.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • How i get my data back written on notes in n73

    hello,i have lost my data written on "notes "of my n73,bcoz i restored my phone from memory card but the data was lost.could i rollback my phone memory or how i can get my files back.......plz HElp me .........thnx Moderator's note: Information of pe

  • Safari no longer works after the 10.5.3 Update.

    I'm apparently having the same problem with Safari that I've noticed many other people on here are having. When I try to open Safari after having installed the 10.5.3 Update it goes straight to "Application Not Responding" and I have to force it to q

  • New Firmware for Zen. Where is

    I remember during Christmas Break, when I first got my Zen (8gig, now upgraded to 6), I saw new firmware updates every week. Its been nearly 4 months without a firmware update. I liked the new features they kept adding, but stopping suddenly at only

  • Form-Based Security

    I cannot seem to get container-managed security to work with Java Studio Creator. I have a standard jsp page as the logon form, submitting to j_security_check. Authentication works correctly, but then, when the protected page is rendered, I keep gett

  • Skype suggestions...please help me to come in touc...

    goodmorning....firstly i would like to thank you for your time.....i just have some suggestions on skype...some additional applications and i would like to ask you if you are responsible for something like that. otherwise i would be gratefull if you