简体   繁体   English

XSL-FO文件大小

[英]XSL-FO filesize

I'm generating multiple PDF documents with XSL-FO using FOP in .NET. 我正在使用.NET中的FOP使用XSL-FO生成多个PDF文档。 The file size seems just to double each n PDF-pages and I wonder why. 文件大小似乎只是每n个PDF页增加一倍,我想知道为什么。 I'm generating the multiple document with the for-each(node) statement in my xsl dokument and the pages looks, except for some words, the same (multiple Online Tickets). 我在xsl dokument中使用for-each(node)语句生成了多个文档,除某些单词外,页面看起来都一样(多个Online Tickets)。 This is my result for the file size of some of this PDF documents: 这是一些此PDF文档的文件大小的结果:

PDF-Pages | Filesize(KB)
--------------------
  1          183
  3          183   
  5          183
  7          366
  9          366
 11          366
 13          366
 26          732

Maybe anyone has an idea, why the size of the PDF output looks so strange? 也许有人知道,为什么PDF输出的大小看起来如此奇怪?

PDF file sizes vary since they are compressed. PDF文件的大小因被压缩而有所不同。 The filesize output from XSL-FO can change greatly depending on the many configuration settings: XSL-FO的文件大小输出可能会发生很大变化,具体取决于许多配置设置:

  • PDF version PDF版本
  • tagged PDF 标记的PDF
  • Fast Web view PDF 快速Web查看PDF
  • graphic resolution 图形分辨率
  • graphic quality 图形质量
  • black & white/color 黑白/彩色
  • encryption 加密

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM