@aseelodeh,
The PDF Toolkit, mentioned above, uses Adobe's Document Cloud platform. There's an action in the VBO called
ExportPDFToDocx. You could copy that action into a new action and then change the following line of code in the code stage and I believe it would export the input PDF as an XLSX file.
Change the above highlighted line to this:
ExportPDFOperation exportPdfOperation = ExportPDFOperation.CreateNew(ExportPDFTargetFormat.XLSX);Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------