On 2010-12-07, cgTobi wrote: > Hi all, > I am new to sphinx and reST. I am putting together a documentation > with some screenshots. In the html output the embedded screenshots > look perfectly fine but when generating the pdf with rst2pdf the > images are way too small. Is there a way to correct the images only > for the pdf?
Several: * Set width or hight of the image(s) in absolute units (not px). * Configure the "resolution", i.e. the conversion factor of px to an absolute lenght. It's typically given in dots per inch (DPI). You will have to look in the rst2pdf documentation on the exact name of this config value. Günter -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.