How to set the pdf download location of itextpdf to be selected by the user rather than saving to the default filepath?

后端 未结 0 1277
太阳男子
太阳男子 2021-01-05 11:04

This is how my code starts.

Document document = new Document();
try {

    document = new Document();
    PdfWriter.getInstance(document, new FileOutputStream         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题