How to set the printer setting in VBscript

i have a folder which is containing 20 pdf files ,i want to print only 2nd page with 2 copies in all 20 PDF files.
i have VBscript 
TargetFolder = "file path"
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace(TargetFolder) 
Set colItems = objFolder.Items
For Each objItem in colItems
    objItem.InvokeVerbEx("Print")
Next
here all files are printing all page but how to set 2nd page with 2 copies in 20 pdf files

You don't mention what SDK you're using.
If you're running a Nokia SDK, for instance, you need to explicitly set the proxy URI somewhere else. Try running your MIDlet with Default Color Phone and see if it works.
Unfortunately, proxies do not use exactly the same HTTP request method as normal Web clients (i.e., browsers). Most caches are smart enough to try to be transparent, however. It might be worthwhile to ensure that your proxy is set up as a transparent one.
Worst case scenario, you can always host the files on a server inside your LAN, so it doesn't have to breach the proxy (or, indeed, on a little Web server running on the same machine as the emulator).
Jouster

Similar Messages

  • Hi, Might I know that how to setup the printer setting at InDesign CS6 for the Lable print?

    Hi, Might I know that how to setup the printer setting at InDesign CS6 for the Lable print?

    Label printing isn't something you set up in the print dialog in ID. If your print driver has an n-up feature that might work, but in general you need to create pages of labels to fit your sheets in ID, then print. If you are talking about doing a merge of an address list, read about Data Merge in thehelp files.

  • The HP C4480 all in one series PRINTER that I got free with my i-Mac is printing TINY print despite that my computer is set at 13 font Helvetica. How to reset the printer to normal print?

    The HP C4480 all in one series PRINTER that I got free with my i-Mac is printing TINY print despite that my computer is set at 13 font Helvetica. How to reset the printer to normal print?

    Is the Paper Size: set to US Letter and Scale: set to 100%
    Dennis

  • How do I set the print and paper size in iPhoto 5

    Can somebody please help. How do you set up iPhoto 5 so that you define both the the size of the print and the photo paper you use?
    For example, I wish to print a 4.5cm x 3.5 cm photo on 6x4 (or 15cm x 10cm to keep all the units the same) paper.
    I've seen a post saying how to do it in iPhoto 8, but the drop-downs are different.

    I do not remember the locations in iPhoto 5 but there are probably three places to mess with
    1 - set the paper size
    2 - set the print size
    3 - set the paper tray for the printer to use that has the paper size that you set in step 1
    these may be in the print sequence or under the file menu as page set up (or similar). If these are not obvious try the Help menu
    LN

  • How to print the PDF file contains stamps without set the printer options

    I have pdf document, and stamp them with my personal stamp.
    With the printer option under "Comments and Forms", I set to "Document", my stamp DISAPPEARED.
    Unless re-set (use options) to "Document and Markups" or "Document and Stamps" then it will be fined.
    Can I embeding my stamps to my document so that everyone can print without using printer options to contain stamps?
    (regarding to whoever don't know how to set the printer options, and keep asking that I did not stamp on the doc.)
    Please help.
    Thanks in advance.
    th

    Can I embeding my stamps to my document so that everyone can print without using printer options to contain stamps?
    Yes, you can.

  • How do I set the print area in Numbers?

    How do I set the print area in Numbers?

    Hi Macuser4ever,
    Numbers does not have the 'Set Print Area' feature. Numbers is designed around several tables, each with a purpose. For example, Input Table, Big Database, Intermediate Calculations Table (all of which you may not need to print) and a final Summary (Presentation) Table that you may wish to print. The Summary Table can be on its own Sheet. Arrange objects (Summary Table, Charts [graphs] and whatever) on one Sheet and print only that Sheet.
    If you are using Numbers 3.x (Layout View and Print View missing) try this User Tip:
    Print Layout Guide for Mac Numbers 3.2
    Regards,
    Ian.

  • Report 3.0 : How to set the printer margin??

    Hi all,
    In report previewer, I am able to set the printer page margin
    mannally.
    Then, If, I've get some reports by RUN_PRODUCT in batch mode,
    how can I set the page margin??
    Regards,
    Andrew
    null

    Hi amole,
    one more doubt,
    Iam new to use BAPI_ENTRYSHEET_CREATE.
    What are the mandatory fields that should be passed to it to create SES ( Service Entry Sheet ).
    The data given to me is:
      Purchase Ord number,
      Activity Number,
      Rate,
      Quantity,
      External Number.
      Is the above data is enough to create SES.
      please clarify.

  • Setting The Printer For Reverse Or Mirror Image

    Hello,
    IM trying to create some T-Shirt Transfers, but I Would Like To Know How To Set The Printer For Reverse Or Mirror Image?
    Thanks!

    click print, go to 'preferences', under the 'finishing' tab, orientation section your choices should be [ ]portrait, [ ]landscape, [ ]MIRROR IMAGE.

  • I have Photoshop CS5 and a Epson 3880 . The print setting dialogue box won't open when selecting color output PRINTER MANAGES COLORS

    I have Photoshop CS5 and a Epson 3880 . The print setting dialogue box won't open when selecting color output PRINTER MANAGES COLORS
    It does ope when selecting PHOTOSHOP MANAGES COLOURS . This is first time in 7 year this has happened.
    Any one with ideas/

    What is your screen resolution?
    What operating system?

  • When I try to print a photo from LR5.5 it sends the file to the computer as a 4x6 even though I've selected 8x10 in the print set up options.

    any ideas as to why? I've exhausted my ideas and find any reason it shouldn't print as 8x10

    You haven't provided a lot of information, so it's difficult to know where the problem lies. First of all, make sure you have adjusted the cell size in the Lightroom print module appropriately. Then you need to go to the page setup, which will open your printer driver will you can choose the appropriate paper size and set the print quality. If you have set everything up properly then it should be very straightforward to print a 8 x 10 print.

  • Where did the print setting "Rewrap message to fit" go in Mail 7?

    Where did the print setting "Rewrap message to fit" go in Mail 7?
    All text prints too small. Settings for font size haven't changed and the emails print out much smaller than the view settings.
    I don't see the options for "Rewrap message to fit" or "Keep fonts the same size".
    Suggestions?

    I have the same problem. Text and the info with the "To" header all prints very small. I also cannot find the controls described. Just updated to Mavericks, never had problem before this. Same printer, and problem also occurs on another different model printer I tried for a test.
    Mail ver 7.2
    OSX 10.9.2
    Please help !

  • How to select the printer and select the ICC profile for printing with VBScript?

    I try to automate my printing procedure in photoshop. The problem is that I don't know how to select the printer and select the icc profile for printing with vbscript like I manually do in the print-menu in photoshop?
    Anyone has done this before?
    Thanx!
    jus

    Client/Server version:
    - D2KWUTIL.PLL library provides a 'Select Printer' dialog box to be used in Forms: WIN_API_DIALOG.SELECT_PRINTER
    http://guenter-huerkamp.dyndns.org/oracle-doc/docs/html/d2kwutil.html
    I suggest you to create a form to invoke the report, allowing user to select the printer and then pass it as parameter DESNAME

  • How to change the Character Set from AL32UTF8 to WE8DEC

    Hello!!
    I want to know how to change the character set in the database from AL32UTF8 to WE8DEC.
    I tried to use the comand ALTER DATABASE CHARACTER SET but I got an error because WE8DEC is not a superset of AL32UTF8.
    I need to import tables from a server that uses WE8DEC. So when I do the import to my server, wich has AL32UTF8 , I can't import the rows that include an Ñ.
    So I want to change the caracter set to WE8DEC. How can I do it?
    Is it needed to change the language configuration? The remote server has AMERICAN_AMERICA, and my server has MEXICAN SPANISH_MEXICO (both uses text in spanish).
    Thanks a lot!!

    When you export from WE8DEC server what did you use
    for NLS_LANG char set? And when importing?
    The export was done in another computer because I can't do the export in the server (I have 10g, and the remote server has 9i and the export is not working). In my server, when I tried to do the import, the NS_LANG value was MEXICAN SPANISH_MEXICO.WE8MSWIN1252.
    When I try to import to my database I got the error:
    import done in WE8DEC character set and AL16UTF16 NCHAR character set
    import server uses AL32UTF8 character set (possible charset conversion)
    export client uses WE8MSWIN1252 character set (possible charset conversion)
    . importing USRMCR06's objects into PRIMARIZACION
    . . importing table "CHG_FONDOS_MARZO_CD_MOR"
    IMP-00019: row rejected due to ORACLE error 12899
    IMP-00003: ORACLE error 12899 encountered
    ORA-12899: value too large for column "PRIMARIZACION"."CHG_FONDOS_MARZO_CD_MOR".
    "NOMBRE" (actual: 41, maximum: 40)
    Column 1 16623436
    Column 2
    Column 3 Pymes_1
    Column 4

  • Why do my applications quit when I enter the printer setting for my Epson 10600

    why do my applications quit when I enter the printer setting for my Epson 10600

    Which Mac and OS do you have?

  • Can you set the print margins in Preview?

    Simple question: Is there a way to set the print margins when printing an image from Preview?
    Thanks,
    -ME

    EagleSongs wrote:
    I can set margins in other programs (like Photoshop, Word, Excel, Firefox, Chrome...), but there does not seem to be a setting for margins when printing from Preview. I don't want to resize the image, just get it to print in a certain position on the paper (template form).
    In the case of Photoshop, you are placing an image on a canvas and can position the image to suit. Word and Excel have a Page Setup menu that lets you set the margin positions - which know since you have got the output you wanted. There is no Page Setup menu for most, if not all, Apple applications like Preview. Instead parts of the Page Setup menu have been added to the print dialog but margins is not one of them.
    EagleSongs wrote:
    However, I was trying to find a way to print from Preview and get it to position the image on the page the way I want.
    Understood. Unfortunately you don't get that option in Preview. The image will be centred - both horizontal and vertical - based on the paper size and the printer you have selected in the print dialog. You could create a custom paper size with the margins you want to position the image and then use that custom paper in Preview. But your workaround of using Word gives you more control over the positioning of the image.

Maybe you are looking for