Bad performance convert tif to pdf using ITextSharp

后端 未结 7 1298
猫巷女王i
猫巷女王i 2021-02-15 17:03

Summary: How can I reduce the amount of time it takes to convert tifs to pdfs using itextsharp?

Background: I\'m convertin

7条回答
  •  北荒
    北荒 (楼主)
    2021-02-15 17:34

    I had this exact problem. I ended up using Adobe Acrobat's Batch Processing feature which worked well. I just set up a new Batch Process that converts all the tiffs in a target folder to PDFs written to a destination folder and started it. It was easy to set up but processing took longer than I liked. It did get the job done.

    Unfortunately Adobe Acrobat is not free, but you should consider it (weighing the cost of your time to develop a 'free' solution vs. the cost of the software).

提交回复
热议问题