TIF 轉成PDF後頁面會縮小, 如何可以滿版?
以下是程式碼片段
using (FileStream fs = New FileStream($“D:\IMG2PDF.tif”, FileMode.Open, FileAccess.Read))
{
// Create a New Document object
Document pdfDocument = New Document();
// Ad…...以下是程式碼片段 using (FileStream fs = new FileStream($“D:\IMG2PDF.tif”...Create a new Document object Document pdfDocument = new Document();...