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.
c++でLinux用に書かれたwkhtmltopdfのようなライブラリをiosに統合できますかhtml を pdf に変換する他の良いライブラリはありますか? (uiwebview を pdf に印刷する以外に)
特にwkhtmltopdfについてはわかりませんが、この場合、静的ライブラリをビルドする必要はありません。プロジェクトにwkhtmltopdfソースを含めて、ビルドしてもらうだけです。次に、wkhtmltopdfAPIを呼び出すことでwkhtmltopdfを使用できるようになります。