You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-example from console: "python unoconv -f pdf --stdout myfile.odt >> result.pdf
result.pdf is unusable because of bad end of line (in windows text style).
It works fine forcing "binary output" before write to stdout on win32 platforms
Tested & working ok with this ugly patch on def writeBytes( self, seq ):
-example from console: "python unoconv -f pdf --stdout myfile.odt >> result.pdf
result.pdf is unusable because of bad end of line (in windows text style).
It works fine forcing "binary output" before write to stdout on win32 platforms
Tested & working ok with this ugly patch on def writeBytes( self, seq ):
same as http://stackoverflow.com/questions/2374427/python-2-x-write-binary-output-to-stdout
The text was updated successfully, but these errors were encountered: