Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Poppler を使用して、Qt および C++ で pdf ビューアを作成しています。ウィジェットのサイズに合わせて PDF ページをレンダリングするにはどうすればよいですか? Poppler は、dpi を受け取り、その dpi によってサイズが異なる QImage を返す renderToImage という名前のメソッドを提供します。適切な dpi を計算する方法は?