Too big Printer spooler file

Hi,
I'm using PrintJob Class to print and I have the problem that the files the program build in the spooler printer are too big ( 2MB/page A4), I think the problem could be in the font that I'm using but I don't know why because I'm using "Courier New". I do:
PrintJob pg = new PrintJob(...);
Font fon = new Font("courier new", Font.PLAIN, 12);
Graphics gra = pg.getGraphics();
gra.setFont(fon);
gra.drawString("vvvvvvvvvv",10,10);
Thanks in advance!!
Salvador Huertas.

You seem focused on the difference between 33 megabytes binary and a 44 megabytes transfer — the messages have to be encoded as SMTP mail was never intended as a binary transfer mechanism — mail servers transfer printable text messages — and the text-encoded attached binary files are inherently going to be larger than the original files.
You're going to have to raise the mail server limits (which requires administrative access to the mail server), or find an alternate means of transferring the file — mail servers aren't very efficient at large transfers, large files tend to blow out mail server storage quotas, and blow out mail files.   Or chunk up the file into smaller files, send the chunks independently, and then concatenate the file remotely.  (There are tools around to do this — at the command line, have a look at the zipsplit tool — but I'd generally discourage this approach as it adds effort and complexity to the process.)
The usual approach is a file transfer service.   Dropbox or SpiderOak or some other file hosting or file transfer service are the most common approaches here, and are also more efficient than the overhead involved with large attachments sent via a mail server.   Many of these file-hosting services offer more than enough storage here, and often as part of a free service tier.  
Some folks can and do run their own file-hosting services, but that generally involves configuring and managing a server system and the associated network connections.

Similar Messages

  • Where is the printer spool file on my Mac ?

    I have a Mac Pro with 10.5.2 - and I print with 3 large Epson printers.
    I had a print that started to print (Photoshop CS3)- and I saw that it was not what I wanted. I canceled the print in the Epson icon (on the dock) - and I shut down the printer and reset it.
    But, when I turned the printer back on, the print started again.
    Where is the file that holds prints - the printer que or printer spool file - on the Mac?
    I have looked everywhere, and I cannot find such a folder anywhere. Anyone know where it is??
    I used the CUPS tool
    http://127.0.0.1:631/printers
    to finally get rid of it, but I still would like to know where that file is kept.
    Dick

    Unfortunately, even though when Apple announced Handoff and Continuity and said Bluetooth 4.X was required, not all Macs with Bluetooth 4+ are compatible with Handoff. If the checkbox in System Preferences -> General isn't there, your Mac isn't compatible with Handoff. You can confirm that by going to "About This Mac" under the Apple Menu and then selecting "System Report." Then select Bluetooth in the upper left and see if your Mac is Handoff compatible. I'm typing this reply on a 2011 MacBook Air with Bluetooth 4.3.1 and running Yosemite but it's not compatible with Handoff.
    You still will be able to make and receive phone calls on your Mac as long as your iPhone is within Bluetooth range. You can set that up in the FaceTime preferences. That's part of Continuity.
    I have seen some instructions + software on the Web to enable continuity on Macs with Bluetooth 4+ that otherwise aren't compatible with Handoff. You'll have to do a web search if that's something you're interested in learning about.
    Wish I had better news.

  • Where is my Printer Spool file ?

    I have a Mac Pro with 10.5.2 - and I print with 3 large Epson pritners.
    I had a print that started to print (Photoshop CS3)- and I saw that it was not what I wanted. I canceled the print in the Epson icon (on the dock) - and I shut down the printer and reset it.
    But, when I turned the printer back on, the print started again.
    Where is the file that holds prints - the printer que or printer spool file - on the Mac?
    I have looked everywhere, and I cannot find such a folder anywhere. Anyone know where it is??
    I used the CUPS tool
    http://127.0.0.1:631/printers
    to finally get rid of the print, but I still would like to know where that file is kept.
    Dick

    Whenever you print to a printer through Leopard, the printer you are printing to will show up in the dock. Click this icon and it will open you Printer Queue. You can also go to Print & Fax Preference Pane. Select your printer and then click Open Queue. Select the print job that is in the queue and click the delete button.
    D.

  • Flash player object enters print spooler file

    This just started, yesterday all was fine.   when I try to print a pic from Picasa it won't print  -- the print spooler file has a SHD file with a flash player object.  I  keep clearing the spooler and emplying the file, but they keep  reappearing.  I uninstalled all adobe programs, but it's still  happening. Windows Vista system 32  HP all in one printer.

    thanks so much for helping, but I need to fix this.  Yes, I'm finding what seems to be the same wierd files each time I give the print command for a pic.  problem is, I have to stop the print spooler, then delete the two files, but then I can onlly print a doc.  if I try to print a pic, it happens again.  the hp printer will not cancel the doc.  and it will not let me print another until I clear the print spooler file.  I tried resizing the pic, but the same thing happened again.  I have deleted all adobe stuff from my c: disk, figure I'll down load it later.  Any other ideas?  I'm going to HP noiw, wish me luck.

  • Decrease print spool file size generated by PS CS5 Mac OS 10.6.8?

    Hi,
    Certain big/hi-res Photoshop (CS5) documents - sent from a 2010 era Intel Mac to an older HP 1200dpi Laserjet (LJ 2100M/HPs PostScript, standard HP/Apple drivers) - were taking forever to print.
    In one case, for example, a 6MB on disk, Grayscale 8 bit, 109MB/40MB "doc size" .psd,  when printed from Photoshop, generated a 135833k spool file.
    The same .psd opened with and printed from Preview, only a 3229k spool file - which printed out in a short time.
    Am I missing something?
    Thanks for any comments or suggestions.

    The plug-in is there but no twain interface for the scanner appears as an option under file import in PS
    you answered your own question -- Adobe will point the finger at Epson, and Epson will call Adobe out for breaking their driver -- but the 1250 is how old
    this question gets answered here a couple times a month, and there are many web articles explaining the problem in more detail...
    the short answer is scan in the stand alone scanning software (ViewScan may solve your issue)
    most notably, that approach keeps Ps running in 64 bit and keeps it freed up to continue working while that ancient scanner chugs away
    PS:  I am not trying to beat you up for using good hardware that is still working for you, I am just trying to add a second opinion what others have said

  • TS3276 server says file too big to send-file says 33MB server says 44MB

    I cannot send a short video which is 33.1 MB in the description but the server won't process as it claims the file is too big(44MB) and it can handle only 41MB.
    I've tried to compress it but still reads as "too big to send"

    You seem focused on the difference between 33 megabytes binary and a 44 megabytes transfer — the messages have to be encoded as SMTP mail was never intended as a binary transfer mechanism — mail servers transfer printable text messages — and the text-encoded attached binary files are inherently going to be larger than the original files.
    You're going to have to raise the mail server limits (which requires administrative access to the mail server), or find an alternate means of transferring the file — mail servers aren't very efficient at large transfers, large files tend to blow out mail server storage quotas, and blow out mail files.   Or chunk up the file into smaller files, send the chunks independently, and then concatenate the file remotely.  (There are tools around to do this — at the command line, have a look at the zipsplit tool — but I'd generally discourage this approach as it adds effort and complexity to the process.)
    The usual approach is a file transfer service.   Dropbox or SpiderOak or some other file hosting or file transfer service are the most common approaches here, and are also more efficient than the overhead involved with large attachments sent via a mail server.   Many of these file-hosting services offer more than enough storage here, and often as part of a free service tier.  
    Some folks can and do run their own file-hosting services, but that generally involves configuring and managing a server system and the associated network connections.

  • Printer spool files in v11 vs v8?

    Why does Acrobat version 11 create spool files that are up to 10 times larger than version 8 for the same document? Version 11 is running on Mac )S 10.8.3, version 8 running on 10.5.8. Both print to a shared laser printer on a windows server, and usually the v11 file will never print - it just gets dumped.
    Any clues?
    Thanks

    The same thing happened to me:
    http://discussions.apple.com/message.jspa?messageID=662944#662944
    But To be honest (and I dont know if this really had anything to do with it)... The tech support at apple said that the print server had to be stopped when you create a print queue. I hadn't, I shut the server down trashed and recreated my queues since then everything has been working lovely.

  • How big is too big for .properties file for a ResourceBundle?

    The subject says it all. We are using ResourceBundles to manage the dictionary of English/French literals for our web enabling project. Our .properties file is currently 675 key/value pairs. How big can .properties files grow before they are too big?
    Thanks,
    Don Booker - Programming Team Leader
    Common Departmental Financial System
    Public Works & Government Services Canada

    The resource gets loaded into memory, so there's a memory cost that increases with the number of properties. (There's also a time cost when it loads, but that's only once.) And finding one of the properties requires a search, so there's a processing cost involved. But it's based on a Hashtable, so it isn't a major cost even if the number of properties gets very large.
    So there's your constraints. The question is, though, what is your alternative when the resource does get too big? A database? That reduces the memory cost but increases the processing cost. I would guess you could let your properties file grow a lot before you were forced to go to a database, but actual testing would help.

  • Large print spool file

    Post Author: Greg Drauch
    CA Forum: .NET
    We are using the version of CR that came bundled with VS 2003 and are having a problem printing some reports.  These particular reports are about 3000 pages long and end up taking up between 3 and 4 GB of space on the print server when using CR.  The same reports running through Active Reports (from Data Dynamics) only took about 100 MB or so.  Is this an issue with the VS 2003 version of CR?  Is it fixed in a later version?  Our app is done in C#.
    Any feedback that anyone can provide will be very helpful.  We have had to stop or process of converting everything to CR until this is solved.
    Thanks,
    Greg Drauch

    I have read so many conflicting answers to how necessary it is to "de-frag" these drives, what's your take on this ?
    It's reported that OSX defrags itself over time, but only on files over a certain size, (20 MB?).
    With as much free space as you have, it's not all that important to defrag. That being said, I'm a tinkering freak, and whenever I defrag, I see improved performance, but a lot of it has to do with my slower drives & Macs, SATA shows less improvement by defraging. If you get less than 20% free space Degragging will have more effect, but for a short time of course.
    We still haven't found your problem, so I'd get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 5 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files!

  • Printer spooler service

    printer spooler service stop on windows 7 starter and when i start the service it stop again ????????

    Clear Printer Spooler Files and Enable the Spooler Service
    =================================
    1. Click Start, type "Services.msc" (without the quotation marks) in the Search box and press Enter.
    2. Double-click "Printer Spooler" in the Services list.
    3. Click Stop and click OK.
    4. Click Start, type "%WINDIR%\system32\spool\printers" in the Start Search box and press Enter, delete all files in this folder.
    5. Click Start, type "Services.msc" (without the quotation marks) in the Start Search box and press Enter.
    6. Double-click "Printer Spooler" in the Services list.
    7. Click on Start. In the Startup Type list, make sure that "Automatic" is selected and click
    http://social.technet.microsoft.com/Forums/windows/en-US/fd7f46d3-baa1-4a38-9ad3-dec5426d9297/print-spooler-keeps-stopping-on-windows-7?forum=w7itproperf

  • Could not complete your request because the result would be too big - cs3

    I exported 1.32 minute of quicktime movie file from FCP into photoshop CS3 about five weeks ago.  Since then I've been diligently working on each individual frame.   I've about 10 seconds left to the end of file.  Unfortunately, I turned off my mac two nights ago and I can no longer open the file. The message says "could not complete your request because the result would be too big".  The file size is 1.16 GB and saved as .psd.  I'm working on Mac OS X 10.5.8.  Any suggestion or solution would be appreciated.

    Thanks c.pfaffenbichler!  I did the command-alt-shift and I also increased the RAM in Performance-Preferences from 1963 (69%)  to 1782 (90%).  I got the same message.  I've to admit that I'm not very technique about Photoshop.  I'll have to search for the answers to your other questions.  Such as the set up for the Scratch Discs, optimizing and System Maintenance?  Your assistant would still be appreciated.
    c.pfaffenbichler
    1,137 posts since
    Feb 20, 2009
    1. Dec 22, 2009 12:20 AM in response to: vejoe
    Re: could not complete your request because the result would be too big - cs3
    How are You set for RAM and Scratch Discs?
    Have You tried optimizing Your Performance-Preferences yet?
    As with all unexplainable Photoshop-problems You might try trashing the prefs (after making sure all customized settings like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences You’ve changed) by pressing command-alt-shift on starting the program and/or starting as a new User.
    Other than that System Maintenance (repairing permissions, purging PRAM, running cron-scripts, etc.) should not do any damage either.

  • Print spooler keeps stopping on Windows 7

    I have an HP desktop computer running Windows 7 it has an HP photosmart Printer and an Kodak AIO 5500 attached to it and shared over the network. Everything is fine with the HP printer but every time I try to print to the Kodak the print spooler keeps
    stopping. I have tried many of the work arounds I have found but nothing helps. Every time I try to print to the KOdak I have to wait until after I have made all the print option and then I have to start the spooler.  The firmware and software is up to
    date on the Kodak printer.  How can I fix this?

    Hi,
    I would like to suggest you perform the following steps to troubleshoot the issue.
    Clear Printer Spooler Files and Enable the Spooler Service
    =================================
    1. Click Start, type "Services.msc" (without the quotation marks) in the Search box and press Enter.
    2. Double-click "Printer Spooler" in the Services list.
    3. Click Stop and click OK.
    4. Click Start, type "%WINDIR%\system32\spool\printers" in the Start Search box and press Enter, delete all files in this folder.
    5. Click Start, type "Services.msc" (without the quotation marks) in the Start Search box and press Enter.
    6. Double-click "Printer Spooler" in the Services list.
    7. Click on Start. In the Startup Type list, make sure that "Automatic" is selected and click OK.
    Does it work?
    Regards,
    Arthur Li - MSFT
    Thanks Arthur. Your solution worked for me and I now have both my printers back in use. I am using Windows 7 and IE9. Suspect that clicking the Print button on an internet site yesterday when reserving an item for collection at the local outlet of
    a national high street retailer may have caused the problem.

  • Print spooler issues with windows 8

    printer stopped when i switched to windows 8.
    error message telling me print spooler is not functioning
    unable to get it to function...every probram indicates that printer is working properly, yet it shows that I have no printer installed and my printer cannot be found or activated no matter what I do.
    Joseph J Grech

    Hi,
    If updating the printer driver cannot fix the issue, please also try the following steps:
    Clear Printer Spooler Files and Enable the Spooler Service
    =================================
    1. Run "Services.msc" (without the quotation marks).
    2. Double-click "Printer Spooler" in the Services list.
    3. Click Stop and click OK.
    4. Navigate to "%WINDIR%\system32\spool\printers", delete all files in this folder.
    5. Run "Services.msc" (without the quotation marks).
    6. Double-click "Printer Spooler" in the Services list.
    7. Click on Start. In the Startup Type list, make sure that "Automatic" is selected and click OK.
    Regards,
    Arthur Li
    TechNet Community Support

  • Score printout: files are too big for printout since Pro 7

    Hi there,
    I have a serious problem printing scores with Pro7: the files appear to be too big, so I can't print them. When I try to print a simple 1 page part, I get the error: "printer out of memory" and I have a HP Laserjet with 8 Mb memory. A PDF from a 3 page part made in Logic 6.3 is 102Kb, a PDF from the same 3 page part opened in Pro7 is 2,4Mb! Everything seems normal: page setup 100% etc.
    When I open a song made in Pro7 with Logic 6.3, the files are much much smaller. Does anybody know what's wrong, now I can't print scores with Pro7!
    Thanx, Peter
    G4 dual 1GHz   Mac OS X (10.4.5)   2 Gb DDR SDRAM

    Hello Rohan,
    Thanks for your effort. I created a PDF-file with a totally different printerdriver. The result is the same: I get a very large file. A 3 page part PDF-file is 2,4 Mb, also with the other fake driver. I'm used to send PDF-files of sheet music through the internet and files this big are no option.
    And very annoying: I can't print out scores using Pro7!
    Best regards,
    Peter
    G4 dual 1GHz   Mac OS X (10.4.5)   2 Gb DDR SDRAM

  • I need to compress an InDesign file to web-quality pdf but file size is still too big. Help!

    I need to compress an InDesign file to web-quality pdf but file size is still too big. Help!

    Hi Bill,
    It sounds like your document has a lot of pages and/or images in it.
    Instead of using the normal InDesign > Export command to create a PDF, you may be able to reduce the file size by printing to a PostScript file, then distilling it to PDF using Acrobat Distiller.

Maybe you are looking for

  • Entries folder crash problem

    No one's answering my other question, so I have to try here again, more succinctly. The issue I'm having, very simply, is that whenever I click on the "entries" page of one of my four "blog" pages, iWeb crashes; it does the same if I so much as ctrl-

  • Where does FCP store the voice-overs/narration clips?

    Just did a 'my bad'. Just left the distant remote location where I've been editing a film for three months.  Used the voice-over function on FCP extensively.  But, ooops, forgot to go find the subsequent files in whatever folder FCP stores them in, a

  • Why is the second procedure in my package not working??

    Hi I have a package that I want to run every 15 minutes. When I try to run the procedures manually and each one seperately they work. But when I put together these procedures in a package, the second procedure does not work or not updating the table.

  • Howto get info about a structure !?

    Hi, I found a structure with field: ADRC_STRUC - REMARK I need to know what table it takes it's data from. Howto ? I tried the "Where-Used-List" ... but its not simple I want to see the SELECT INTO clause... i belive... //Martin Message was edited by

  • Enabling back/forward mouse buttons in Dolphin

    Hi, I am new to Arch and am not completely sure yet on how to go about providing a solution that I found. I've searched the Wiki and the Forums for this issue and wasn't able to find a solution through any Arch site. I was, however, able to find a so