rst2pdf icon indicating copy to clipboard operation
rst2pdf copied to clipboard

Generate PDF for language files

Open sachin-suresh-rapyuta opened this issue 3 years ago • 0 comments

How to generate the pdf for language translated .po files?

The command sphinx-build -b pdf . build/pdf works for default English pdf.

I have created the POT files using the command: sphinx-build -b gettext . build/gettext.

Generated the .po files using: sphinx-build -b html . build/html/ja -D language='ja'

Now I need to generate the PDF file for the index.html which is inside the build/html/<lang> folder.

sachin-suresh-rapyuta avatar Sep 06 '22 07:09 sachin-suresh-rapyuta