Hi,
I am novice in Aspose. And I am fetching a problem to convert a word document into Pdf file.
Can any one help me…
Thanks
Palash Basak
PDF conversion is not yet implemented in Aspose.Words for Java version. It is available only in Aspose.Words for .NET version. We are going to implement it in Java version in Q3 2007.
Best regards,
Hi,
Thanks for reply…
Is that possible to generate a Xsl-fo file from a word document file using Java ? If yes, then using this code i can create the pdf file…
InputStream input=new FileInputStream(inFo);//Input Xsl file
Pdf pdf = new Pdf();
pdf.bindFo(input);
OutputStream output=new FileOutputStream(outFile); //Output file
pdf.save(output); //OutPut a pdf File
Am i right…
Thanks
Palash Basak
Unfortunately, we don’t provide XSL-FO output either. Maybe some 3rd party tool does.
Best regards,
Hi,
Thanks,
But Can "DocumentVisitor" class help to read the full document and Aspose.pdf to make the the
desire pdf ?
Thanks
palash basak
No, I don’t think so.
Here we are in Q1 2008, does this functionality exist yet? I too wish to convert Word docs to PDF files.
Hi
Thank you for your inquiry. Unfortunately, java version of Aspose.Words doesn’t support PDF format yet. We are planning the complete reengineering of PDF module in .Net baseline. Only after the reengineering PDF module will be ported to Java. So at the moment I can say only that PDF will be available somewhere in 2008.
Best Regards,
Hi,
Am new to Aspose. Curently we are using the java version of Aspose.words to convert the word document (contains images) to pdf. I want to know whether the latest java version supports the feature of converting images in the word document to PDF. I think this feature is available in .Net!!!
can anyone update me?
Hi
Unfortunately Aspose.Words for java still doesn’t support PDF format. In .NET version is used Aspose.Words and Aspose.Pdf for converting DOC to PDF. We plan support PDF format in Aspose.Words for java somewhere in the end of this year.
Best regards.
hi,
Using mail merge functionality is it possible to get the images and tables in the merged document???
Hi
Thanks for your request. Yes, I think you can achieve this using Aspose.Words. You can insert images into the document during mail merge. You should use “Image:imgName” field names in the template.
You can also use MergeImageFieldEventHandler and MergeFieldEventHandler See the following link for more information.
https://reference.aspose.com/words/net/aspose.words.mailmerging/ifieldmergingcallback/
I hope this could help you.
Best regards.
We are happy to inform you that the first auto-ported version of Aspose.Words for Java is ready. This version supports converting documents to PDF. You can get it from here.