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.
MuPDFs 修正 API のいくつかを使用して PDF を編集しましたが、この修正された PDF をディスクに保存する方法がわかりません。これは可能ですか?もしそうなら、どうすればこのPDFを保存できますか?
pdf_write_document を呼び出す必要があります。ただし、これはバージョン 1.0 のリリース後に追加されたため、使用する場合は Git リポジトリから最新のソース コードを取得する必要があります。
関数の使用法を示すコードが mupdfclean.c にあると言われています。