Hi. I’m working in a personal project that will be printed. I’m working in Microsoft word, and I must send the document as a pdf. I included some images with transparency, but when I convert from word to pdf, they have a black background.
I have tried lots of things, but I don’t know what I’m doing wrong.
This is what I do: In Krita, I only let visible the layer with the drawing, then flat the image (same result if I don’t). That let me with one root layer with my drawing and a background of grey and white squares. (I think that’s transparency). Then I export as a Tiff or png (same result with both), with the alpha channel, flat image, and ICC profile boxes checked.
Then I insert the image in my word document, and export to pdf, in the way the printing company ask: 300ppi pdf/xps compatible with iso 9005-1 compliant (PDF/A). The problem could be word of course, because I’m using an old version (2013), on windows 7 . But I’m not sure.
If you wonder why transparency isn’t allowed in PDFs that’s because they are supposed to be like paper documents as much as possible and paper is just not transparent traditionally. One could ask why Word doesn’t make the transparent parts white but this is a Krita forum not MS Word.
Ah, but I can answer that :-). A fully transparent pixel in Krita in an RGBA document has 0, 0, 0, 0 for channels values. If you lop off the A(lpha) channel, you’re left with 0, 0, 0 – which is black. You can save PNG images without transparency with any color replacing the transparent pixels, though white probably is most useful.
That’s some lazy ass converting. In all these years I never thought about it that’s from just dropping the alpha channel completely. One would think that Word would be smarter and change the color to something that makes more sense for a print document though.
And I’m a bit embarrassed that this never came to my mind in all my years as a developer who even worked with graphics
Thank you all so much for the answers. Yes, after I went to bed last night I thought in using just white background. But when you don’t understand something, sometimes you just try to stubbornly get it and make it work…
Sorry for bring ms word here, but I was unsure about everything in the process. Now I’m happy to know why things don’t work, even if they still don’t work. Printing can be hell when you are a begginer…