Printing multiple PDF with single event at client side

Hello,
I have a requirement where I must print multiple different pre-populated Adobe forms (e.g. populated with a name/address) from ABAP WD. These need to be printed at a client side printer, and they don't want to see them first (that would be easy). Just print multiple forms from a single button click.
Has anyone had this requirement? My main question is not how to pre-populate the pdfSource, but how to have the user prompted for a printer 1x and then have the forms sent straight to the local printer without displaying.
Thanks!

Sorry to 'hijack' this thread but i was trying to do the same thing but failed EVERYTIME!!!
When i tried to merge just 2 multiple-paged(abt 20+ pages each) pdfs into one, it simply crashed Preview at the end of the process! Tried 'Save', 'Save all' & 'Print as PDF' but all doesn't work!
I tried Combine PDF.app & Automator.app and the same thing happened. The combining process CRASHED the app i used...
Help needed!

Similar Messages

  • Print Multiple Pdf's with Acrobat X pro

    I would like to print multiple pdf's from folder but when i highlight like 7 pdf's then do right click there is no option to print.  We had this option in acrobat 9 pro.
    Also one of the user computer only ahve acrobat reader and that user able to print mulitple pdf's.
    How can i fix this? pls help
    Thanks

    Having a similar issue with Acrobat Pro X, currently version 10.0.3 (I will be updating it tonight). If I right click a PDF and select print, Acrobat launches  but doesn't open the document or print. It just opens to the initial screen (where you can open, create, etc). If I right click on a PDF and select Open, Acrobat launches and opens the document and from within Acrobat I can do a File -> Print and it works - so it's just a problem when trying to Print from a right-click.
    I can right click on other doc types and it prints just fine, can select multiple files of the same type and they print as well if I right click -> Print. This is only happening with Acrobat so it's not an OS issue. I have the same problem on 2 boxes.

  • Problem with quick printing multiple .pdfs from Outlook 2010

    Hi there,
    I have a user who is having problems printing multiple .pdf's using the quick print function in Outlook. I have tried reader 9,10 and 11.
    11 errors when printing (nothing specific in the error message) and only 1 or 2 documents are printed.
    9 and 10 error and report that a file is missing. Yet again, often prints 1 or two of the files.
    I have reproduced the problem on my own PC.
    Is there some type of bug with Adobe Acrobat printing multiple files using the quick print function within Outlook?
    Any help would be very much appreciated.
    Kind regards,
    Will

    I am not very skilled in Adobe by any means, but I was having the same issue.  When I did the Control P to print, I went into Print Options, then into Properties.  Under Adobe PDF settings, I unchecked the box that said "Rely on system fonts only; do not use document fonts." and that worked for me.
    Hope it helps.

  • Print multiple pdf from web site

    Hello everyone!!,
    I need print multiple pdf from web site (web page) to the local printer o client printer.
    I have investigated : cfexecuted, java code, javascript, but i can't do it.
    The idea is don´t open printer dialog box for to print.
    Thanks.

    It is NOT POSSIBLE (for security reasons) to do silent printing in this way.  (you wouldn't want to visit a web site and have your printer start spewing out page after page of profanity, would you??)
    You can, however, offer the user the choice to print and then have it print.  That can easily be done by embedding JavaScript into the PDF to be printed.  If you have multiple documents, you should merge them together on the server first and then send a single document.

  • How to batch print multiple PDFs in Mac OS X?

    Does anyone know of any new software that allows one to batch print multiple PDF files with a print dialogue for the first file, followed by dialogue-less printing for the rest?
    I work for an architect's firm and we often find ourselves printing dozens of A1 PDFs, going through the print dialogue window for each file.
    We used to be able to batch print when Preview.app could open multiple PDFs in one window; it lost this capability in a regression when it gained bookmarks and we've been living in batch print stone age ever since.
    (A desktop printer doesn't work by the way)

    Lamont E wrote:
    Open one of the PDFs in Preview then drag the rest of the files into the sidebar. Print the resulting file. If you don't want to save it as a single PDF just select 'Don't Save' when you exit.
    Wow! I've been asking this question repeatedly for a couple of years now and you're the first person to mention this. Thanks a lot. There will be some happy campers in our office, I tell ya.
    I missed it because all the large PDFs we create include a table of contents and you have to switch to thumbnail view before you can drag and drop additional PDFs.
    With the type of files we produce It takes 30 seconds or so to add 8 files together, so it's not ideal but it's a lot faster and more convenient than Acrobat Pro or printing each file separately.
    Another option is to open the printer window and drag all the files into it. They will print automatically with no dialog box.
    This doesn't work because you can't choose the size of paper you want to print to.
    Thanks again, your first post too.

  • How do I print multiple PDFs AND fit them to my paper size?

    Hi,
    I'm using a 24 inch wide plotter with roll paper. I want to be able to print multiple PDFs  AND fit them to a specified paper size. I can print one page and fit it to the paper, but I can't do it with multiple PDFs.
    For example, I have two PDFs that are only 8x8 inches. I want to print them side by side on a 24 inch x 12 inch page size and fit them to size and then FIT them to the page size so the end result will be 2 PDFs printing at 12 x 12 side by side.
    I can't seem to be able to do this. I'm sure I was able to do this using earlier versions. As it is, I have to print one at a time and waste half of my roll paper size.
    Any help?
    Adobe Acrobat Pro, Windows 7 Proffesional, HP Designjet 111 roll fed plotter.
    Thanks

    Note this illustration is Based on Mac version of HP Print Driver standard inkjet. However Control should be smilar Layouts and titles may be different:
    Adjust items shown according to pages desired

  • How to print multiple pages in single spool in smartforms

    Hi all,
      I have a issue on to print multiple pages in single spool,i can able to print multiple pages in multiple spool .I am doing Check Print smartforms in that i need to print Multiple pages in single spool.Currently i am using the below code please help to solve this issue.
    IF gv_tabix = 1.
    lwa_outp_option-tdnewid = 'X'.
    ELSE.
    lwa_outp_option-tdnewid = ' '.
    ENDIF.
    Thanks,
    Deesanth

    Hi
    TABLES: spfli.
    DATA:
      t_spfli type STANDARD TABLE OF spfli.
    DATA:
      fs_spfli TYPE spfli.
    DATA:
      w_form TYPE tdsfname,
      w_flag TYPE i,
      f_nam TYPE rs38l_fnam,
      w_input TYPE ssfcompin,
      w_control TYPE ssfctrlop.
    SELECTION-SCREEN BEGIN OF BLOCK blk WITH FRAME.
    SELECT-OPTIONS s_carrid FOR spfli-carrid.
    SELECTION-SCREEN END OF BLOCK blk .
    SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME.
    PARAMETERS:
      p_single RADIOBUTTON GROUP rad1,
      p_ind RADIOBUTTON GROUP rad1.
    SELECTION-SCREEN END OF BLOCK block1.
    START-OF-SELECTION.
    PERFORM display_data.
    PERFORM ssf_function_module_name.
    PERFORM spool_request.
    *& Form display_data
    * text
    * --> p1 text
    * <-- p2 text
    FORM display_data .
    SELECT * FROM spfli INTO TABLE t_spfli WHERE carrid IN s_carrid.
    ENDFORM. " display_data
    *& Form ssf_function_module_name
    * text
    * --> p1 text
    * <-- p2 text
    FORM ssf_function_module_name .
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING formname = ' '
    IMPORTING fm_name = f_nam
    EXCEPTIONS no_form = 1
    no_function_module = 2.
    * IF sy-subrc NE 0.
    * MESSAGE 'Form cannot be displayed' TYPE 'E' .
    * ENDIF. " IF sy-subrc eq 0
    ENDFORM. " ssf_function_module_name
    *& Form spool_request
    * text
    * --> p1 text
    * <-- p2 text
    FORM spool_request .
    w_input-dialog = 'X'.
    CALL FUNCTION 'SSFCOMP_OPEN'
    EXPORTING input = w_input
    EXCEPTIONS error = 1.
    *" LOOP AT t_spfli .....................................................
    LOOP AT t_spfli INTO fs_spfli.
    w_control-no_open = ' '.
    w_control-no_close = ' '.
    *"Single spool request..................................................
    IF p_single EQ 'X'.
    w_control-no_open = 'X'.
    w_control-no_close = 'X'.
    ELSE.
    *"Individual spool request.............................................
    IF w_flag NE '1'.
    w_control-no_open = 'X'.
    w_control-no_close = ' '.
    w_flag = 1.
    CALL FUNCTION ' '
    EXPORTING control_parameters = w_control
    fs_spfli = fs_spfli
    EXCEPTIONS formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4.
    endif. " IF w_flag ne '1'
    ENDIF. " IF p_single eq 'X'.
    CALL FUNCTION ' '
    EXPORTING
    control_parameters = w_control
    fs_spfli = fs_spfli
    EXCEPTIONS formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4.
    ENDLOOP. " LOOP at t_spfli into ...
    *&This function module close the spool request *
    CALL FUNCTION 'SSFCOMP_CLOSE'
    EXCEPTIONS error = 1.
    ENDFORM. " spool_request
    Regards,
    Sravanthi

  • Can we create multiple application with single MSI(or Same MSI) in biztalk admin console ?

    Can we create multiple application with single MSI(or Same MSI) in biztalk admin console ?
    My client requirement is process 100 files  from biztalk with in 5 min ,actually it is taking 20 min .
    So I decided to created same instance of the application with multiple time in BTS admin console ,as I understand biztalk admin console never allow to install same
    schema’s with multiple  time .
    Any help can be  appreciate ..

    BizTalk will automatically process multiple messages on separate threads so you may need to tune your system. The following link should get you started:
    http://social.technet.microsoft.com/wiki/contents/articles/7801.biztalk-server-performance-tuning-optimization.aspx
    Another possibility is to set the Batch Size property on your receive location if the adapter uses batch size to determine how messages are picked up.  As an example, it you want  the MSMQ adapter to immediately pick up messages and start
    to process them, set the batch size to 1.
    You may also need to distribute the processing across multiple BizTalk servers by installing BizTalk on additional servers and joining the existing BizTalk group.
    David Downing... If this answers your question, please Mark as the Answer. If this post is helpful, please vote as helpful.

  • Printing Multiple PDFs

    I am trying to print multiple PDFs wihtout opening each one individually.
    In Explorer I highlight them all and right click for the context menu and select printer.
    With any version of Adobe reader after 5 all I get is rubblish. If I open each individually it works, if I use version 5 it works and if I use Foxit Reader it works. but not Acrobat reader 6, 7, 8 or 9.
    Any ideas? It looks like an Adobe problem as we have this on multiple PCs, different printers, different files and O/S. Was something changed Post Acrobat Reader 5??

    You're right, it hasn't worked properly since Reader 5. Alternative is to try my pdfbat here: http://www.esnips.com/web/PDFTools or print-conductor here: http://www.print-conductor.com/

  • How can I print multiple PDF files at once using Windows 7?

    How can I print multiple PDF files at once, on an HP LJ Pro 400 xcolocr printer without opening each
    one separately using Windows 7?

    I am sorry, but to get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial printer. You can do this at http://h30499.www3.hp.com/hpeb/
    I hope this helps.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Can't print to pdf with Acrobat 7.1.0 in Vista

    I am unable to print to pdf with Acrobat 7.1.0 in Windows Vista.  I used to be able to, now all of a sudden that functionality is gone.  I haven't knowingly done any upgrades since the last time I successfully printed to pdf, but I do have autoupdates enabled, so I can't say what Microsoft may have been up to recently.  When printing to pdf from Internet Explorer 7, the window simply closes.  A printer icon shows up in the system tray but registers 0 print jobs and soon disappears.  When printing to pdf from Word (2003), Word crashes with a series of message boxes saying something about attempting recovery.  Any suggestions?

    AcroTray is running.  Thanks for asking that question, as this is one thing that I have disabled on computers running XP, since disabling it in XP doesn't adversely affect my limited use of Acrobat in any way.  I have not disabled it with Vista.  I tried printing to file, and that also caused the window to close.  I happened to have a second IE7 window open when attempting to print to file, and it did not close, so it only affects the active window.  I don't know if that helps at all; when a program crashes, I typically observe it take with it all open windows associated with that program, so the fact that this is only closing the active window seems potentially useful to me in my ignorance of what is the root cause. 

  • Printing multiple PR with different line items in smartform

    Hello all,
    I have an requirement to print multiple PR with different line items on different pages.
    So,suppose two PR are there,PR1 and PR2 with n no of line items,then i should get each PR on different page with its line items.
    Note: One loop processing is already there on line items.
    Best Regards,
    Anurodh

    Hi,
    Fetch all the PRs and its corresponding items into 2 different table. Then Loop at the internal whihc contains the PRs and  call the 2nd internal table for its items and call the FM for smartforms and pass them.
    LOOP AT it_PR.
      fetch all the items into it_PR_item
      Call Function Fnam
      Passign the it_PR_item
    ENDLOOP.
    Regards,
    Aditya

  • After clean install cannot print to pdf with Acrobat 8 Pro

    I recently had to do a clean install on my desktop computer.  Is there some way I can print to pdf with my Adobe Acrobat 8 Pro, which was working fine prior to the clean install.  I am aware Adobe no longer supports this version, but isn’t this program able to function without being updated?  Want to print pdf files from websites and Microsoft office.  Am running Windows 7 Ultimate OS.

    Hi jadbe,
    Windows 7 is not a tested platform for Acrobat 8.

  • Printing a PDF with Separations

    MAC OS 10.6.8
    I have a simple illustrator file I'm trying to print to PDF with separations. The file is black with a spot color. When I select the Acrobat 7.0 for the printer it keeps looking for an actual printer. What am I missing here?

    Works for me in CS4. Did you set mode to Seperations (Host based)

  • Single report with multiple queries OR multiple reports with single query

    Hello Experts,
    I have a confusion regarding Live Office connection for many days. I asked many people but did not get a concrete answer. I am re-posting this question here and expecting an answer this time.
    The product versions that I am using are as follows:
    FrontEnd:
      BOE XI 3.1 SP4 FP 4.1
      Xcelsius Enterprise 2008 SP4
    Backend:
      SAP BW 7.0 EHP1
    I have created a dashboard which is getting data from a webi report using LO connections.
    The webi report has five report parts which are populated by five different queries.
    Now my question is, when the five LO connections are refreshed, is the webi report refreshed five times or just once?
    If the report is refreshed five times, then I guess it is better to have five different webi reports containing single report part, because in that way we can prevent same query being executed multiple times.
    SO what is the best practice- to have a single report having multiple queries - OR - to create multiple webi reports with single query?
    Thanks and Regards,
    PASG

    HI
    I think Best Practice is Multiple reports with single query
    Any way If LO connections refresh 5 time the query will refresh 5 timesRegards
    Venkat

Maybe you are looking for