I need to write a new custom component for a pipeline which shoud accept a PDF file and to convert it to XML ( for later use in an orchestration).
anyone knows a good resource for reading about similar task ? i saw at CODEPROJECT.COM some unzipCustomComponent.. but it's not so sutable for me. Also – i don want to use any of existing DLL's such as PDFBox etc.