Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8063573
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T11:05:10+00:00 2026-06-05T11:05:10+00:00

I need to add a CMYK Image ( java.awt.BufferedImage ) to a Pdf-Document with

  • 0

I need to add a CMYK Image (java.awt.BufferedImage) to a Pdf-Document with iText.

I’m trying to do it with:

com.lowagie.text.Image img = Image.getInstance(BufferedImage, bgColor);

This produces an RGB image in the resulting PDF. (and I suppose it’s a bug, because it just ignores ColorModel). However I could use:

com.lowagie.text.Image img = Image.getInstance(byte[] rawData);

And it produces a correct CMYK-Image in PDF. But for the second case I need to convert java.awt.BufferedImage in ByteArray. I cannot do it with ImageIO.write(ByteArrayOutputStream). I also cannot do it with com.sun.image.codec.jpeg.JPEGImageEncoder because I must use OpenJDK.

Any ideas how can I achieve the correct behavior to write a CMYK image in PDF using iText?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T11:05:12+00:00Added an answer on June 5, 2026 at 11:05 am

    So basically what you’re asking is how to convert a BufferedImage to a byte[] to print to PDF?

    BufferedImage img; // your image to be printed
    String formatName; // name of the image format (see ImageIO docs)
    ByteArrayOutputStream baos = new ByteArrayOutputStream();
    ImageIO.write( img, formatName, baos);
    byte[] rawData = baos.toByteArray();
    

    You should be able to use that for the CMYK-image as you had in your original post:

    com.lowagie.text.Image img = Image.getInstance(byte[] rawData);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to add some text between the list items, but I haven't seen
Need to add it to textview, for example, standard java-code.
Need to add a Java class (named HistoryBean in my project) to the ServletContext.
I need add in runtime a png image to a TImageList . I've looked
I need to add some random html content with text before and after my
I need to add a few Web Services into my simple Java Application project
I need add a new user group for mediawiki. The new group has more
need to add a 2nd css stylesheet to a page. do i add a
I need to add a division sign as an item in a combobox. This
I need to add an additional header to the top of the table. the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.