Help with correcting orientation of the format

I have used the following command to create the Tiff file attached.

c:\doc2any\docprint_client.exe wait c:\doc2any\doc2any.exe -multipagetif -useoffice 1 -xres 300 -yres 300  "\\sc-ntfs4\R2-prod\Order_Folders\000009999991\01_Show_brief-Crew_paperwork\risk assessment.docx" "C:\LogFiles\WorkArea\risk assessment.tiff"

The input file is clearly landscape and the output file is truncated to a portrait format.    Note that this situation could also occur the document was landscape on one page and portrait on another within the one document.  How does the software handle that?

Note that this works correctly if I use the print driver directly.

Help with correcting orientation of the format

Thanks
========================================
You should add “-useprinter” parameter to convert your DOCX document to TIFF file at correct orientation, please refer to following command line,

doc2any.exe -multipagetif -useoffice1 -xres 300 -yres 300 -useprinter "D:\temp\Show Risk Assessment.docx" "D:\temp\Show Risk Assessment.tif"

clip_image002

The output TIFF file will like below,

clip_image004

You can rotate the TIFF image in Image Viewer application to view the TIFF file at normal direction,

Help with correcting orientation of the format

VeryDOC

Related Posts