Bussiness Card Printing

hi
I am using the PHP-JAVA Bridge,to use the Aspose.word’s API’s ,
I want the Bussiness Card Printintg Application . so any Budy who has worked on this Application ,want to share his ideas or work with me . Plz do Fwd it .
thank you
sunil satushe

Hi
Thanks fro your inquiry. But it is not quite clear for me what you would like to do. If you would like to use some word template and then fill it with data then you can use MailMerge. Please provide me more information.
Best regards.

i want to show the customer the template, which he can customize and use for the Bussiness card
so any Idea of doing this through PHP , plz fwd any document or Case study if avilabel with you
with regards
sunil satushe

Hi
So you have a template document like the following

FirtName: «FirstName»
LastName: «LastName»
Company: «Company»

End user should get the word document like the following, right?

FirtName: Alexey
LastName: Noskov
Company: Aspose

If so then you should use mail merge. See the following links for more information.
https://docs.aspose.com/words/net/mail-merge-template/
https://docs.aspose.com/words/net/types-of-mail-merge-operations/
Also see attached document, there are several PHP examples.
Best regards.

Also you can create input and output document using MSWord and attach documents here. I will look through these documents and try to help you.
Best regards.