1
A
回答
1
由於這個SO Post:
PDFKit.configure do |config|
config.wkhtmltopdf = `which wkhtmltopdf`.to_s.strip
config.default_options = {
:encoding=>"UTF-8",
:page_size=>"A4", #or "Letter" or whatever needed
:margin_top=>"0.25in",
:margin_right=>"1in",
:margin_bottom=>"0.25in",
:margin_left=>"1in",
:disable_smart_shrinking=>false
}
end
您可以更改:page_size
變量,無論你需要的。
1
在初始化程序中指定page_width
和page_height
。
PDFKit.configure do |config|
config.default_options = {
:page_width => '169.33',
:page_height => '95.25'
}
end
或page_width
和page_height
在您的代碼中。
kit = PDFKit.new(html, page_width: '169.33', page_height: '95.25')
值是以毫米爲單位,感謝j.avi分享this solution。
0
這工作對我來說:
var doc = new PDFDocument({
size: [240, 320]
});
相關問題
- 1. PDFKIT自定義字體
- 2. IOError與Python Pdfkit
- 3. wkhtmltopdf在Rails與PDFKit
- 4. SQLite:最佳PAGE_SIZE
- 5. 自定義與非自定義屬性?
- 6. EXC_BAD_ACCESS自定義UIView與自定義XIB
- 7. 自定義NSTableView與自定義NSTableCellView?
- 8. 在Django Rest框架中定義分頁page_size per-view
- 9. 如何創建關於如何使用的LinearGradient與pdfkit與pdfkit
- 10. PDFKit - 定位中心
- 11. mvvm綁定自定義事件與自定義窗口與viewmodel
- 12. 自定義類與
- 13. 與自定義DLL
- 14. 與自定義類
- 15. PAGE_SIZE未申報C
- 16. pdfkit與ajax不工作
- 17. 自定義事件與綁定()與上()
- 18. 添加項目自定義ListView與自定義自定義適配器
- 19. 固定鏈接自定義類型後與自定義分類
- 20. ListView與自定義ArrayAdapter
- 21. 循環與自定義類
- 22. 自定義頁眉與$ _ SERVER
- 23. 如何與宏自定義
- 24. SEGFAULT與自定義wx.PyGridCellEditor
- 25. 自定義Drawables與android
- 26. Android自定義seekBar與「站」
- 27. 與自定義Surfaceview的fragmentactivity
- 28. 與UIStoryBoard和自定義SplashView
- 29. 自定義json與Swagger
- 30. getFocusOwner與自定義類