zamzar / zamzar-samples-hotfolders

Sample Python app which uses the Zamzar Developer API to automatically monitor folders for files to convert into different formats
MIT License
9 stars 6 forks source link

xlsx to pdf conversion does not retain word wrapping settings #2

Closed deantaylormax closed 3 years ago

deantaylormax commented 4 years ago

Now, this may not be your code, but may be the zamzar API. But, I have a formatted xlsx file that includes wrapping on column text and when the conversion to pdf is complete, the column text content is cutoff instead of wrapped. However, the column width settings of the xlsx are preserved in the converted pdf. I presume it is not your code causing this, but just in case i thought I would bring this to your attention. My Python is intermediate level at the moment so that may be my mistake.

whyleyc commented 3 years ago

Thanks for reporting this @johntaylorpa - this issue is present regardless of what client code is used, so isn't an issue specific to the way the API is called, but rather with the internal API file processing. We've raised it as an issue internally.