How to make applications print 2 sides to save paper

I just saw that I can't prinnt apps that would make the 2 sides.

Hi bwd1959. Unfortunately, unless the application of specific printer in question has black and white print programmed in by the creator, there is no other parameters to control this.

Tags: HP Printers

Similar Questions

  • How to make the printer deskjet 3940 compatible with Windows 7 Home Basic, 32-bit?

    I have the HP Deskjet 3940 printer. I recently bought a Lenovo (C320, 57-302429) desktop computer that has Windows 7 home basic, 32-bit operating system. The said printer does not work with the computer above. Please guide how to make this printer compatible with the operating system above.

    1. click on the Start button, select Control Panel and double-click devices and printers.

    2. click on Add a printer.

    3. Select Add a local printer.

    4. Select an existing Local USBx port, click Next.

    5. click on the Windows Update button.

    6. once the update is complete, locate the 3940 driver.

    7. click on Next,Next,Next,Next,Finish

  • HP LaserJet P1102 cannot print both sides of the paper

    I updated my Windows 8 Windows 8.1 and now I can't print both sides of the paper.

    In my old Windows 8 my printer HP LaserJet P1102 printed the odd sides of the document, then a pop-up window appears and when I click on the 'next' botton and submit the documents to the printer printed the sides of the document. After that the Windows update in the context menu does not appear, so the printer simply prints the odd sides and then nothing happens (just the red flashing on the printer).

    I tried to update the driver (downloaded from your site), but nothing has changed.

    I hope that you can add some useful tips and I can solve this huge problem.

    Thank you!

    Hello

    I understand that you can print is more on both sides.

    When the light flashes try and open and close the lid to see if continues to print.

    (there is no button for the printer but which will resume print jobs)

    I would do a complete uninstall and reinstall the printer software to see if that makes a difference.
    You can download the drivers from this url.

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?cc=us&DLC=en&lang=en&LC=en&product=4110396&

    Win8 and Win8.1 drivers are the same Version9.0.

    If you need more simply make assistance let me know.

    Please let me know if the printer is connected by usb or the installer on a wireless network.

  • How to make a printer wireless?

    I have laptop with wifi and has a wireless router, a HP color Laserjet 1515n.  now, I want to put the printer in the other room away from the router and the laptop.  How can I make a printer wireless (wireless connects to the router)?  I'll buy a camera?  What friendly device?  Thank you!

    I understand, thank you very much!

  • How to make the printer work with the new Windows 7 laptop?

    can someone me please help... my printer is windows xp and I just got a computer laptop windows 7, how can I make my printer work with my laptop!

    Thank you
    need help with my printer

    Hi gingerbabe001,

    To set up and install your printer, see the link below.

    http://h10025.www1.HP.com/ewfrf/wc/documentSubCategory?tmp_task=setupCategory&cc=us&DLC=en&LC=en&OS=4062&product=1153754&sw_lang

    Good luck.

  • How to make the printer don't not sleep?

    someone knows how to make my officejet 4620 not go to sleep?

    Hi digtman,

    This product is designed to reduce energy consumption and save natural resources without compromising the performance of the products. It is designed to reduce the total energy consumption during the operation and when the device is not active. This product is eligible for the ENERGY STAR®, which is a voluntary program established to encourage the development of energy-efficient office products.

    Figure 2: Energy Star Logo
  • How to make the print command upward in the print module?

    How do the command pring upward in the print module? It is visible in the form is the printer option, but they do not meet my mouse >

    Could you please do that Lightroom is far, Lightroom 6.3

    Lightroom update: keeping up-to-date for Lightroom

    Also please make sure that you have the correct printer selected on the left side under "Page Setup", and correct the paper size.

  • HP Envy 13: How to make selective print?

    Hello

    Is that possible think about selective print screen rather than the whole screen?

    Any shortcut key for this?

    Please do help me.

    Thank you.

    Rachel

    Hello @shingy21,

    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums, I would like to draw your attention to the HP Forums Guide first time here? Learn how to publish and more.

    I read your message on the print screen and wanted to help you!

    From my understanding, I don't think that is possible, but you can achieve your goal in using the tool at the following site: tool use capture to capture screenshots

    I hope this helps.

    Please let me know if this information helps you solve the problem by marking this message as 'accept as Solution' , this will help others easily find the information they seek.  In addition, by clicking on the Thumbs up below is a great way to say thank you!

    Have a great day!

  • I just installed an additional printer. How to make this printer the DEFAULT printer

    Just installed an additional printer. How do I do this the DEFAULT printer.

    I moved your question in the comments of answers box, even if you do not specify your version of Windows.

    Control Panel configuration/Printers (or printers and devices)
    Right click on the new printer, select set as default.
    -steve
  • How to make "Application.application" to work

    In my ongoing quest to resolve a printing problem, I continue to receive other errors.

    the last is "Application.application.addChild (someObject)" does not.  Here is the 1st message:

    1119: access of the application of the property may not set through a reference with static type class.

    This is the 2nd message:

    1195: any attempt to access validNextPage method inaccessible through a reference with static type
    MX. Printing:PrintDataGrid.

    This is the 3rd message:

    Several markers to this line:
    -1119: access of the application of the property may not set through a reference with static type class.
    -AS3

    (Note the "AS3" is one of the code assist options - application is not an option)

    Here is the code:

    <? XML version = "1.0" encoding = "utf-8"? >
    < options: OptionContent
    ' xmlns:fx = ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx".
    xmlns:options = "" gov.il.dhs.wvs.View.options. * ""
    Cust = "cust.*."
    creationComplete = "_init (); »
    Show = "showHandler (Event)" >
    ...
    var numNotes:int = model.dpCASENOTES.length;
    If (numNotes > 0)
    {
    var dataSource:ArrayCollection = new ArrayCollection();
    for (var i: int = 0; i < numNotes; i ++)
    {
    var dataHolder:Object = new Object();
    dataHolder.NoteNum = (model.dpCASENOTES [i] as CaseNotesVO).notes.toString ();
    dataHolder.UpdatedBy = (model.dpCASENOTES [i] as CaseNotesVO).updatedBy.toString ();
    dataHolder.PostedDate = (model.dpCASENOTES [i] as CaseNotesVO).postTs.toString ();
    dataHolder.Description = (model.dpCASENOTES [i] as CaseNotesVO).shortDescription.toString ();
    dataHolder.Notes = (model.dpCASENOTES [i] as CaseNotesVO).notes.toString ();
    dataSource.addItem (dataHolder);
    }
    var printJob:FlexPrintJob = new FlexPrintJob();
    If (printJob.start ())
    {
    var myGridPrint:PrintDataGrid = new PrintDataGrid();
    == > Application.application.addChild (myGridPrint);


    data source = myGridPrint.dataProvider;
    myGridPrint.width = printJob.pageWidth;
    myGridPrint.height = printJob.pageHeight;
    printJob.addObject (myGridPrint);
    == > while (myGridPrint.validNextPage ())
    {
    myGridPrint.nextPage ();
    printJob.addObject (myGridPrint);
    }
    == > Application.application.removeChild (myGridPrint);
    PrintJob.send();
    }

    It is a component (CaseNotes.mxml).  There could be a thing of the current namespace scope.

    Hello
    If you are using Flex 4

    Application.application has changed for FlexGlobals.TopLevelApplication

  • How to make my printer print?

    For these last days, I was not able to get to my printer.  He says it's printing, but... It is not the case.  He says he's busy, but it's not.  It takes the paper and stops in the middle of its path, it is not completely free.   I have tried everything, including uninstalling them and reinstalling.

    I need help! Please, I beg you!

    tiquitalinda.

    I have an all in one HP 4500 G510n z. This is a wireless connection and I use Microsoft Windows 7 as my o/s. thanks for asking, I had no idea you needed this information. If there is anything else I can do let me know. Thank you!
    Tiquitalinda

  • How to make my printer hp c4380 series on windows 7

    My Hp photosmart C4380 series printer will not load on my new laptop that runs windows 7.

    Hello:

    Here is the link for downloading full of features Windows 7 driver and software for your printer.

    http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=18972&prodSeriesId=3221640&prodNameId=3436556&swEnvOID=4062&swLang=8&mode=2&taskId=135&swItem=mp-76047-2

    Paul

  • How to make the paths that will be white paper?

    I need to make a few trails - straight lines, really - a file in Illustrator which will be 'white paper' when printed. Work in CMYK mode. In other words, during printing, there will be no points at all in these spaces. I can do this by setting the padding to zero and the white line? Or should I do something else to signify "this space is empty?

    Mary,

    I can do this by setting the padding to zero and the white line?

    You can do this, and it would be an obvious way. White, in connection with printing (normal), means no ink.

  • How to make pages created in Business Catalyst save as instead of .htm .html?

    Any page we create in Business Catalyst admin is saved with a .htm extension, but I would have preferred a .html extension.  Is it possible to set this up?

    Thank you

    sepyh

    British Colombia, by default, the file can be .htm, but which is not returned on your site by default will have no file extension (url path to clean the nice)

    Watch below a page name, you will see the URL for example for this page - clean, no file extension to all. You can change the url and put in .html French - but you have not to good to not do as well.

  • Xerox printer Phaser 8560, whenever I try to print it want to save paper and it never printed.

    Whenever I try to print a document it wanst to save the document in a file and it never printed.

    Hello

     
     
    1. what version of operating system that you use in the computer?
    2. you receive an error message?
    3 did you do changes on the computer before the show?

    Method 1:
    You can solve this problem with the boot.
    Reference:
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: After a repair, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    Method 2:
    You can also check if the printer drivers are updated on the site of the manufacturer provided:
    http://www.support.Xerox.com/support/Phaser-8560/downloads/enus.html?OperatingSystem=Win7
    You can check the link:
    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

    You can also check the link provided and check:
    http://Windows.Microsoft.com/en-us/Windows/help/printer-problems-in-Windows

Maybe you are looking for