

fire(Button.java:185)Ĭom.(ButtonBehavior.java:182)Ĭom.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:96)Ĭom.skin.BehaviorSkinBase$1.handle(BehaviorSkinBase.java:89)Ĭom.$NormalEventHandlerRecord.handleBubblingEvent(CompositeEventHandler.java:218)Ĭom.dispatchBubblingEvent(CompositeEventHandler.java:80)Ĭom.fireEvent(EventUtil.java:54) $ControllerMethodEventHandler.handle(FXMLLoader.java:1657)Ĭom.dispatchBubblingEvent(CompositeEventHandler.java:86)Ĭom.dispatchBubblingEvent(EventHandlerManager.java:238)Ĭom.dispatchBubblingEvent(EventHandlerManager.java:191)Ĭom.dispatchBubblingEvent(CompositeEventDispatcher.java:59)Ĭom.dispatchEvent(BasicEventDispatcher.java:58)Ĭom.dispatchEvent(EventDispatchChainImpl.java:114)Ĭom.dispatchEvent(BasicEventDispatcher.java:56)Ĭom.fireEventImpl(EventUtil.java:74)Ĭom.fireEvent(EventUtil.java:49) $MethodHandler.invoke(FXMLLoader.java:1771) The problem is that the doc file is totaly empty and i get an exception : Caused by: class .ms.System.lv: Specified argument was out of the range of valid values.Ĭom.(Unknown Source)Ĭom.(Unknown Source)Ĭom.(Unknown Source)Ĭom.(Unknown Source)Ĭom.(Unknown Source)Ĭom.(Unknown Source)Ī_tab(RcController.java:333) PdfDocument.save("file2.docx", SaveFormat.DOCX)
CONVERT EXCEL TO WORD HOW TO
PdfSaveOptions options = new PdfSaveOptions() įirst problem i get the pdf file with a red signature, how to remove it ?Īfter that i converted the pdf to word : Document pdfDocument = new Document("file1.pdf")

Workbook workbook1 = new Workbook("file.xlsx") I have an excel file that i want to save as Document (word) in java, i tried to use Aspose library, i didn't find a way to convert from excel to word, so i converted the excel file to pdf and then from pdf to word.
