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
{{ message }}
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.
Following the fix in #7, I tried again to print pdf but the pdf file is not generated in the correct folder.
Currently, it is generated in dirname(chome_bin). All the part about renaming and moving does not work.
Also, the return path string is not correct.
It seems that the path to the output file is missing and we should have --print-to-pdf=<output_path>. It should generate the file correctly in the destination folder, and we do not need the renaming anymore.
I'll do a PR about that.
The text was updated successfully, but these errors were encountered:
Following the fix in #7, I tried again to print pdf but the pdf file is not generated in the correct folder.
Currently, it is generated in
dirname(chome_bin)
. All the part about renaming and moving does not work.Also, the return path string is not correct.
It seems that the path to the output file is missing and we should have
--print-to-pdf=<output_path>
. It should generate the file correctly in the destination folder, and we do not need the renaming anymore.I'll do a PR about that.
The text was updated successfully, but these errors were encountered: