Create a pdf using CMIS

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2013 07:56 AM
hello everyone!
I want to create a pdf in alfresco using my java code.For that i have used alfresco open-cmis.
Any body any idea how can pdf is created in alfresco using open cmis.
Please reply if you have any idea.
Thanks
I want to create a pdf in alfresco using my java code.For that i have used alfresco open-cmis.
Any body any idea how can pdf is created in alfresco using open cmis.
Please reply if you have any idea.
Thanks
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2013 02:11 AM
Your requirement is not clear, what do you mean by creating pdf?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2013 09:20 AM
Hi..
I have binary data in my database.I want to create pdf from that using open cmis.
Is it possible?Yes then please give me some guidance.
I have binary data in my database.I want to create pdf from that using open cmis.
Is it possible?Yes then please give me some guidance.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2013 12:48 PM
The short answer is no .
the long answer is "Alfresco don't have the ability to generate PDF,but it integrate pdfbox/tika/POI and can transform other format to pdf,But CMIS doesn't provide any api for us to invoke transform component.
You can grab data from repository(cmis) and then use itext to create pdf ,or use pdfbox/tika/POI to convert other format to pdf.
the long answer is "Alfresco don't have the ability to generate PDF,but it integrate pdfbox/tika/POI and can transform other format to pdf,But CMIS doesn't provide any api for us to invoke transform component.
You can grab data from repository(cmis) and then use itext to create pdf ,or use pdfbox/tika/POI to convert other format to pdf.
