Multiple Documents Print functionality in IFS

Have anyone deployed in iFS a functionality permitting to select a set of document and then print them selecting a particular printer (like in a bulk-print)?
Do you know if it is possible in iFS, and if there are some samples? (My client is a web only client)
I know that som document management tools do this, but I don't know how to replicate it in iFS...
Thanks in advance,
Laura

Hi Srinivas,
You can do this but it will be combination of ECMA and JS. First you need to get selected file name by ECMA script then call a java script function to print documents.
Here is script to print all docs: http://stackoverflow.com/questions/7187400/printing-multiple-pdf-files-using-javascript
Hope it could help
Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
you see a reply being an answer to the question of the thread, click "Mark As Answer

Similar Messages

  • Print monitor locks up if there are multiple documents printing

    I have a HP Laserjet 3015 and a iMac G5. I reinstalled the newer hp drivers recently. Since then, when I am printing in OS 9, if I have more than one document in the print monitor, the print monitor locks up, then if I force quit it and delete the documents in the printmonitor documents folder, it still won't print. I have to re-boot my computer. I don't know what to do, and hp certainly isn't any help. I emailed them through their mac support system and they said it was on the mac end and they couldn't help me. Please, can anyone solve my problem?

    Hi, hunterjin -
    Welcome to Apple's Discussions.
    Try increasing the memory allocation for OS 9 (Classic); adding 50% to the original Preferred amount is a good starting point -
    http://docs.info.apple.com/article.html?artnum=152297
    You may also need to try increasing the memory allocations for the Print Monitor and the Desktop Print Monitor programs - these can both be found in the Extensions folder in Classic's System Folder. If you use desktop printing with Classic (OS 9), the memory allocation for the desktop printer icon used by OS 9 can also be increased. Doubling the original Preferred amount is a reasonable increase.
    http://docs.info.apple.com/article.html?artnum=151908

  • PDF Multiple Line Print Function

    I'm hoping to create a form that allows for multiple lines, but that can also be extended beyond the visible box (if the box allows for 20 lines and they want 30 then they can).  I can do this for viewing purposes, but cannot get the content to print in this manner.  Can anybody tell me how to print that area as well as allow it to be saved?  Thank you!

    Hi
    Just give a check to the existing condition records under output type WE03 in MN23, you might have missed that record for WE03  output type assignment for WE/3  parameters. To my knowledge your requirement is already available in Std SAP.
    Best regards

  • Multiple doucment printing for FI documents

    kindly provide r step by step for Multiple document printing ? like once the transaction for eg F-02
    has done for 100 dcuments we will be able to print the vourchers at a strech ; in fb03 we are able to view all
    fi documents but need print for all those one by one at a press of a button command ?
    urgently required

    Hi ,
    Kindly use T code F.62 for mass printing of corrspondence .
    As the corrospondece would require a programme for printing and a script for the same you will have to check the settings in the following nodes .
    SPRO - financial accounting new - general ledger accounting new - business transactions - corrospondence : internal documents - make and check settings for correspondence - 1. assign programmes for corrosponence types . 2. define form names for corrospondence .
    If you want any modifications in the scripts then go to se71 the give F4 and you will get all the form name application wise , select the relevant script and make the necessary changes .
    Regards ,
    Dewang T

  • 'Document Printing' not printing, while single Document prints

    Hi Experts,
    I have a client where the AR Invoice prints fine when you select a single invioce to print. But when you use the 'Document Printing' functionality to print multiple Invoices, it is not printing. No errors are displayed.
    I anyone know about extra settings or know what I'm missing I would really appreciate some help.
    Thank you!
    Marli

    Hi Experts!
    This problem was very strange... This worked on a Database Backup of a few days before. I do not know  why the Batch Printing was not working, while the single printing was working...
    I tested several scenarios, but in the end I saw that the System Print Layouts in PLD was still batch Printing and my Designed PLD was not (On previous DB it was working). I just created the PLD from scratch and now the Batch Printing is working again.
    Thanks for you help!
    Marli

  • About document printing

    Hi experts,
    I'd like to use document printing function in Purchasing-A/P.
    I selected document type as A/P invoice, and input the internal number from 4022 to 4023, clicking OK and  then popup a windows shows the 2 invoices. I selected these 2 invoices and click "Print" button.
    ...then...nothing happened except the "Print" button is disabled. no documents were printed out. my account is manager, so i think that's not the priority problem. what could be the problems?
    Thanks...

    When I open this particular doc, the scale drop down automatically is set to shrink to fit. If I move the setting to 100% then it redraws the doc slightly too long and chops off the footer of the page.
    If I open a different doc, it automatically sets the scale to 100%. However, if I change the scale to shrink to fit, it has the same behavior as the previously mentioned document.
    What appears to be going on, is that the firefox pdf rendering utility is not properly handling page that are in landscape mode. Meaning, it is re sizing the entire doc such that landscape pages fit on a portrait page. Rather than change the orientation of the landscape pages to fit on the portrait page.

  • Printing multiple documents

    Hello FORM experts!
    I have a question here..
    In my program I generate multiple documents and then want to print them all at once with one button click.
    Document info is in a table which is also written into the database table.
    How should this work, should I give my smartform calling function some extra parameters to print them all or should I pass all the info to the smartform and make it print them all there with a loop or sth.?
    I'll explain some more..
    I have a report which then generates special kind of invoices...
    when invoices are generated there's a list of them displayed...
    Now I would like with one button to call out a smartform and print them.
    I want 1 pop-up print screen for all the invoices.
    Right now, I get a pop-up for every single invoice it is printing
    Thank you!

    Hi,
    You can try the following.....Loop at your final internal table and call subroutine printform.In which you will call ur smartform for printing.
    Write the following code....
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
        EXPORTING
          FORMNAME                 = 'ZZSD_INVOICE_TRADE_FORM'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
        IMPORTING
          FM_NAME                  = LV_FM_NAME
    EXCEPTIONS
      NO_FORM                  = 1
      NO_FUNCTION_MODULE       = 2
      OTHERS                   = 3
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION LV_FM_NAME
      EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
        CONTROL_PARAMETERS         = CONTROL
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
        OUTPUT_OPTIONS             = OUTPUT_OPTIONS
        USER_SETTINGS              = ' '
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
      JOB_OUTPUT_INFO            =
      JOB_OUTPUT_OPTIONS         =
      TABLES
        IT_DISPLAY                 = IT_FINAL
    EXCEPTIONS
      FORMATTING_ERROR           = 1
      INTERNAL_ERROR             = 2
      SEND_ERROR                 = 3
      USER_CANCELED              = 4
      OTHERS                     = 5
      IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CONTROL-PREVIEW           = 'X'.       "Preview the output of Smartform
      CONTROL-NO_DIALOG         = 'X'.       "Don't show Dialog
      OUTPUT_OPTIONS-TDDEST     = PRINTER.   "Spool: Output device
      OUTPUT_OPTIONS-TDNOPRINT  = ' '.       "No printing from print preview
      OUTPUT_OPTIONS-TDCOPIES   = 1.         " number of print copies
      OUTPUT_OPTIONS-TDIMMED    = 'X'.       " Print Immediately (Print Parameters)
      OUTPUT_OPTIONS-TDDELETE   = 'X'.       " delete the request after printing
      OUTPUT_OPTIONS-TDLIFETIME = '5'.       " spool retention period
      OUTPUT_OPTIONS-TDCOVER    = ' '.       " no cover print
    REgards,
    Kashyap

  • Query regarding Printing multiple documents

    Hi,
    We would like to know how we can print multiple documents at once not one by one in SAP.
    Presently we are using FB03 to print the GL document one by one.
    Thanks
    Pooja Gupta
    SAP FICO Consultant

    HI,
    We also encountered with the same problem and now we are using HP solution for it.
    There are four major problems with the SAP print spool process:
    1. Limited bidirectional communication between the SAP environment and the underlying operating
    system (UNIX, Linux, and related systems). After the file transfer to the host, the only information
    that passes between the two environments is whether the file still remains in the print queue (if the
    SAP environment is configured to enable polling).
    If the file is no longer present in the host’s print queue, the SAP environment assumes that the file
    has printed. If the file disappeared for any other reason, such as a reboot of the operating system
    or if the printer is turned off, the assumption is not correct. SAP proceeds to process the next
    output request and the file simply disappears, leaving no trace of the failure.
    Most often, SAP sets the status flag to ‘complete’ after transferring the request to the host spool
    system. This action is a false positive because it actually indicates the handoff is complete, but not
    that the job is printed. It aggravates users and increases calls to the helpdesk.
    2. The lpr command passes only very specific instructions to the host spooler. The host only attempts
    to deliver the file to the specified printer; it does not wait for the printer to confirm that the last
    pages printed. It does not perform transformations, repackage the data, or redirect the file to
    another printer. Nor does the host track the file and keep a record of what happens. The lpr
    command (in some of the UNIX-related distributions) does allow an option to send an e-mail at
    completion of a print job, but this option can quickly clog up the e-mail system and is rarely used.
    3. Users have to make all adjustments to data within SAP before initiating the print request using the
    capabilities already programmed into the SAP environment. This limitation includes advanced
    print features such as staple, duplex, and resize, although administrators can enable the SAP
    spool work process to handle these types of functionality by creating a new print driver. Further
    extensions require additional programming within the environment.
    4. A relatively inflexible and unfriendly input process can cost money and slow business processes.
    For example, reports often need to go to people in different offices or at different sites. Users must
    create multiple output requests in order to send the documents to multiple destinations, or users
    must send the report to a print center where someone (extra headcount) collects the multiple
    copies and mails them to the recipients (extra mailing costs and extra time). Sending reports by
    fax or e-mail require a different set of steps, which further burdens the user.
    Regards,
    Satish Muvva.

  • Can no longer print from Photoshop CS^ have upgraded drivers error message reads There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents."

    I have upgraded my iMac to Yosemite but now my two Canon Printers no longer print from Photoshop CS6. I have upgraded the drivers. All other applications including Lightroom are fine. I am receiving an error message as follows:"There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents." How can I get the OS to return a list of printers to Photoshop when Photoshop requests a list.

    Have you printed to this printer from 10.10 before?  If so, check your connections.

  • There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents. Error message in PhotoShop CC

    Printing from PS CC worked fine today. I made no changes to preferences. In between working with 2 projects, the first one printed fine, the second gave me this Error Message.
    There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents.
    Now I've checked for updates for my printer, reset my printer, reset PS CC preferences, picked my printer as Default and Last Used, and rebooted. I've followed all the recommended fixes for this issue I could find here and on the internet. I can print fine from any other program. Alas, the error message keeps popping up and I can't print.
    PS CC is up to date
    Running OS 10.10.2
    HP Printer updated
    Help?

    Have you printed to this printer from 10.10 before?  If so, check your connections.

  • How can I use Adobe Acrobat X Standard to print multiple documents on Lexis Nexis File & Serve?

    I am unable to print multiple documents on the Lexis Nexis File & Serve legal website that used their Batch Document Processor software. The technicians there told me that Adobe Acrobat X Standard has an incompatibility with their Batch Document Processor software. I never had a problem with Adobe Acrobat 6.0 or Adobe Acrobat 9.0 and the Batch Document Processor program at the Lexis Nexis File & Serve website. I am now running Windows 7 Professional SP1. Before, we were running Windows XP Professional SP3 with the IE 8.0 browser. We now are running the IE 9.0 browser.

    The answer is in the question...
    Only the Pro version of Acrobat is capable of batch processing files (which
    I assume the Lexis Nexis tool uses). Until now you had Acrobat Pro, and now
    you have Acrobat Standard, and therefore you can't use it anymore. You need
    to upgrade to Acrobat Pro.

  • Disable print function for  a pdf document

    Is there a way to make an Adobe pdf read-only?  Can I disable the print function for an isolated document before making it available to others? I am working on MAC laptop.

    hi
    i got the answer
    we have to give issue output to -->screen

  • There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents.

    I've never had this problem before. It only affects Photoshop CS6 and CS5 that I have installed. I'm running MAC OS 10.9.5
    I have three printers and HP and two Epsons, and I get this dialogue when trying to print from Photoshop CS6 or CS5.
    There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents.
    Other applications print fine on all three printers.  I tried deleting the Photoshop Prefs numerous times without results.
    Does anyone have an answer for this?
    Thanks.

    Have you printed to this printer from 10.10 before?  If so, check your connections.

  • How do I batch print multiple documents?

    We often print a number of different docs but we are changing to Win7 and our present way of doing this won't work in the new software.

    Bluesman123 wrote:
    This works for a doc at a time but we often have thirty or more to do.  One at a time takes too long.
    There is no limit to the number of docs you can print in one go.  However, it will be difficult to select multiple documents if they are not in the same folder.

  • Help Required - Upload Multiple Documents functionality sometimes disappears in SharePoint 2010

    Hi All,
    We have a web application created in SharePoint 2010 & there we were facing an issue of not able to Upload multiple documents. After doing search on google, we have found that
    pre-requisites for this functionality to be working properly are as follows:
    Client Integration needs to be enabled for the web application.
    The STSUpld.UploadCtl IE add-in must be enabled. (located in C:\Program Files (x86)\Microsoft Office\Office12)
    The 32 bit version of Internet Explorer. The 64 bit version does not support it and neither do other, non IE, browsers.
    Office 2003 or newer on the client.
    After meeting all the above requirements, We are now able to see the Upload Multiple Documents link but we are failing in below 2 scenarios:
    On some machines it is working fine & on some it is not.
    On some machines, this option is available for sometime & sometimes it disappears.
    If any one of you have experienced the same problem, then please help us with your valuable suggestions & possible solution for it.

    Hi Manish,
    We've just been experiencing your initial issue with Office 2007 clients not being able to use the multi-file upload functionality.  Sure enough....turning on presence information in Central Admin fixes the issue.  The strange thing is though that
    when presence is turned off, Office 2003 and 2010 clients still work fine and it's only 2007 clients that fail.  Also this issue appeared to only exist for us inside applications that have been upgraded from MOSS2007 to SP2010.  Any new applications
    of even new site collections within an upgraded application worked fine across all 3 Office versions.
    Coincidently, we're also experiencing the more recent issue you've come across with files not uploading after clicking OK in the ActiveX.  Nothing happens.  Office 2010 clients work fine but 2003 and 2007 clients just don't upload the selected
    files.  We've found a workaround which "fixes" the issue but brings it's own set of problems so it's not ideal.  Here's what we've done...
    1. Open IIS, and navigate to the web where you want to use multi-file upload
    2. Select Handler Mappings and Add Script Map
    3. Set Request Path - shtml.dll
    4. Set Executable - C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI\SHTML.dll
    5. Set the name to something meaningful - Multi File Upload
    6. Leave the Request Restrictions as default
    This should fix the issue with files not uploading but unfortunately it also prevents SharePoint Designer from accessing the site.  For the application where we desperately need multi-file upload we can manage without SPD access so it's not the end
    of the world but not ideal.  We've actually got an outstanding incident logged with Microsoft to resolve this issue but they've yet to find a solution for us.  We suggested to MS that we update authentication to Kerberos from NTLM and retry as we
    seem to be getting 401 errors in the call stack so thought that could be related.  We've not yet configured Kerberos so I'm not sure whether this is a solution or not.
    One other point worth mentioning is that SharePoint Designer 2010 (which is free) installs the latest version (14) of the Upload ActiveX and with this installed the uploads work as expected.  Also if you have Silverlight and SPD2010 installed then you
    get a Silverlight control to do the upload which also works fine.  Again, not ideal as rolling out SPD 2010 to affected clients isn't really a suitable solution.
    Sorry I can't be any more help.  Hopefully my findings might point you in the right direction.  If you do find a solution (other than the IIS handler mapping) then please re-post here,
    Good luck,
    Ben

Maybe you are looking for

  • How do I configure the portal to allow both anonymous and LDAP or Membership Logins?

    I want my portal's content to be publically accessable, to allow anonymous users to browse the content without the ability to modify layouts, content, etc. <br><br> But I can't figure out how to make the portal completely skip the login menu page. If

  • Can't get printer to print

    My ancient HP810C HP printer does not print when I connect it to my new MacBook Pro.  The Deskjet window will come up and the error message is: Error: /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/PrintJobMgr failed. Any ideas on the

  • Dynamic columns in a GridControl

    Hello all. I have a RowSetInfo object which holds few AttributeInfo objects. I also have a GridControl on which I want to present information from my RowSetInfo object. The problem is that I don't want all of the fields, just few of them. Is there an

  • 503   Service Unavailable

    I'm trying to deploy an application. The application, a JSP web module, consumes a web service.  I have tried doing this on local dev, it works perfectly but when I transfer it to our dev track an error occurs. When I try to access it, it gives this

  • Dynamically controling the size (in pixels) of array elements?

    Hey Everyone, I am writing a large vi where front panel space is becoming a limitation.   One of the elements that I want to display is a 2-D array of boolean indicators (rectangular LEDs).  Is there any way to dynamically resize the elements in the