How to convert a coloured document into black and white pdf .

I have to write a script in c++ to convert a coloured document into black and white pdf .can anybody help.

You've posted on a forum dedicated to discussions of a resource center called the "Adobe Exchange" that has nothing at all to do with Acrobat.

Similar Messages

  • Putting colour back into black and white photo

    How do I change a colour photo to black and white,then re introduce certain colour(s) back in elements 11

    RobDy wrote:
    How do I change a colour photo to black and white,then re introduce certain colour(s) back in elements 11
    To do this, get the smart brush tool out of the tool box, the one with the gears. On the tool's option bar, in the drop-down select reverse effects, and the first effect listed is "turn to b/w in reverse."
    Click on that, then outline the object which is desired in color. Note, you can add to, and subtract from, the selection via the appropriate icons on the tool's option bar.

  • How to convert color tiff into black and white?

    Hey guys, am new to JAI and need to convert a color tiff into black and white, I've gone through google and developed following code.
    img = JAI.create("fileload","C:/eosimias.tif");
                   newColorModel = new ComponentColorModel(ColorSpace.getInstance(ColorSpace.CS_GRAY),new int[] {8},
                             false, false, Transparency.OPAQUE, DataBuffer.TYPE_BYTE);
                   pb = new ParameterBlock();
                   pb.addSource(img);
                   pb.add(newColorModel);
                   img2 = JAI.create("ColorConvert", pb);
    frame = new JFrame("Tiff study");
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              frame.add(new ScrollingImagePanel(img2, 400,400));
              frame.pack();
              frame.setVisible(true);When I execute the following program I get the following error
    java.lang.IllegalArgumentException: The specified ColorModel is incompatible with the image SampleModel.
    on the line frame.add(new ScrollingImagePanel(img2, 400,400));can someone please help me out with it.
    Thank you in advance.

    Check under Image> Mode and select 8 Bits / Channel  first.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Help! How can i print a color document in black and white?

    I have tried some of the other solutions found on Google but i still can not figure out how to print a color document in black and white on my macbook pro...can someone help me?

    One of the print dialogue options is for a black-and-white draft, for both Safari and Word.

  • Converting a Color Cad file into a Black and White .pdf

    My company recently bought me Adobe Acrobat XI-Professional as an upgrade from Adobe Acrobat 9-Standard. As such, one of the tasks assigned to me was to take color CAD drawings (.DWG extension) created in AutoCAD 12 and then convert them into black-and-white .pdf files. I recognize that there is a "Print in grayscale (black and white) option, but I'm finding that all of the text used in the CAD drawing (generally yellow and cyan) is coming out in grey rather than black against white. I need all of the colors to generally be black.
    Is there a solution that I'm overlooking?
    Thanks in advance!

    Hi TTownWriter,
    On conversion Yellow, cyan and red etc convert as grey instead of Black.
    This is an expected behavior.
    Regards,
    Rave

  • Black and white PDFs printing in changing colours from preview

    I am often printing black and white PDFs from preview with my HP PSC 1510 All in one printer and scanner. After updating to OS 10.6, my PDFs have been coming out in colour. They usually start in black, then change in the middle of a line of music or text to purple, red, blue and green. The longer the document, the more different colours I get. This is not occuring when printing black and white documents from NeoOffice, only when printing black and white PDFs from Preview. As this is what most of my printing consists of, this is extremely annoying.
    I am high on black ink, as I recently changed catridge and I have also made certain that the printer driver knows this by using the printers and faxes preferance panel and selcting the" levels of material" button to update this, and it seems to understand that I am high on black and low on colour, but still the problem occurs with every PDF i print. (If this button is called something else, but similar, that is because I am using a norwegian system and don't actully know what it is called in the english OSX.)
    There is no "print in black and white" button in the printer dialog either, so I can't fool the printer to print in black and white what it perceives as colour in my black and white PDFs either.

    Be sure you have applied both the 10.6.2 update and the absolute latest drivers for HP from Apple:
    http://support.apple.com/kb/DL907

  • .dwg to black and white .pdf

    I'm using X Pro to covert .dwg files.  After converting, the .pdf file retains all the pretty color layers.  How do I convert the .dwg to a black and white .pdf?

    Thanks for reply.  I'm not trying to print, I just want to view the .pdf in black and white.  I do not have autocad installed (i know nothing about it).

  • How to convert a word document into the PDF format?

    Please instruct me step by step on how to convert several Word documents into the PDF format?

    If properly installed and updated (depending on the WORD version), you can simply do any of the following:
    1. Open the doc in WORD and select Print, choose the Adobe PDF printer, print.
    2. Open the doc in WORD and go to the Acrobat menu in WORD and select create PDF (this uses PDF Maker).
    3. Open the doc in Acrobat and the conversion should be done based on PDF Maker.

  • How to convert a protected document into a PDF?

    Hello,
    I need to develop a plugin that needs to convert a protected document in office format into a pdf. I looked into the sdk and found the method AVConversionConvertToPDFWithHandler (). But can this method also apply the digital rigths of the protected document to the newly created pdf?
    Is there any other way to convert a protected document into a pdf and at the same time apply the rights to the pdf? I don't want to use Adobe LiveCycle for digital rights management.
    What are the requirements to develop a DRM plugin for acrobat?
    Please Help!
    Thanks in advance!

    The AVConversion APIs will use Office itself to perform the conversion (well, the rendering part).   I would ASSUME that when Office opens the document, it will ask for any necessary passwords or other information to determine if the user has the rights to view and/or process the content of the document.  If they do, then the conversion will succeed otherwise it will fail.   The PDF will not have any DRM applied to it, since we don't know anything about the Office DRM options.
    If you wish to apply DRM to the PDF, you will need to do that yourself or using tools such as LiveCycle Rights Management.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Tue, 29 Nov 2011 02:26:37 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: How to convert a protected document into a PDF?
    How to convert a protected document into a PDF?
    created by poortip87<http://forums.adobe.com/people/poortip87> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4051919#4051919

  • How to convert org.dom4j.Document into org.w3c.dom.Document  ?

    Hi,
    I have done googling for how to convert org.dom4j.Document into org.w3c.dom.Document , but could not get any usefull data.
    If any one is having solution or any idea, please reply.
    Thanks in advance
    <!--Session data-->

    Note: This thread was originally posted in the [Java Programming|http://forums.sun.com/forum.jspa?forumID=31] forum, but moved to this forum for closer topic alignment.

  • How to set default to convert a document to a black and white pdf file?

    I have dozens of color Word files that I need to convert to black and white pdf files on a weekly cycle.  I figured out that I can do this for individual files by clicking "print", "properties", then choose the "paper/quality" tab, and then click on "black and white".  However, I cannot make the "black and white" selection permanent.  That is, the next file requires me to go through the same four-step process to convert a Word file to a black and white pdf file.  Any suggestions on how to make the "black and white" selection permenant?

    Sorry.  I forgot to mention that I am using Acrobat Adobe Pro 9.4.2.

  • How do I move a document into a folder in PDF reader on an iPad

    How do I move a document into a file in PDF reader on my iPad

    When you're looking at the list of documents, touch the Edit button at the upper-right. Then select the file you want to move by touching the check box to its left, and click the Move File icon, it's the third one from the left at the top of the screen. You'll be prompted to "Move selected document" after which the "Choose a location" dialog will appear to allow you to select a destination folder.

  • How convert a color pdf to black and white pdf...? new acrobat in creative cloud cs6

    how convert a color pdf to black and white pdf...? new acrobat in creative cloud cs6

    Print Production << where is this in XI...?

  • How to get AirPrint on iOS to print color documents in black and white?

    I use iOS 6.0.1 and I use AirPrint on my iphone4s to print documents wirelessly to my printer. The problem is that if the document that I am printing has ANY color on it at all, the printer will print that part in color. Sometimes I actually want the document in black and white only. But AirPrint doesn't give us the option to do this , like OS X for Mac does.
    Color ink is way too expensive to just be using "willy-nilly".
    Apple , give us a black and white option on AirPrint !
    Anyone know any ways around this until Apple updates iOS ?

    It might be a problem with your printer's color profile. Did you try to set the color profile in the print dialogue to "black and white" (choose: "more options" in the print panel) ?

  • How do I set my printer to black and white ONLY?

    I have an HP Photosmart All-In-One C4480.  I don't want to have to buy color cartridges, because I only need black and white, and I have three black and white cartridges already.  How do I set the printer to print my documents in black and white only?
    Thanks,
    TW

    Hi,
    Follow the steps below to print using Black Ink only:
    1. From the application used to print, click the File menu and select Print. The Print window appears.
    NOTE: The Print window might be minimized: Click the Show Details button to see all available settings.
    2. To access the color options, click the lowest selection box listed as the name of the program (e.g. TextEdit)
    Will appear as Copies & Pages within Microsoft Office applications.
    3. Select Paper Type/Quality from the drop-down menu.
    4. Click the triangle next to Color Options to expend the settings.
    5. Set the Color field as Grayscale.
    6. Set the Grayscale Mode as Black Ink Cartridge Only.
    You may save the settings for future use by clicking Presets > Save Current Settings as Preset...
    Any used preset will remain default so simply select teh standard preset to print in color.
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

Maybe you are looking for

  • Pages '08 Dictionary Error

    When ever in Pages '08 I have noticed that when I use the Dictionary shortcut (Ctrl + Command + D) most times the little pop-up window would not hover over the word as expected. Instead it will be near the top of the current page out of view making t

  • ITunes library disappeared and cannot reinstall from Time Machine

    I have searched all support threads for my problem -- updated to Mavericks and all my playlists disappeared and audio files that the new itunes didn't seem to know what to do with (meditation i.e.) I've tried to reinstall from Time Machine, but all s

  • IN operator Alternate ?

    Hi, I have 25000 values to check whether it is exist or not. Using In operator I can pass only 1000 values at a time. Can we have anyother method to check the values. Thanks, Venkataraman L

  • 7831R Analog Input Noise Problems

    Hi, I am running a data logging application which samples the analog inputs of my 7831R FPGA card with a sample rate of 10KHz. I am interested in how noisy the PXI system itself is, so I shorten AI0+ and AI0- together, hook both of them up to A0GND t

  • Where can i get craxDrt.dll,craxDDrt.dll ,crviewer.dll (11.5)?

    where can i download the files below? craxDrt.dll              Crystal Reports ActiveX Designer Run Time Library 11.5 craxDDrt.dll           Crystal Reports ActiveX Designer and Design Run Time Library 11.5 crviewer.dll            Crystal ActiveX rep