The pdf export always produces a color-mode pdf, even when the document being exported is all black text. This is a serious problem when you are using a leased printer that is billed per impression, when color impressions are literally ten times more expensive than greyscale impressions.
Thank for bugreport It exports as color even if use File->Print instead of File->Export_as_PDF?
Yes, the pdf is color whether I export it, print to file, or use the CUPS pdf driver. I'll attach an Acrobat pre-flight report of the same document done all three ways, including the three pdfs.
Created attachment 62595 [details] Acrobat pre-flight report, along with 3 pdfs, showing color content.
Thanks for attachment with additional information
Could you attach original document used to produce PDF?
Created attachment 65344 [details] Requested document Sorry, but I no longer have the same version of the document from which I produced those pdfs, but there was nothing special about it. The same effect happened with any document. At any rate, the version I'm attaching is identical in content, but was saved with LibreOffice 3.6, as I am no longer using the 3.5 branch.
Dear Bug Submitter, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INVALID due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/FDO/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team
I do not know what additional info is needed or expected. I provided attachments that show exactly what I reported. I am running LibreOffice 4.0.3 now, and each pdf exported reports color content, such that for our leased Toshiba color laser printer, which is billed based on color or b/w pages, we are charged for color pages even though nothing is printed in color.
Please read the instructions carefully: "If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed." Marking as UNCONFIRMED so QA team knows information has been provided. Thanks!
@ David Burleigh Sorry for bureaucracy. IMHO LibreOffice includes in PDF no color profile. Acrobat uses it's internal default profile. And it is color. And I have one question (because I am not an expert in PDF format): how can we determine if PDF file is color or monochrome without Acrobat Reader?
I don't know the answer to that question. But I do know that with Scribus, when I export a pdf, I can choose whether it is color or grayscale. It would be very helpful if that option were available when generating a pdf from LibreOffice, and since Scribus is also open source, it should be possible to find out how they do it.
Created attachment 79965 [details] example document produced by Scribus with option set to monochrome
sorry for my previous comment. Color profile not involved here. When we open PDF document in text editor we can see this: /DeviceGray or this: /DeviceRGB IMHO this is what we searching for As I can understand this bugreport is about adding new option in export dialog.
*** Bug 61192 has been marked as a duplicate of this bug. ***
As PS printing used to allow grayscale and it's not an uncommon thing to want (grayscale print out), upping this to a high level enhancement request.
I don't really see this as a duplicate of Bug 61192 although I can see they are related. When you export as a PDF, there is no option at all for specifying color or not. That is what THIS bug (47278) apparently seeks. Bug 61192 has to do with printing documents from LO with the new PDF engine ignoring the file->print->properties->device->color setting. Has nothing to do with PDF files or PDF exporting.
Thanks for that crxssi - I saw one of your other bugs were tackled - we appreciate your knowledge with printer issues :)
Tested in LO 4.1. Behavior has not changed (still a problem)
*** Bug 115804 has been marked as a duplicate of this bug. ***
Changing priority back to 'medium' since the number of duplicates is lower than 5
UX-wise it wont hurt to add another option. Using "[x] Export in RGB colors" might be confusing due to CMYK but "[ ] Export grey scaled" could work. The code in vcl/source/gdi/pdfwriter_impl.cxx seems to be a bit more complex than just replacing DeviceRGB by DeviceGray. See also http://www.asppdf.com/manual_15.html