IronPDF トラブルシューティング ネットワークプリンタからの印刷 ネットワーク プリンターから PDF を印刷する カーティス・チャウ 更新日:2025年8月20日 IronPDF をダウンロード NuGet ダウンロード DLL ダウンロード Windows 版 無料トライアル LLM向けのコピー LLM向けのコピー LLM 用の Markdown としてページをコピーする ChatGPTで開く このページについてChatGPTに質問する ジェミニで開く このページについてGeminiに問い合わせる Grokで開く このページについてGrokに質問する 困惑の中で開く このページについてPerplexityに問い合わせる 共有する Facebook で共有 Xでシェア(Twitter) LinkedIn で共有 URLをコピー 記事をメールで送る This article was translated from English: Does it need improvement? Translated View the article in English IronPrintは、Iron Softwareの新しい.NET印刷ライブラリで、Windows、macOS、Android、iOSを含む幅広いプラットフォームで互換性を提供します。今すぐIronPrintを使い始めましょう! ネットワークプリンタから印刷するためにIronPDFをどのように使用しますか? IronPDFはC#で利用可能なすべての印刷オプションをサポートしています。 デフォルトのプリンタに送信: Print メソッドを使用して、PDF をデフォルトのプリンターに送信します。 IronPdf.PdfDocument.Print(System.Boolean) // C# example of sending a PDF document to the default printer using IronPdf; var pdf = PdfDocument.FromFile("example.pdf"); // Sends the document to the default printer pdf.Print(showPreview: false); // set `showPreview` to true to see a preview before printing // C# example of sending a PDF document to the default printer using IronPdf; var pdf = PdfDocument.FromFile("example.pdf"); // Sends the document to the default printer pdf.Print(showPreview: false); // set `showPreview` to true to see a preview before printing $vbLabelText $csharpLabel 指定された名前のプリンタに送信: プリンタを名前で指定するには、オーバーロードされた Print メソッドを使用します。 IronPdf.PdfDocument.Print(System.String, System.Boolean) // C# example of sending a PDF document to a specific printer by name using IronPdf; var pdf = PdfDocument.FromFile("example.pdf"); string printerName = "MyNetworkPrinter"; // Sends the document to the specified printer pdf.Print(printerName, showPreview: false); // C# example of sending a PDF document to a specific printer by name using IronPdf; var pdf = PdfDocument.FromFile("example.pdf"); string printerName = "MyNetworkPrinter"; // Sends the document to the specified printer pdf.Print(printerName, showPreview: false); $vbLabelText $csharpLabel プリンタを発見する: 特定のプリンタにドキュメントを送信するには、プリンタが"発見"されていることを確認してください。 インストールされたプリンタの一覧を取得する コンピュータ内のすべてのプリンタの一覧を取得する方法 AirPrintの場合: AirPrintを使用する場合は、次の提案を試してください。 AirPrint:PDFファイルを直接プリンタに印刷する AirPrintプリンタを偽装する方法 次も試してみてください: PdfDocument.GetPrintDocument() または PdfDocument.Print のオーバーロード。印刷プレビュー ウィンドウが表示され、使用可能な場合は AirPrint を選択できるようになります。 カーティス・チャウ 今すぐエンジニアリングチームとチャット テクニカルライター Curtis Chauは、カールトン大学でコンピュータサイエンスの学士号を取得し、Node.js、TypeScript、JavaScript、およびReactに精通したフロントエンド開発を専門としています。直感的で美しいユーザーインターフェースを作成することに情熱を持ち、Curtisは現代のフレームワークを用いた開発や、構造の良い視覚的に魅力的なマニュアルの作成を楽しんでいます。開発以外にも、CurtisはIoT(Internet of Things)への強い関心を持ち、ハードウェアとソフトウェアの統合方法を模索しています。余暇には、ゲームをしたりDiscordボットを作成したりして、技術に対する愛情と創造性を組み合わせています。 準備はできましたか? Nuget ダウンロード 17,803,474 | バージョン: 2026.3 リリース 無料トライアル NuGet 無料版 総ダウンロード数: 17,803,474 ライセンスを見る まだスクロールしていますか? すぐに証拠が欲しいですか? PM > Install-Package IronPdf サンプルを実行するHTML が PDF に変換されるのを確認します。 NuGet 無料版 総ダウンロード数: 17,803,474 ライセンスを見る