if not is there a way to read a pdf using camel??
>>>
>>> Any help will be much appreciated.
>>> Thanks in advance.
>>>
>>> --
>>> View this message in context:
>>>
>>> http://camel.465427.n5.nabble.com/Reading-a-pdf-file-in-camel-tp4445535p4445535.html
>>>
>>> Sent from the Camel - Users mailing list archive at Nabble.com.
>>>
>>>
>>
>>
there a way to read a pdf using camel??
Any help will be much appreciated.
Thanks in advance.
--
View this message in context:
http://camel.465427.n5.nabble.com/Reading-a-pdf-file-in-camel-tp4445535p4445535.html
Sent from the Camel - Users mailing list archive at Nabble.com.
To do this with camel today you need a processor (if you don't want to
wait for the implementation ;). It should work with something like this:
from("file:///my-pdfs?noop=true&fileName=hello.pdf").process(new
Processor() {
public void process(Exchange exchange) throws
Exc
I was about to try that out. Anyways thanks for the response.
--
View this message in context:
http://camel.465427.n5.nabble.com/Reading-a-pdf-file-in-camel-tp4445535p4445650.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Yes and there is already an issue open to create a component for it:
https://issues.apache.org/jira/browse/CAMEL-3552
It the mean time it is the easiest way to create a custom processor and
call pdfbox from there.
Christian
Am 01.06.2011 17:40, schrieb mitko.ko...@icw.de:
Maybe you should t
Maybe you should take a look at pdfbox http://pdfbox.apache.org/
From:
sumatheja
To:
users@camel.apache.org
Date:
01.06.2011 17:39
Subject:
Re: Reading a pdf file in camel
Thanks for the response.. my requirement is to read the data in the pdf.
Is
that possible?
--
View this message
Thanks for the response.. my requirement is to read the data in the pdf. Is
that possible?
--
View this message in context:
http://camel.465427.n5.nabble.com/Reading-a-pdf-file-in-camel-tp4445535p4445597.html
Sent from the Camel - Users mailing list archive at Nabble.com.
e a way to read a pdf using camel??
Any help will be much appreciated.
Thanks in advance.
--
View this message in context:
http://camel.465427.n5.nabble.com/Reading-a-pdf-file-in-camel-tp4445535p4445535.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ie to camel. Want to know if the file component in camel can
read a pdf? if not is there a way to read a pdf using camel??
Any help will be much appreciated.
Thanks in advance.
--
View this message in context:
http://camel.465427.n5.nabble.com/Reading-a-pdf-file-in-camel-tp4445535p4445535
Hi,
I'm a newbie to camel. Want to know if the file component in camel can
read a pdf? if not is there a way to read a pdf using camel??
Any help will be much appreciated.
Thanks in advance.
--
View this message in context:
http://camel.465427.n5.nabble.com/Reading-a-pdf-file-in-
10 matches
Mail list logo