CorelDRAW X4 :: Can't Print / Print Options Are Grayed Out
Sep 4, 2013I have CorelDraw X4... I created a design like I always do, but I can't print. All the "Print" options are grayed out and won't let me use them.
View 4 RepliesI have CorelDraw X4... I created a design like I always do, but I can't print. All the "Print" options are grayed out and won't let me use them.
View 4 RepliesI am using CorelDraw to create price labels for my store. When I merge in the price field for an item I want it to show on the label with the cents in superscript as opposed to using a decimal and full sized cents text. Is this possible in any version of CorelDraw using the print merge feature?
Keep in mind that I also have the price field in an envelope so that the price takes up the full size allotted on the label whether the price is $1.99 or $999.99.
Whenever I perform a PrintMerge the print dialog and its options are reset everytime I leave the print dialog.
Usually you hit print set parameters and hit apply, you now can cancel the dialog and hit print again, your previous settings should still be there. Same goes if you actually print and want to repeat the print process, as long as you dont close the document. This works for normal printing but fails with print merge.
Every time I close the dialog (not the document) all the settings are back to default. This did not happen in X5 and is very annoying since it resets to default even if you actually hit print, forcing you to set the parameters every time.
I use Print Preview in X4 for all printing - great tool.
When I use Print Preview in X6 the print options are not saved when I exit Print Preview to make adjustments.
I make the correction - go back into Print Preview and all options have gone back to default. Is there anyway of correcting this.
This file will crash when I try to print or print preview.
[URL]
No problem printing other files.Btw, from Document Properties, it shows that there are two RGB fills, which I cannot find.
That's the reason why I go into Print Preview to look at the separations.
When I open a document, go to File > Print, the Print selection is grayed out, so I cannot print anything.
View 5 Replies View RelatedI am working in Photoshop CS3 Extended and I suddenly do not have access to the print command (or to page setup, or print one copy). These three commands are grayed out while the rest of the File drop down menu is active. No trouble printing in other apps.
View 29 Replies View RelatedWhy in some of my drawings I am not able to select the "scale lineweights" check box in the plotting dialog? I am using 2002. I can't seem to find any differences in these dwgs?
View 2 Replies View RelatedIn LR4 print module the print and print one tabs are greyed out and I can't reset.
View 1 Replies View RelatedI have received a drawing with a a layer's print icon grayed out in the layer manager. I can print anything from that layer and I do not know how to switch on printing for that layer. What must I do and what does the grayed printer icon mean?
View 2 Replies View RelatedHaving solved my problem of printing multiple copies, I now canot print at all. Page setup and print command are grayed out. Printer works in light room and pages. OS xLion epson R3000 Elements 11 Trial version.
View 1 Replies View RelatedI have found the printing options in PDN to be..In all probability, PDN will print just the way I want it to, and I'm just not smart enough to figure out how to do it.
Right now, all I want is to be able to print at something less than full-page. For example, I create a simple drawing, size it in PDN to, say, 2 inches by 2.5 inches. It will print out at 8 inches by 10 inches, with no other choices, at least not that I was smart enough to find.
This is probably the rankest heresy to say this on the Paint.Net forum, but I find the Microsoft Paint print options to be far more useful, with the ability to scale the drawing by percentage, fit to a single page or fit to multiple pages, make my own choice about landscape vs portrait mode, etc. Unfortunately, MS Paint won't run on my computer anymore, probably a corrupted DLL file or something that will require a nuke and repave operation to fix. [This is one of the better things to happen to me, because without it I wouldn't have found and installed Paint.Net! ]
Rick Brewster has said in the "Popular Feature Requests" thread Better printing user interface -- Planned for a pre-4.0 update. Will this just be a change to the UI, or will there be added functionality? I installed the "PrinterPlus" plug-in, and while it mimics the MS Paint print interface to some degree, it does not add any of the MS Paint print options.
What will the "Better printing user interface" actually do, and is there any projected time frame?
I can only print my photoshop work on A4 when I want it on A3. Its not greyed out it doesnt respond. Strange as it was working no problem then suddenly stopped. I am using a mac OX10.8.4 and a macbook pro. I have reloaded my printers drivers Brother DCP 6690CWP and it still doesnt work.
View 2 Replies View RelatedWhy my PS CS6 has crossed out my print options.?
View 6 Replies View RelatedI loaded Photoshop 7 on my Vista Premium machine and now I do not have all of the print size options that were listed on XP. I need these options to print photos, cards, etc. for my business.
View 1 Replies View RelatedI have been told that when sending my JPEGS to my PRO lab that I can save them with a JPEG image quality of 10 instead of the maximum of 12. They say that there is no difference in the 10 versus the 12 in print quality. Is this true or are they just telling me this to save capacity and space on their server? The bulk of my print sizes are in the range from 4x6 to 8x10. Why are there 12 quality options to choose from? What are the differences from low, medium, high and maximum?
View 9 Replies View RelatedI am using Autocad 2010, and have upgraded to windows 7. When I publish to pdf using Dwg to Pdf.pc3, my options (single-sheet file, do not include layers, etc.) are ignored and I always get multi-sheet files with layer information included regardless of what options I select.
View 9 Replies View RelatedNeed to make the dwg file into pdf but I also need to set margins (10mm top,right,bottom and 20mm on the left side), tried with some programs but it only gives me the option to set "global" margins and if i use CAD it trims the drawing. I'm working with A4(210,297).
View 1 Replies View Relatedi cant seem to set print options on a Mac using Mountain Lion.Where can I find the options such as paper type, resolution and gamma etc. its available when i print from pages but not from PSE9
View 14 Replies View RelatedWhen set it to use 11x17 paper it will print 8.5x11 which is the default size for the printer. So if I change the printer options to default to 11x17 it will print with 11x17. Changing the color between color, greyscale, and blackandwhite don't affect the prints either.
Also is there a way to detect the default printer since I noticed when I "printed" a pdf manually and then tried this script it used the pdf printer and not the default printer, which I would always want to use.
Public Sub Single_Print_11x17() Dim oPrintMgr As PrintManager Set oPrintMgr = ThisApplication.ActiveDocument.PrintManager If MsgBox("Using default printer """ & oPrintMgr.printer & """ with 11x17 paper. Do you want to continue?", vbYesNo + vbQuestion) = vbNo Then Exit Sub Print_doc printer:=oPrintMgr.printer, paper:=kPaperSize11x17, black_white:=TrueEnd Sub
If you notice that i'm not using two of the arguements in the function that are passed, that's because they don't appear to affect anything so I just left some of it hard coded. When/if I can get the different options working I'll start using the arguements more since I have plans.
Function Print_doc(ByVal printer As String, ByVal paper As String, ByVal black_white As Boolean) If ThisApplication.ActiveDocument.DocumentType <> kDrawingDocumentObject Then Exit Function Dim oDrgDoc As DrawingDocument Set oDrgDoc = ThisApplication.ActiveDocument Dim oDrgPrintMgr As DrawingPrintManager Set oDrgPrintMgr = oDrgDoc.PrintManager 'choose printer works oDrgPrintMgr.printer = printer 'choose sheets works oDrgPrintMgr.PrintRange = kPrintAllSheets 'choose size doesn't work oDrgPrintMgr.PaperSize = kPaperSize11x17 'choose scale works oDrgPrintMgr.ScaleMode = kPrintBestFitScale 'color/black & white don't work oDrgPrintMgr.ColorMode = kPrintGrayScale oDrgPrintMgr.AllColorsAsBlack = black_white oDrgPrintMgr.SubmitPrintEnd Function
I'd love to get all these options working since I want to be able to select size and color options when using my print scripts.
A client has asked for an advert to be reset for magazine publication. For various reasons I am preparing it in Illustrator CC (mainly that I am more comfortable with Illustrator and it contains some reasonably complex effects and blending options). Anyway the time has come to send it to the printers and I have that heavy feeling that all is not well! The Publisher is asking for a PDF
There are two gradients within the artwork, the entire background is a photograph blending into a Black gradient (the body text sits in white over the black). To get the right effect the black gradient overlay has blending option - Multiply on it and being concerned it may not print propery or have transparency issues I chickened out and justt created one whole background image in PS (photo, gradient and all) and just imported it as a single jpeg back into Illustrator (ensuring I was working in CMYK).
But there is also an outer glow and drop shadow on some white text that sits over the Photograph. Do I need to flatten the image manually before creating the PDF? Or does the creation of the PDF do this for you? When I manually do this it displays correctly providing I tick Preserve Alpha transparency.
I work in Illustrator CC, the publisher has asked for Pass4Press Ver 9, but this preset is for Illustrator CS3. Are there no updates? and indeed does it really matter?
Size of page differs in page size dialogue box to that listed in print options box. I changed computers and it works correctly in the second one in that the page size is the same in both boxes, but I still cannot get it to work in the original pc. Both the file and the printer are common. Reinstalling Xara does not work. It looks like it is not installing correctly, even though it appears to be.
View 1 Replies View RelatedThe "Apply" button is missing on my print options menu (XDPX9). I cannot apply any of the functions such as Imagingsetting - crop marks, output settings, layout settings, separations settings.
View 3 Replies View RelatedAI CS6 Layers panel missing labels when you deselect print in the layer options. Is this a bug? I noticed this on a furnished file at work on a MacPro and had a hard time working the file because all of the labels were missing.
I stumbled on the cause when I turned on the Print Layer and all the labels came back. To be sure it was not computer related, I made a file on my AI CS6 version 16.1.0 with the same result. See screen shot.
MacBook Pro, OSX 10.6.8, 2.8 GHz Intel Core 2 Duo, 4 GB 1067 MHz DDR3.
In the Printer Settings drop down menu both Color Mode and Print Mode are grayed-out. This just happened I cannot think of anything I've done differently.
I'm using OS 10.6.8 and the latest Epson drivers for the 3880. I have re-installed both PS and the Epson drivers. If I print from Acrobat Reader everything seems to work fine, this only is happening in Photoshop CS5.
Photoshop CS5 v12.1.
Mac OS 10.6.
I'm printing to an Epson R1800 printer.
Print. Choose Color Management. Choose Document. Choose "Photoshop manages color". Choose the correct printer profile that matches the paper I'm using. Choose Relative Colorimetric.
THEN, I click Print Settings...under the 4th drop downu I choose "Print setting..." again. Under "Basic" "color" and "Color settings" are grayed out as are some of the "Media Type" options.
Is this normal? The problem is my black and white prints are printing really badly. They have color tones. I've cleaned the nozzles on my Epson printer, done everything the print utility suggests. All the test prints look fine.
When printing in 3d with the vp set to 3dhidden and the shade plot set to hidden legacy some solid items print with the wire frame. This usualy happens with torus and cones. How do I stop this?
In the example look at the U-bolt.
I am having trouble printing to an HP Designjet T770 from AutoCad LT 2012, on a Windows 7 computer.
I am using the HPGL/2 driver. I can print a test page, and I can print from other programs.
When I try to print, it looks like it is sending it normally, but the printer just ignores it.
I am able to print to this printer from AutoCad 2010 on a Vista computer.
So I am working on this document and it has silver background. I go to print preview (Photoshop cs3 and cs4 on Vista) and I get color looking more like bronze looking but when I do print, it comes out just like it should (in working mode which is Monitor RGB with Proof colors checked).
This setting is the only one I've used to make sure image/psd looks exactly like what it should when printing. I tried the default Working CMYK with and without Proof colors but it's still showing me the bronze look instead of silver. I've looked on the net and no exact easy fix for this was found. I really really appreciate any help.
Another simple question is regarding size. I'm working on a document size of 17.5 x 8.7 inches and the actual Banners will be printed at size 175 x 87 inches (5 banners each at 35inch wide but combined into a big one). So essentially, I'm working at 10% the size of what the final print will be and my file size is 760mgs. You can only imagine how big the file would be if I work on the actual size.
When printing from PS CC using the print dialogue box I am getting a severe red shift in the final print. When I print the same image from PS CS5 or CS6 I get a color-correct print.
I am running a MacPro with OS 10.7.5, and printing to a Canon iPF8300 with its latest firmware and print driver. I am using the proper ICC profile for the paper. In the print dialogue box, I select "Photoshop Manages Colors".
A couple things I noticed: In the "Print Settings" where I dial in the printer setup, the settings for "Color" are both turned off (Colorsync & Vendor).In the printer driver settings (still within "Print Settings") the "Color" tab is grayed out, but when I click the "Settings" for that sub-panel, Colorsync is selected.When I printed the image from the Canon PS Plug-in, the red cast was gone, but the blacks were too heavy (there is no "Black Point Compensation" check box available because the Canon plug-in uses Adobe Color Engine for that, and it's only 32-bit and won't run).
I have multiple layout pages (58 pages) and would like to print them in a printer at once. How do I do that?
Currently, I open 1 layout at a time then print it 1 by 1, in which its killing me specially if I do have lots of drawings.
Publish does saving in DWF, PDF... But does not print in the printer.