[flaptor-util] r202 committed - - Fixed PdfParser to comply with the new IParser interface (with no en...

0 views
Skip to first unread message

codesite...@google.com

unread,
Aug 31, 2009, 3:02:10 PM8/31/09
to flaptor-o...@googlegroups.com
Revision: 202
Author: ignaci...@gmail.com
Date: Mon Aug 31 12:00:55 2009
Log: - Fixed PdfParser to comply with the new IParser interface (with no
encoding).


http://code.google.com/p/flaptor-util/source/detail?r=202

Modified:
/trunk/src/com/flaptor/util/parser/PdfParser.java

=======================================
--- /trunk/src/com/flaptor/util/parser/PdfParser.java Thu Jun 4 12:29:34
2009
+++ /trunk/src/com/flaptor/util/parser/PdfParser.java Mon Aug 31 12:00:55
2009
@@ -21,7 +21,7 @@
public class PdfParser implements IParser {


- public ParseOutput parse(String url, byte[] content, String encoding)
throws Exception {
+ public ParseOutput parse(String url, byte[] content) throws Exception {
ParseOutput output = null;
PDDocument pdf = null;
try {

Reply all
Reply to author
Forward
0 new messages