Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting a directory of files doens't respect de output directory parameter #221

Closed
cdepablo opened this issue May 9, 2024 · 2 comments
Assignees
Labels

Comments

@cdepablo
Copy link

cdepablo commented May 9, 2024

With this parameters

docto.exe -G -WD -t wdFormatPDF -f "x:\rm400\doc\" -o "x:\rm400\pdf"

Up to now, the output was generated in:

x:\rm400\pdf\name.pdf

But with the lastes version it has started to generate output in:

x:\rm400\pdf\.pdf\name.pdf

I have also tried with this:

docto.exe -G -WD -t wdFormatDocumentDefault -f "x:\rm400\temp\" -o "x:\rm400\doc"

And the output directory was

x:\rm400\doc\.doc\

I haven`t found any comments to know if this is expected behavior or a bug.

Thanks

Copy link

github-actions bot commented May 9, 2024

Thank You for the Issue. I will try to get to look at it as soon as I can.

@tobya
Copy link
Owner

tobya commented May 12, 2024

Thanks for finding this.

This will be in next release v1.15 - I'll release today if i can.

@tobya tobya closed this as completed May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants