
文章平均质量分 68
_pink_
这个作者很懒,什么都没留下…
展开
-
xpdf with vertical text
// Split the characters into trees of TextBlocks, one tree for each// rotation. Merge into a single tree (with the primary rotation).TextBlock *TextPage::splitChars(GList *charsA) { TextBlock *tr原创 2015-10-23 11:42:23 · 389 阅读 · 0 评论 -
Save as PDF/X-3/4/5 error with pdflib
【现象】Save as PDF/X-3/4/5,导出的pdf错误,打不开,文件是空的。 【原因】我们设置的文字颜色是RGB Color Space,但是我们设置的PDF/X-3/4/5默认的output intent是CMYK的Color Space,所以调用fit_textline函数写文字时,就会抛异常“RGB Color Space requires suitable outpu原创 2015-09-28 09:31:32 · 706 阅读 · 0 评论 -
pdflib textflow
帮leadercheck问题,发现pdflib真心强大首先pdflib支持在Wrapping Text around Paths and Images效果图如下:其次pdflib支持Placing text in two fitboxes on multiplepages.效果图如下:代码如下:/* Loop until all of the tex原创 2016-03-14 18:06:36 · 678 阅读 · 0 评论