作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
我正在使用 border-collapse (CSS) 在我的 table 上制作细边框。它们在屏幕上呈现得很好,但是当它们通过 cfDocument 发送到 PDF 时,它们最终会变成更粗的灰色边框。
我了解到 cfDocument 尚不支持边框折叠,那么我最好的选择是什么?
冷聚变 9
最佳答案
表格是如此 90 年代,但这似乎适用于 cfdocument pdf(虽然在网络浏览器显示上不一致):
.tbl {background-color:#000;}
.tbl td,th,caption{background-color:#fff}
...
<table cellspacing="1" class="tbl">
...
</table>
(样式设置中的 border-spacing 不起作用 - 你必须将 attr 放在表格标签中)
关于css - 需要 cfDocument 生成的 PDF 中的薄表格边框,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10618917/
简单的 sinatra 应用程序: require 'rubygems' require 'sinatra' get '/' do "Hey" end 然后: $ ruby test.rb 当我点
目前我正在研究巨大的 Angular SPA 应用程序。我尽量保持我的 Controller 瘦: remove function HomeController (homeServi
我正在第一个真正的ASP.NET MVC项目中工作,并且我注意到我一直在使用的 Controller 变得越来越大。这似乎与使 Controller 变薄的最佳做法背道而驰。 我已经做好了将业务逻辑排
我是一名优秀的程序员,十分优秀!