How to print pages with specific content

I have a PDF fie of about 500 pages which contains the pay slip of staff of the entire establishment. I wish to print only the pages that are for the staff in my department who are 70 in number. Each page contains a staff ID number at the top. I have the staff number of the 70 staff in my department in a text file. Is there any way I can make Adobe Acrobat Reader print out only pages that have the staff ID I stored in the text document?

O.K. I also noticed that each page contains the name of the department a staff belongs to. Without using the custom-made script you mentioned, could I use either Acrobat or Reader to print only pages that contain my department's name?

Similar Messages

  • How to copy a page( webpart page) with its content using client side.

    How to copy a page(in my case  webpart page) with its content(it may contain webparts) using client code (i mean using SPservices or ECMA script).
    What i am planning is ,to give end user a page where it will contain text box to specify  name of page and a button with the help of  content editor webpart.
    where on click of button we need to write client side code such that it should create a new page from a existing page in a library with given name by user.
    Any suggestion would be helpful. For your information we can do it through UI with the help Site Actions / Manage Content and Structure.But i want to automate it using client side code.Server side code is restricted.
    or can we create a template of an existing page with content without the help of sharepoint designer.
    Thanks in advance
    with regards Ravichandra

    This is good example
    http://balajiindia.wordpress.com/2011/05/27/using-jquery-with-custom-web-services-in-sharepoint/
    Create web service
    http://balajiindia.wordpress.com/2011/05/27/using-jquery-with-custom-web-services-in-sharepoint/. Create method "Create Page" http://www.learningsharepoint.com/2010/09/17/create-publishing-pages-sharepoint-2010-programmatically/
    Build your Java Script. You can use Content Editor Web Part if you want to avoid custom web part development http://www.codeproject.com/Articles/544538/JQuery-with-SharePoint
    Oleg

  • Firefox is stumbling when pages with PDF content come up. how can i get my old version3.5.6 back?

    Question
    firefox is stumbling when pages with PDF content come up. how can i get my old version3.5.6 back?

    Thanks for your response Cor el, I'll try that the next time it happens, it's completely random. One moment it functions normally then suddenly it changes its mind.
    Restarting my pc usually brings it back to normal until next time.
    One thing I've noticed, but not 100% sure there's a connection here.....I edit my websites online and log into cpanel which opens new pages in separate tabs, as it should do. It seems that this problem occurs when I'm logged into cpanel...if i'm logged in then open a new tab for regular browsing of other sites then all links on those sites also open in new tabs.
    Ican't say for sure if it's always only happened when logged into cpanel, but certainly on the last 3 occasions.
    At the moment it's behaving normally so much I can do to check your suggestions, but will try them the next time it occurs.
    One other thing I forgot to mention too....since i've had the new firefox, I've noticed that when I log into yahoo and post comments, I often find myself having to log on for each new post. Everything was fine with old firefox and there have been no other changes to my pc .

  • Hyperion Anaylzer - how to Print report with information in pages?

    Hi,<BR><BR>I use Hyperion Analyzer Version: 6.1.1.00206 (from Help | About menu).<BR><BR>I created report with pages (on Navigate button selected the Pages). In pages are months (January, February, March, etc).<BR><BR>Now I would like to print current report. So I did:<BR>1. click on arrow beside Print button<BR>2. Print Current Report windows is displayed. I selected default options and press OK button.<BR><BR>Report is printed, but there is no page information printed out. So on paper there is report without months (January, February, March, etc).<BR><BR>How to print report with information in pages?<BR><BR>Thanks,<BR>Grofaty

    Jia Shun,
    I had the same issue for printing A/R Invoices - I created a Crystal Report based on a SQL View, works fine with A/R Invoice document, but the Draft Invoice printing has 3 pages: 1st page blank, 2nd page with watermark "DRAFT", 3rd page my Crystal Report layout without any data. When printing normally it is only 1 page.
    Here is what I did as a work around:
    Create two SQL Views, one select from OINV (joining INV1 and other tables needed), the other select from ODRF (joining DRF1 and other tables needed), for the draft printing.
    Create two identicle Crystal Reports, only difference are: datasource location (from different views), the "draft" crystal report has a watermark section.
    Go to Administration>System Initialization>Print Preferences and uncheck "Print draft watermark..."
    Import both crystal reports. Invoice can be printed normally. But the Draft Invoice has more steps: Open Draft document report, change settings so it shows the DocEntry in the Draft Table. Select and open the desired document, hit Print Preview, and enter the DocEntry, it displays the layout with data and "DRAFT" watermark.
    This is a workaround. I don't like it because it is not scalable - too much workload if you want to print 100 invoices.
    Hopefully someone will provide a better solution.
    regards,
    G

  • How to print page numbers in adobe form

    Hi,
    Can anybody tell me how to print page numbers in adobe form.
    Thanks in advance
    Chaitanya

    Hi,
    Yes the field page n of m is used normally for printing page numbers. But it won't display the current page of total pages by itself. You have to set the run time property to n (current page ) and m (Total number of pages). Carefully select the # (current page ) and ## (Total number of pages). Hope this works for you.
    My requirement is to have the user control on current page. For Example:
    Example for a Invoice with 5 PO items (stands on 2 pages) :
    1st  page is the letter : no page number
    2nd page is the 1st page of the 1st copy of the invoice : we should read u201C1 / 2u201D
    3rd page is the 2nd page of the 1st copy of the invoice : we should read u201C2 / 2u201D
    4th page is the 1st page of the 2nd copy of the invoice : we should read u201C1 / 2u201D
    5th page is the 2nd page of the 2nd copy of the invoice : we should read u201C2 / 2u201D
    Presently i cam getting the current page number for page 4th as 3 / 2 and for 5th page 4 / 2. I could able to control the total number of pages from print program. But when i am printing the second copy (4th and 5th pages), I couldn't able to control the current page number. I need to initialize the Current page count (4th page ) as 1.
    I have used the follwing java scripting:
    this.rawValue = wv_pages - xfa.layout.page(this)
    where wv_pages is total no of pages calculated from print program.
    Please help me in this regard with some formcal or java scripting conditions.
    Thank You,
    Regards,
    Naresh.

  • How to print page no/total pges in report programing?

    how to print page no/total pges in report programing?

    Hi
    This is an example:
    In TOP-OF-PAGE you can write:
    WRITE: SY-PAGNO, '/', '-----'.
    When the program has finished to print all data, run a routine like this:
    Declare a variable
    DATA: L_PAGE_COUNT(5) TYPE C,
          V_LINE TYPE I. "The line where page number is written
    * In my example I suppose the page number is always
    * written in the first row of the page.
    V_LINE = 1.
    *  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 V_LINE OF PAGE sy-index.
        REPLACE '-----' WITH l_page_count INTO sy-lisel.
        MODIFY CURRENT LINE.
        ADD 1 TO sy-index.
      ENDDO.
    Max

  • The report displays more than 3000 pages with same content.

    Respected Sir
    I have a report with form letter layout.
    The report contains only one page,but while running the paper layout ,the report displays more than 3000 pages with same content.
    please anyone give a solution to this problem

    I think there is no bad joining. b'se when the querry is executed in sql, it is working properly(means returns only one record) . This problem is not for a particular report. Any report using the "form layout", the same problem occurs.
    Why this problem occurs. How can we solve it.
    Bye

  • How to share Pages with other user accounts

    How to share "Pages"with other user accounts

    When you install it, do it for "Everyone" or in the Admin account.
    Peter

  • How to display string with XML content in 4.6?

    Hi,
    I`d like to know how to display string with XML content in it for 4.6.
    4.6 has not method parse_string.
    And example like this is not helpful:
      DATA: lo_mxml    TYPE REF TO cl_xml_document.
      CREATE OBJECT lo_mxml.
      CALL METHOD lo_mxml->parse_string
        EXPORTING
          stream = gv_xml_string.
      CALL METHOD lo_mxml->display.
    Thank you.

    Hi,
    May be you can use fm SAP_CONVERT_TO_XML_FORMAT. But it have some issues with memory usage, the program consumed tons of memory during convert.

  • Problems to print contacts with specific fields under Maverick.

    I am unable to print contacts with specific, selected fields like `firm´ or `position´under Mavericks. The selected fields will not show up in the printing preview and not be printed at all. Any ideas?

    Thanks, John! It seems you guessed correct, partly at least. I turned some of the problamatic fields off and on again an these are showing up now and I can print them. Great!
    However, I can see the field "firma" (German = company in English) in the previewed sample card but not in the pull down menu "Add Field". That means, I am unable to turn it off/on. The intersting thing: The field is visible and selectable even in the printer dialog were you can select the fields you would like to print but it remains unprintable.
    Again, many thanks, John! 

  • [FP 11.4 & FF 14.0.1] Firefox hang on every page with flash-content

    Hi at all
    I have a problem with the new Flash Player, let me explain it:
    We have a windows-domain with software distribution via GPO.
    Since update to 11.4 via the msi package (11.3 was previously installed) we have in the meanwhile 3 PCs (all Win7 x32 with FF 14.0.1 and Flash 11.4) with this problem:
    - While loading a page with Flash content, the Firefox simply freezes and have to be killed together with plugin-container in order to work again.
    If this happens, ff and plugin-container have 0% cpu-usage. It freezes and does nothing...
    If I remove Flash: Web-pages are working, but without flash.
    What I've tried:
    reinstall using flash-uninstaller
    Using "normal" end-user web-installer
    Uninstall via Uninstaller and tried 11.3 again
    reinstall Firefox, both 14 and 13
    Nothing helped to bring Flash-support back.
    This happens only on FF, Internet Explorer is working fine...
    Can someone give me a hint?

    Chris Campbell wrote:
    The key here will be to determine what is different between the machines that work and those that hang.  Of all the systems that fail, they are all Windows 7 32bit?
    Yep, this issue only happens on Windows 7 32-bit machines, currently 6.
    Do you have any 32bit systems that don't fail?
    Yep, the most Windows 7 32-bit machines wont fail.
    What about hardware, are there similarities here?  Attached devices/drivers?  Software that is running at the time?
    These machines are all from DELL. They all have normal hardware, nothing special. Other machines from same type does not affected. Software: All have standard software distributed via Software-distribution (GPO). Only some PCs have special software, but it is not running. No special drives, too.
    Maybe try booting Windows in safe mode to see if it still hangs?
    Good idea, indeed - I will try this.
    We're definitely interested in what's going on.  I'll ask our security and Mozilla folks to see if they have additional clues.
    Thanks!
    EDIT:
    Safe mode: Flash is working! (without disabled Protected Mode!)
    I've set msconfig now to: Custom system start and deselected the boxes to load systemservices and system start elements.
    So, now windows does a non-safe mode boot but no service or element was loaded except the drivers (right?). Flash is not working with this config!
    So, whats the difference between safe mode and normal boot with minimal configuration (see attached picture).
    Only drivers will be loaded, right? If so, I can exclude the network and graphics driver as source: graphics driver are updated right now and network was working in safe-mode.
    Any new ideas?
    Informations about safe-mode

  • After a network interrupti​on, my photosmart 7510 prints pages with a "d" on them.

    After a network interruption, my Photosmart 7510 prints pages with a "d" on them. I have Windows 7. There is no error message on my computer. When I check "See What's Printing," nothing is shown.

    Hi rosegirlmom,
    Does this only happen when the router is reset?
    Why is the router getting reset?
    Have you tired using a different router to see if this stops the issue?
     Restore Network Defaults:
    On the printer control panel, touch the Wireless icon ( ).
    Touch Settings .
    Touch and then slide your finger up on the display to scroll to Restore Network Defaults .
    Touch Restore Network Defaults .
    Touch Yes to confirm your selection.
    Restart the printer, and then connect it back to your network.
    You may need to run the Update IP address icon located in the HP folder in All Programs to update the computers with the new IP address assigned to the printer.
    Let me know what happens?
    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"

  • How can scan directly with webcenter content

    how can directly scan with webcenter content without other software for scanner
    tnx

    Hi,
    If you are referring to not using ODC/ODDC kind of software which has drivers to connect to Webcenter Content then following is what I can think of:
    1. Have your scanner drop the scanned images to a shared folder
    2. Have a standalone Java program to checkin the scanned images to Webcenter Content using RIDC API calls
    3. Access what set of metadata you want to set on the content, advice you set most of the general metadata on the folder so the content inherits them
    4. If the metadata is available in a database then you could use the Java program to look up to this DB for metadata which performing the checkin
    Regards,
    - Anand

  • Firefox 20.0.1 with Shockwave 11.7.700.169 crashes when you access web pages with video content

    I have a problem with Firefox 20.0.1 under Windows 7 with Shockwave flash 11.7.700.169. When I access a web site / web page with some content that requires Shockwave (usually videos) I can view the video, however, when I exit Firefox, it will crash with "Firefox encountered a problem - check for a solution ...". I also have a web site "MyHeritage" that when I access a family tree I repeatedly get a message "Video driver stopped working - NVIDIA driver ... has successfully recovered". If I disable Shockwave, Firefox will not crash in both cases, unfortunately, I cannot watch any video content.
    I did go to the Adobe web site and updated what I thought was my version of Shockwave, unfortunately this installed Director for netscape V12.2, I have disabled this plug-in.
    BTW - running Firefox in safe mode (add-ons disabled) stopped my NVIDIA driver from crashing and also stopped Firefox from crashing when exiting.

    Please check if all your plugins are up-to-date using [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • How to print ALV with full page width used?

    Dear all,
    I have a report which print out with a small font if some of the fields have a long data content, while there a large white space on the right hand side.
    After a few test, I think the following cause the problem:
    1) The line column is less then the page column
    2) The setup leave write space unused in the right side
        (Tested by setup a format which have the same column count as the testing print out data)
    Would like to know are there any work around on this.
    Regards
    Bill
    Edited by: Bill Chie on Jun 13, 2011 7:23 PM

    Hi Wiz,
    Thanks for the information.
    But it look like that it only affect the column width but not the migrate, anyone have any idea about the migrate setting?
    And I would like to know if I can:
    - Setup a limit for the long text limit
    - It the text over the limit, go to 2nd line
    Regards
    Bill

Maybe you are looking for

  • Moving like in a 1st-person-shooter

    Hi! Please help! I need Information about how to transform my 3d Scene. It schould be like in a '1st-person-shooter'. I've tried something with translation and rotation but it that didn't work correctly. It should rotate the scene in X and Y directio

  • Google Search keyword PROBLEM!!

    Hello.  I need help regarding my phone. The problem is, whenever I use google and the phrase contains some explicit words it just denies searching.  I do not know how to fix the problem. Can anybody help me doing that?

  • OfficeJet 6500 709e says it's not connected to computer

    When I press the "wrench" button onmy printer, then press something to get help on anything, the LCD dispay shows "Not connected to computer" Yet, I can print fine using my computer. I have a wired setup. How can I get the printer to think it's conne

  • WLS 8.1 cookies

    I'm attempting to document our site's use of cookies and am therefore interested in any of the cookies that WLS generates for me. The JSESSIONID cookie is the only one that has been documented, but I am also noticing (in Mozilla) that an individual "

  • JSF 2.0 Resource injection for @ApplicationScoped ManagedBean. Problem.

    Hi, guys. I've got two ManagedBeans with @ApplicationScoped @ManagedBean(name = "config", eager=true) @ApplicationScoped public class Config { and @ManagedBean(name = "server") @ApplicationScoped public class Server { @ManagedProperty(value = "#{conf