We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i use the exporter, i get 3 separate PDF files, one for each page in my diagram.
Ex:
docker run -it -v $(pwd):/data rlespinasse/drawio-export -s .99 -f pdf 3-page-drawing.drawio + export file : ++ export page 1 : Page One +++ generate pdf file ++ export page 2 : Page Two +++ generate pdf file ++ export page 3 : Page Three +++ generate pdf file
I can use the headless docker image to create a single PDF file with 3 pages.
docker run -it -w /data -v $(pwd):/data rlespinasse/drawio-desktop-headless -s .95 -x -f pdf -o 3-page-pdf.pdf 3-page-drawing.drawio
Here is the version that I am using:
$ docker run -it -v $(pwd):/data rlespinasse/drawio-export --version drawio-exporter 1.1.0
Can the drawio-exporter export all tabs to a single PDF?
The text was updated successfully, but these errors were encountered:
This will be a new feature to implement like --split-mode
--split-mode
- per_page (default) - none (your usecase)
per_page
none
Will implement --all-pages option from drawio-desktop cli, which indicate to generate all pages into one PDF.
--all-pages
Sorry, something went wrong.
No branches or pull requests
When i use the exporter, i get 3 separate PDF files, one for each page in my diagram.
Ex:
I can use the headless docker image to create a single PDF file with 3 pages.
Ex:
Here is the version that I am using:
Can the drawio-exporter export all tabs to a single PDF?
The text was updated successfully, but these errors were encountered: