yeokm1 / docs-to-pdf-converter

A standalone Java library/command line tool that converts DOC, DOCX, PPT, PPTX and ODT documents to PDF files.
MIT License
590 stars 242 forks source link

Gradient Color & Background Color not converted when PPT to PDF converted #2

Open ntkarale opened 8 years ago

ntkarale commented 8 years ago

Hello, When i am trying to convert PPT to PDF, it is converted sucessfully but gradient color is not display in pdf & some times background is not converted. plz suggest me how to solve.

yeokm1 commented 8 years ago

Hi nkarale

All conversions including Powerpoint are handled by third party open-source libraries which are not perfect by themselves. I have to apologise as I have limited control on the output.

I'm not sure about your operating system. If you are using Linux, you can use Libreoffice to handle the conversion instead like here.

ntkarale commented 8 years ago

Thanks for replying.. I have done in core java it is fine, but I have to developed for android some jar files are conflicts. Please help me, which jar files includes for this projects..

yeokm1 commented 8 years ago

Err, I'm not sure if I understand. Are you using my library under Android? I neglected to mention but the libraries I use may not be compatible with Android. Because for some of them, the libraries may create more objects than Dalvik can handle.

Can you screenshot the problem?