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.
python graphviz インターフェイスなど、pydot でグラフを作成しました。ここで、このグラフを reportlab レポートに入力したいと思います。これを行う直接的な方法はありますか?
pdfrw で同様の (しかしおそらく少し良い) パスを使用できます。pdfrw を reportlab と組み合わせて実行し、pydot からエクスポートした PDF をインポートして、reportlab でフォーム XObject (画像に類似) として使用できます。キャンバス。pdfrw examples/rl1 サブディレクトリには、このようなことを行う方法を示すいくつかの例があります。免責事項: 私は pdfrw の作成者です。