Printing Image files

Dear Friends,
Good Morning. Please help me in resolving the following scenario.
I want to select file from particular location and send that file to the specified printer. Is it possible, can u guys throw some light on this. It will be more helpful.
Thanks in advance.
Raj.

Try this
http://sourceforge.net/projects/jvp/
Or Search in Sourceforge.net for more similar projects

Similar Messages

  • Print image file with at least 150 DPI

    Happy NI Week everyone!  I couldn't make it this year, but I am working to encourage the pruchase of lots of NI hardware.
    We know about printing the front panel of a VI as a quick and somewhat dirty way to generate a report.  I know DIAdem would be the superior solution here, but I wonder if there's a middle ground.  Recently, a customer requested some minor changes to an application and one of the requests was to "clean up" the way their logo looks on a printout.  They supplied us with a high resolution version of their logo, and we tried converting it to various formats before pasting it on the front panel, but the printout seems to always be rather blocky and low resolution looking.  My thought is that the front panel is rendered at 72 DPI (dots-per-inch) and the data sent to the printer is at that resolution.  I know we can save an image of a front panel.  So what I would like to do is make an oversized front panel, save it as an image file, and print that image file at 150 or 300 DPI.
    So the question is:  How do I print an image file at a different DPI than what it was originally saved with?  What is a good method to print image files for that matter?
    Thanks,
    Dan Press
    PrimeTest Automation

    Hi Photon Dan,
    Here is a possible solution. It requires some photo editing. You could take a normal screen shot of your front panel and then import it into a photo editor such as IrfanView. From that point you could resize the image and make it very large. This will make the image quality very poor. At this point you could import the high resolution image from your client and paste it over the poor quality image in the screen shot. Then resize it back to its normal size. You should then be able to select what DPI you would like to print it at and will have a high quality logo. Lots of photo editing but it could give you what you want. 
    Regards, 
    Josh Brown
    Applications Engineer
    National Instruments

  • Need to know how to save printed image settings

    Photo printing setups; when printing a picture you have to make the following settings;
    (1) Select printer.
    (2) Printer Settings.
    (3) Select paper size.
    (4) Select Type of Prints.
    (5) Select print size.
    After doing this printing a draft copy or coming back a few day later wanting another copy printed.
    You go to edit load the file for picture to print, select create and you have to redefine the print all over again, this even after printing a draft copy and its OK and want to print 10 copies, you have to go back to Create and completely reset up to duplicate the draft picture you just printed.
    When save an edited and formatted picture all that is saved is the edited and format digital image file.
    I may want to print the image different sizes, on different types of paper, but Photo Shop doesn’t allow save the printed image files setup perimeter’s and tying the different print image setup to image file.
    So I have to maintain a file folder Excel files that list all the setup parameter’s need to print that uses this the image file as is primary image.
    Have I missed a Photo Shop function, that does this? 

    I thank everyone for the inputs, most if not all has been helpful.  If for no other reason than I am not used to this type photo printing. When most printing I did over my career has been mostly l technical drawings and there most if not all, were black and white and if you got the size printed right it was fine and nobody noticed.  But, now that I have retired I have more problems than before as I am now working more in not just color, but Photo graphs.  Then of course there is the ten years of technology I messed.  How I wish for the days when a program didn’t do what you wanted it too, you write your own code to add the function.  But, now security walls and the complexity of programs today you need a team of 10 programmers’ to do that.
      But, this not being able to sale the values of that print size, let alone color/shading, type paper, manufacture of paper and last but not lest printer and even its model. All of those effect color/shading of a print.  Just to day I have learned that the Application Program, OS driver and the printer can have color correction processingbuilt-n.  It’s no wonder what is on the screen doesn’t match what is printed.  And most of these color “correction” routines can't be enabled and disabled.  It is no wonder printing for one computer running the same Application and printing to two printers on that computer the prints are totally different.  At least now I know about them and know that every time I print the same image file I am go to have start all over  and work up all new printing parameters.  Use to be editing and formatting the image was 80% of the work, now it 20% of the work and printing is 80% of the work.

  • To print image in Non interactive form

    I have a requirement where image file is attached to QM02 transaction, now i want to print the attached image on QM02 print output. I am planning to use Non interactive form method to print the form output.
    Can anyone pls guide me how to insert/print image file which is attached at the transaction level.

    Otto:
    I followed the steps you have described in one of your earlier reply but I am unable to see the image on the non-interactive ADOBE form.
    Here is what I did.
    1) In the "Code Initialization" section of the form, I coded to get the SE78 stored image in to XSTRING field (by calling method cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp)
    2) I created the image field and bound it to the XSTRING field derived in step 1. And I check marked "embed image" in layout of the image field.
    I also followed some other threads on this forum and tried to create a graphic node with a global field of mime type "BMP" and bound my XSTRING data onto it but to no avail.
    Any ideas?
    Thanks.
    Jitendra Mehta

  • URGENT-Library Image Files question

    Are these generated locally by whoever uploads the content to the server? I am trying to publish from a different location and I get an error message saying "Cannot upload library image files".

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by [email protected]:
    Hi, I wanted to know how can i print image files from Report in a dinamic way.<HR></BLOCKQUOTE>
    Select the property pallette on the image in the layout model and open the format trigger.
    You can enter PL/SQL code to return true or false(true will print the image and false will not)
    null

  • Is there a way to save an image file as a jpeg and add -web or -print to the file name?

    I am trying to find a way to save my image file as a jpeg and add -web or -print to the existing file name.  This way I can easily see which files are lower resolution for web posting or high resolution for printing.

    Jason,
    I helped somebody do a very similar thing about a week ago.
    The trick is to use the Batch command's ability to construct a file name.
    Tell the batch to append, e.g. "-x" without quotes, to the name of each saved file.
    The batch runs an Action which does a save as JPEG, resize image, add logo, save as JPEG, then close document.
    The output is "<document name>-x.jpg" and "<document name>-x-x.jpeg".
    Then use Windows Explorer to rename "*-x-x.jpg" to "*-print.jpg".
    Then rename "*-x.jpg" to "*-web.jpg".
    See http://forums.adobe.com/thread/1038992?start=32
    The name construction that I used there was just an "x" appended to the document name. Use whatever you like. Also juliew subsequently referred to the method as a "double-batch" run, although it is not. One run of the batch will output two JPEGs for each input document.
    I hope the disagreements in that thread don't cause too much disruption.
    If you want, the Batch command itself can be recorded in another Action which would store the parameters of the batch, then you could run that Action anytime without having to set up the details of the batch each time. It would always output to one specific folder, though.

  • Placing images in Illustrator for print ready files

    I'm designing a brochure in Illustrator that contains several logos and photos.  (Yes, I know, Illustrator... I've read several forums and know that InDesign may be a better program for this, but I completely underbid this project and really need to stick with something I know for cost efficiency.)
    I need to resize several images in Photoshop to place in Illustrator and I'm wondering if I should save them as CMYK jpegs, or tiffs, etc.  I need the file to be the smallest it can be for upload to the printer.  I need the basics on different file types and their pros and cons.
    Also, when I'm sending out the proof to the customer, any tips on saving the pdf so the images aren't too blurry and the file is still sendable?
    Please help!!  Any other information or tips on how to prepare my file as a print ready would be great.  I love to learn and really need some great resources.
    Thanks!

    How many pages are we talking about?  The key to file efficiency is Placing images at their final size, so you are on the right track.  Let me try to help...
    "I need to resize several images in Photoshop to place in Illustrator and I'm wondering if I should save them as CMYK jpegs, or tiffs, etc.  I need the file to be the smallest it can be for upload to the printer.  I need the basics on different file types and their pros and cons."
    -Do not save as JPG.  The compression artifacts will show up in print.  Just Place CMYK .tiffs or .psd's without sizing in Illustrator.  Another thing to keep in mind is "Linking" the image files instead of "Embedding" them.  You have a little more control saving your page files as EPS before creating the final PDF.
    "Also, when I'm sending out the proof to the customer, any tips on saving the pdf so the images aren't too blurry and the file is still sendable?"
    -There are a few different ways you can create a PDF viewable as a softproof.  You could send the final as a Standard PDF using defaults.  Don't forget to embed the fonts and leave color unchanged.  What I do is Export > RGB TIF @ 150ppi > Open the .tiff in Photoshop and Save-As Photoshop PDF with a JPG compression of 8.  You could do that for each page and then reassemble using Acrobat for one assembled, final PDF optimized.
    "Please help!!  Any other information or tips on how to prepare my file as a print ready would be great.  I love to learn and really need some great resources."
    -Get Adobe's Print Publishing Guide.  It has enough information in it to help you wade through all of the disinformation out there.  Get in touch with a couple of local print shops and have them take a look at your files.  Good shops can spot problems and give you some handy tips.  Not all shops will take the time, so finding one can be tricky. 
    Thanks!
    -You're welcome.  Let us know how it all shakes out.

  • Correct Image File Format For Magazine Printing

    I am using InDesign CS4 and I would like to know if it's ok to use JPG or JPEG images for printing magazines ?  If not, can you please tell me the correct image file format I should use with InDesign for designing and printing a magazine ?  Also what would be the best way to convert the image files from JPEG to that correct image file format ?

    Use what ever format you like, I perfer .tiff with LSW compression or .eps. If you don't know what you are doing just include the original image when you send you project to the printer and link the image in InDesign don't embedded it.  When you furnish the original image the prepress department can set it up correctly.
    I perfer 300 dpi with image is at 100% of the final size, if the image is printing 150 line screen when printed. 200 dpi is ok for 133 line screen.  I would even perfer a 100 dpi image over a .jpg image that has be over compressed.

  • Image file formats to use in print pdfs

    We receive images from several vendors in order to build our catalogs in Adobe InDesign CS2, and then we export print pdfs from InDesign. We want to standardize our requirements for receiving images from vendors, and we had a question related to file formats. Is it okay to use jpeg files as long as they are in high-resolution CMYK format?
    It is a part of our work flow to accept the images untouched from the vendor, no re naming of files, or changing f file formats. I understand that the safest bet is for EPS and TIFF formatted images, but will JPEG files be problematic in any way? Someone told me that because of their compressed format that some info could get lost when embedding into pdfs. Is there a book, or any printed documentation about what types of image file formats to use to create pdfs?
    Thanks,
    Elliott

    (1) There is nothing "unsafe" about JPEG-compressed images. However, JPEG compression is
    lossy and depending upon the type of image, its resolution, and the compression settings used when creating the JPEG file, the results at the end of the workflow may not be satisfactory. That having been said, if JPEG compression is used for a photographic image (not a screen shot or an image representation of what should be a vector diagram), the "maximum quality" setting is used in producing the JPEG image (
    not maximum compression), and the image is of appropriate resolution for its final purpose (at least 150 dpi, preferably closer to 300 dpi for printing) at full magnification, then there is nothing "unsafe" about JPEG.
    (2) You should be aware that saving images in EPS (Encapsulated PostScript) format from Photoshop may yield JPEG compression, depending upon options chosen. Thus, there is nothing inherently "safer" about EPS compared to JPEG. And ironically, you can also get JPEG compression in TIFF files if you aren't careful how you save them, although that is very uncommon.
    (3) CMYK is not necessary for image placement into InDesign as long as the image is tagged with the appropriate ICC color profile (such as sRGB, Adobe RGB, etc.). InDesign can convert those RGB images to whatever the final print conditions are or, if creating PDF, leave the images in RGB format with the ICC profile. How you create the output obviously depends heavily on what type of workflow your print service provider has. More "up to date" printers support color-managed workflows with ICC color profile tagged images in PDF files.
    (4) In terms of receiving images from vendors, if you require them to convert the images from whatever their native RGB color space is to CMYK, you really must specify
    which CMYK and provide the correct ICC color profile to them! Different print processes use different CMYK color spaces. If you convert RGB to the wrong color space, the results can be awful. You are probably best off requiring that vendors submit photos in their original RGB color space, but tagged with the appropriate ICC color profile.
    - Dov

  • Photobook cannot printed. FIle sent contains images shift and without color

    I have tried to buy a photobook, but everytime that I sent the order I always got an e-mail telling me that the order cannot be printed because:
    "Upon shipment of your order, there was an error and the image file can not be printed. The file received contains shifted images or without color."
    They gave me the following suggestions:
    a) to update my MacOSX software, but I got already Lion.
    b) to update iPhoto software, but I got iPhoto '11 (version 9.1.5) and I cannot find new version.
    I tried to make the .pdf preview sometimes I can see the problem too, but sometimes the file looks perfect, so I have placed the order but without any luck.
    I have contacted the Italian Apple Assistance Center they told me that it could be due to the effects given to the pictures, but I didn't use any strange effects.
    To give you more details I have used a Canon EOS500D camera
    Honestly I am facing this problem since I have upgrade my MacOSX to Lion.
    Any suggestions?

    Hello,
    Are you using a macbook air?
    I have the same problem, but only on the air and not on the imac.
    I already tried two different airs, both have the same problem.
    I just started a similar thread: https://discussions.apple.com/thread/3354990?tstart=0
    Best regards
    Ben

  • Merge print multiple image files on one page

    Hello,
       A Windows 7 end user seeks for a technical support from me. She tries to merge print multiple image files (JPEG) by using the following steps :-
    1) highlight more than 1 files
    2) [Right-click] then Choose [Print]
    3) she could print the multiple images on ONE page successfully when she initially bought/used this Win7 computer , but recently (these 2 months) she got the error : pop up a few dialogue windows saying "Insufficient memory"
    4) I helped her to close all other applications software and found no high CPU/memory processes and also asked for help from hardware manufacturer and got NO virtual memory and physical memory full error by running a utility tool provided.
    The hardware config :-
    - Windows 7 Prof Service Pack 1 64 bit
    - 4GB memory
    - i5 Intel CPU
    Anyone can help me to fix the issues for my end user ?
    Thanks in advance
    Regards,
    Bruce

    Hi Bruce,
    In addition to above suggestions, this issue can also be caused by corrupted user registry key.
    Please test the issue in new user accout.
    If the issue doesn't happen under new user profile, I suggest you repair corrupted user profile:
    Fix corrupted user profile
    http://windows.microsoft.com/en-us/windows/fix-corrupted-user-profile
    Kate Li
    TechNet Community Support

  • How to print JTable to image file?

    Hi ppl.
    I have JTable that i can print via Printable to printer very well.
    Now I have a task to pass this JTable to MS Word. I can pass to MS Word any image file. So all I need is to "print" my JTable to image. Is it possible to reroute printing process to image file?
    Or any other ideas how to sovle a problem?

    John Bo wrote:
    Hi ppl.That words is 'people'. By leaving out three letters, you do not appear cool, just lazy & foolish.
    I have JTable that i can print via Printable to printer very well.
    Now I have a task to pass this JTable to MS Word. I can pass to MS Word any image file. So all I need is to "print" my JTable to image. Is it possible to reroute printing process to image file?Create a <tt>BufferedImage</tt> the same size as the <tt>JTable</tt>. Call <tt>createGraphics()</tt> on the <tt>BufferedImage</tt>. Pass the <tt>Graphics</tt> object to <tt>JTable.painComponent(Graphics)</tt>. Create an image of the <tt>BufferedImage</tt> by calling <tt>ImageIO.write()</tt>.

  • HT204003 how can i print a boarding pass image file from passbook?

    how can i print a boarding pass image file from passbook?

    I do not believe that Passbook supports printing. You can email, but not print. Then again I'm not sure what it actually emails, if that is a graphic of the card or what. I'm going to try it with my Starbuck's card, but there is no setting for printing within Passbook.
    EDIT: Actually it sends the email as an attachment for a Passbook card file, that cannot be handled by my computer. Hope that answers your question.
    Message was edited by: ChrisJ4203

  • Reading a image file and printing it by a Servlet

    In a IMAGE TAG of HTML file i am calling servlets what will write a image to the browser.
    <IMG SRC="http://localhost/WriteImage" width="50" height="100">
    The Servlet WriteImage has to read a image from a location(it could be gif,jpeg,png or another format of images ) and it has to write to the above image tag.
    Anyone can u help me out how i can do this...
    I tried out with javax.imageio package but couldn't get it.
    Thank Q
    Vijay

    Your WriteImage servlet needs to read the image file in from wherever it is (hard drive, database, whatever), then write it back out to the browser. To do that, first use the HTTPServletResponse object to send the appropriate headers, then call the getOutputStream() method to get an output stream to write the data to. This data will be sent to the browser which, if you've set the headers correctly, will display it as an image.
    It's been a long time since I did this (we abandoned storing images in databases quite a long time ago), so I can't be more specific than that, but hopefully that'll be enough to get you going. If you run into any problems, reply and I'll see if I can help further.

  • Unable to print to file in adobe acrobat 9 pro, windows 7 OS

    ok, so i've been having this problem since 16/1/2012. I download a pdf file from online, open it and attempted to combine multiple slides into 1 slide like below:
    my printer cannot print duplex so i have to combine multiple slides to 1 in order to print that way. anyways, i always select the option of "Adobe PDF" under the "Printer" box. I don't change anything else. I am then prompted to save the file as below:
    so after that i click "Save" and they gave me this warning message.
    in case you cannot see what's written in the dialogue box, here's what it says:
    When you create a PostScript file, you must rely on system fonts and use document fonts.
    Please go to printer properties, "Adobe PDF Settings" page and turn OFF the option "Rely on system fonts only; do not use document fonts."
    I click "Ok" and another message appears:
    I click "OK" and then another message appears:
    So i clicked "OK" again and then nothing happens. After I followed the instructions to rely on system fonts, I tried doing it agian and everything seems ok. Flattening document etc like below:
    and when it has finished, nothing happens. No new pdf window pops up (like what it usually does). So I went to check the folder where I stored the file. This was what i saw:
    it turns out the file I just saved have no Adobe pdf icon appearing next to it. Instead, its document type is merely "File". When I tried opening it with Adobe reader, I got another dialogue box as below:
    The dialogue box's text is as follows:
    Acrobat could not open [file name] because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).
    To create an Adobe PDF document, go to the source application. Then print the document to Adobe PDF.
    I do not know why the file is supposedly corrupted because it works well on other computers and it can be printed as well. Does anyone know how I can solve this problem? It's really urgent and I desperately need to print my PDF files for my lessons and exams (I'm a student). It was uploaded on my school's website and PDF is the only available format. This is the first time it has happened and I am getting really frustrated. And it is not only for this 1 file. Since the 16th, EVERY pdf file i've opened has encountered this problem. Which is why I need to know how to solve this. Thank you in advance.
    Would appreciate it if someone can help answer this question. Admins or otherwise.
    Additional info: Laptop is Toshiba Portege m900. Windows 7 OS.32-bit operating system. Singapore-based.

    Dear user,
    You are getting such output because you have checked ON the setting 'Print to file' in one of your previous prints. For resolving this issue, kindly uncheck option 'Print to file' present in bottom left corner of print dialog and then click on 'Print' (See attached image for reference).
    Hope this will solve your problem.
    Thanks
    sonal

Maybe you are looking for

  • Trigger not working

    Good Day ! Hi , Scenario , I have a oracle form i'm loading the data from text file to the form(non - database block), it have two columns "CODE" and "Verify". The data will be populated in the column "CODE", Once the complete data is loaded in the F

  • How to save agoogle map to jpg on a mac

    How do I save a google map to jpg on a MAC?

  • MAc Pro Too much computer for me?

    I am thinking of buying the new 8 core 2.8 Macpro. All I do with it is email, web browsing, spread sheets, video editing with Final Cut and looking at building blue prints with cad software. So my question is - Is the Mac Pro wasted on what I do, Sho

  • Application folder Changed name for no apparent reason.... Help Pls

    Hello there I just install Leopard (and updated to 10.5.5) on my macbook pro. Checked few things in the Application folder, then few minutes later I went back to it, to realized that it had changed name to ( 0..) I've no idea why???? And another empt

  • Where can I find files that I have dowloaded from the internet

    I have tried many times to open pdf or other type of files in attachments to email and from the internet. However I am never able to actually find (much less open) these files. Can anyone tell me where they are stored and how to access them? I will n