简体   繁体   English

如何从大型xml文件为每个单独的页面输出单独的pdf / tiff文件?

[英]How do I output separate pdf/tiff files for each individual pages from a large xml file?

I am using xsl-fo to generate pdf/tiff files. 我正在使用xsl-fo生成pdf / tiff文件。 I want to output separate pdf/tiff files for each individual pages from a large xml file. 我想从一个大型xml文件中为每个单独的页面输出单独的pdf / tiff文件。 Is it possible? 可能吗?

I would use fop to create a pdf with a separate page for each item in the xml file and then use a split tool to break it into separate documents. 我将使用fop为xml文件中的每个项目创建一个带有单独页面的pdf,然后使用拆分工具将其分解为单独的文档。

Look at this issue for info on how to break it apart: Split multi page PDF file into single pages 查看此问题以获取有关如何拆分的信息:将多页PDF文件拆分为单页

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

相关问题 如何从XML文件的解析数据输出创建单个XML文件? - How do I create individual XML files from the parsed data output of a XML file? 如何将 3 个单独的 XSLT 文件从单个 XML 处理为单个输出? - How do I process 3 separate XSLT files from a single XML to a single output? 使用一个XML文件,如何用单独的XML元素填充不同的页面? - With one XML file, how do I populate different pages with individual XML elements? 如何每月自动将网站上的 large.xml 数据库文件替换为更新的文件? - How do I automatically replace a large .xml database file from a website with a newer file each month? 如何将XML节点分成单独的页面并添加链接或导航栏以访问每个页面? - How to separate XML nodes into individual pages and add links or a navigation bar to access each page? 我可以使用XSLT从单个XML文件制作单独的输出文件(例如xhtml)吗? - Can I use XSLT to make separate output files(like xhtml) from a single XML file? 如何解析大型xml文件中的一些数据? - How do I parse some of the data from a large xml file? 如何拆分大型xml文件? - How do I split a large xml file? 如何将大文件过滤为两个单独的文件? - How can I filter a large file into two separate files? 如何搜索Java中的XML文件,然后输出XML文件名? - How do i search through an XML file in Java, and then output the XML files names?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM