• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Embeded doc in word/java api to create word file

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
My nead is to create doc file using java api .

And have one complex requiremen , it is to embed doc. ppt , xls , pdf , anyimage png ,jpef in generated doc using java api.

In word there is feature it insert one doc in other doc .
This can be done using as in MS-word as :

Go to Insert ribbon –> select ‘Insert object’ ( it is at right hand side) : this will open pop-up –> select ‘create from file’ tab –>
–> browse the file and check “display as icon” check box and click OK

I have checked aspose.word , itext-rtf but it do not proide such functionality .
Is there any api to do so ? is POI for word will work ?

thanks.
reply
    Bookmark Topic Watch Topic
  • New Topic