Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
1.20/5 (3 votes)
See more:
Hi,
For one of my requirement I need to convert existing DOCX file to either PRN or AFP file format. All I have to do programmatically using C# or VB.NET. No 3rd party dll can be used because of security reasons.

Do suggest.
Posted

1 solution

If you can't use a 3rd party product then you will have to do it manually because .Net does not have anything built-in. I don't see how a 3rd party product is a security issue but understand if that is your restriction.

I would search google for the specs for PRN or AFP and then look at the Microsoft Office SDK for working with Word files to see how you can do it manually.

Good luck.
 
Share this answer
 
Comments
rahulsri19 5-Jan-16 1:37am    
Can you suggest me any 3rd party tool which is capable of converting to DOCX to PRN?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900