How to exclude a specific namespace when generating pdf? #8229
Answered
by
paulushub
tongvietdung
asked this question in
Q&A
-
|
As I understand docfx will generate pdf sections base on |
Beta Was this translation helpful? Give feedback.
Answered by
paulushub
Oct 26, 2022
Replies: 1 comment
-
|
PDF is a post processor, and it builds its own html files with the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
markjulmar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PDF is a post processor, and it builds its own html files with the
pdf.defaultstemplate.I think one way to handle your case is create different
docfx.jsonfiles; one for the pdf with the filters you want.