Files from web-service

Hello.
My company needs to convert many Office documents and pictures to one pdf-file. As I could try with the demo, your product would be perfect for this. But our documents and pictures are saved binary and I would get them over java - web-services. My question is, if there is a posibility to convert this binary files back with your software in a java program.

Hi Christoph,

Thanks for your inquiry. Please read Aspose.Words LoadFormat and SaveFormat form following documentation links.
https://reference.aspose.com/words/java/com.aspose.words/loadformat
https://reference.aspose.com/words/java/com.aspose.words/saveformat

You can load document from Stream into Aspose.Words DOM and save the document into Stream. Please read following documentation links for your kind reference.
https://docs.aspose.com/words/java/create-or-load-a-document/
https://docs.aspose.com/words/java/save-a-document/

Hope this helps you. Please let us know if you have any more queries.

Hello!
Thank you very much!
Do you know if this solution also works with SAP. In our situation the binary codes are saved in the SAP-System. With a function module we get this binary code and then I would need it in my java program… Is that also possible?
Thank you
Christoph

Hi Christoph,

Thanks for your inquiry. Aspose.Words for Java is available for Java 1.4, 1.5, 1.6 and 1.7 and will run in any place where Java is installed. Please read following documentation links for your kind reference and let us know if you have any more queries.
https://docs.aspose.com/words/java/product-overview/
https://docs.aspose.com/words/java/supported-platforms/
https://docs.aspose.com/words/java/features/

As I shared in my previous post, you can load and save the documents into stream. You may use this stream object according to your SAP-System.