I am currently with a problem. I am creating a reporting system in C#. It uses Excel and Word. The system generates a Word document and then imports the Excel document into the Word document.
The problem is as follows: If I have a Word document with red text export to PDF I get the neat red. Same with a standard Excel export.
But! I want do do this:
- Make a Excel document with (for example) red text
- Import the Excel document in Word
- Export the Word document to a PDF
So the million dollar question is:
How can i keep the coloured text from excel when i export my Word to PDF ! :-D
I really appriciate any help! And i might throw in a bounty if the question stays open for a while.
Note: The color is still good when i import the Excel into Word.
Edit: I use the Office 2010 for generating the report
Edit2: