English 中文(简体)
PDF to Jasper XML
原标题:PDF to Jasper XML

我有一份使用iText创建的PDF文件(软件)。 现在,我的公司决定使用JasperReports新释放。 我需要使用这一PDF文档(软拷贝),需要设计JasperReports模板,并需要填满数据。

我们是否在JasperReports上有任何可以从PDF转换到JasperReports/ 任何建议?

问题回答

A PDF is a description of how to render a document on a page. Things like "draw a vertical line here", "write foo bar baz here in Courier". It does not contain any information about the format or organisation of the stuff it is rendering. You won t be able to tell that you re looking at a table, or a list of bullet points, or a paragraph, or anything like that.

The PDF format does contain information on a page-by-page basis. Therefore, page breaks are the one piece of format/organisation information that you can find.

If you want anything more than a raw stream of completely unformatted, disorganised text, one per page, you are out of luck. It s virtually impossible.

http://www.coderanch.com/t/278728/

http://xmlprinter.com/rel=“nofollow”http://xmlprinter.com/。 之后使用斜体将结果xml转化为预期的 j。

我在那里工作。 如果我结束发言,即把结果张贴在光布或任何其他公开的地方。

Good Luck





相关问题
org.xml.sax.SAXParseException with JasperReports [closed]

Sorry for dummy question, but i lost my whole day to start with JasperReport. The problem is that i always receive this exception: "org.xml.sax.SAXParseException: Premature end of file." when i am ...

Unwanted font Helvetica in PDF from Jasper

When I create a PDF from a Jasper Report, the resulting PDF declare to use "Helvetica" font, even if it doesn t contain text. Unfortunately I cannot embed "Helvetica" font, because it is not among the ...

Jasper Reports Excel output

I need to generate a report in Excel format using Jasperreports. I am using iReports 3.7.0 The reports gets generated with no issues except the size of empty cells. Can somebody please tell how to ...

user report generation by various attributes

User table contains the following attributes (dateOfBirth, race, gender, ...). We would like to generate a report in the following format. Year Race All Male Female 2000 Asian 2000 1000 1000 ...

Convert RTF files to DOC

I generate a report in doc format using Jasper, Jasper uses JRRTFExporter to generate doc reports, but wen i try and compare doc reports using POI it throws exception stating some header issues. Is ...

IReport Case in Variable

I write this code in one variable in the IReport $F{wbsWbkRef.wbkStdRef.stdBlRtntp.blCode} != null ? ReportUtil.getFirstEntity($P{JPA_ENTITY_MANAGER}, "SELECT "+ "CASE WHEN std.stdBlRtntp.blCode ...