[Enhancement]: ALDOC -> possibility to build pdf #1608
Replies: 6 comments
-
I just confirmed that this can be done by replicating files from AL-Go-Actions, and modifying docfx.json to include globalMetadata.pdf=true, and then running docfx pdf docfx.json. But it's dumb to replicate and keep outdated files in our own repo, when this could be a nice and easy additional functionality to implement. |
Beta Was this translation helpful? Give feedback.
-
sounds like a good idea to add. |
Beta Was this translation helpful? Give feedback.
-
Hi @freddydk , |
Beta Was this translation helpful? Give feedback.
-
Please copy/paste code instead of screen shots, thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @freddydk , paste of example below, images give positions.
|
Beta Was this translation helpful? Give feedback.
-
Related to #1466 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
I would love to see the ability to build a pdf using docfx instead of publishing as a webpage.
It could then be deployed to storage like the .app-file, or emailed to the customer or what have you.
Local command line this is very easy, just running
docfx build docfx.json
docfx pdf docfx.json
Beta Was this translation helpful? Give feedback.
All reactions