
Anonymous
Not applicable
2015-10-28
05:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Convert PDF to excel
Hi
I am new talend and java. I am interested to find out if anyone created a job that can convert pdf to excel.
Are there any components I can use or is there any tjava sample code I could use.
Thanks
I am new talend and java. I am interested to find out if anyone created a job that can convert pdf to excel.
Are there any components I can use or is there any tjava sample code I could use.
Thanks
341 Views
2 Replies

Anonymous
Not applicable
2015-10-30
12:30 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Here is a related forum about:How to convert excel to PDF.
https://community.talend.com/t5/Design-and-Development/Convert-Excel-file-to-PDF-HTML-CSV-file-using...
So far, there is no specific component or connector for PDF file in Talend.
Best regards
Sabrina
Here is a related forum about:How to convert excel to PDF.
https://community.talend.com/t5/Design-and-Development/Convert-Excel-file-to-PDF-HTML-CSV-file-using...
So far, there is no specific component or connector for PDF file in Talend.
Best regards
Sabrina
341 Views

Anonymous
Not applicable
2015-10-30
09:39 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You might help yourself in the following way: look on the Talend Exchange for the tPDFToText community component, if your pdf is extractable of course, and after that from text you can create Excel files (with Talend's basic Excel files writing components or with J.Lolling's excellent Excel components for more advanced scenarios - also found on the Exchange).
Another way might be calling form your Talend job some third party transformation software (if there are any) and further process the result in your job.
Hope it helped.
You might help yourself in the following way: look on the Talend Exchange for the tPDFToText community component, if your pdf is extractable of course, and after that from text you can create Excel files (with Talend's basic Excel files writing components or with J.Lolling's excellent Excel components for more advanced scenarios - also found on the Exchange).
Another way might be calling form your Talend job some third party transformation software (if there are any) and further process the result in your job.
Hope it helped.
341 Views
