Creating virtual printer in C#

asem alsaif 20 Reputation points
2023-09-29T13:04:35.18+00:00

I would like to create virtual printer in c# & the created printer should be shows in drop down of printer setting tab while printing the file.

Is that possible in c# or .net, if possible please help me on that

Thanks in advance..

Developer technologies C#
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-10-02T02:57:35.6133333+00:00

    Hi @asem alsaif

    Creating a virtual printer in C# or .NET can be a complex task, but it is certainly possible.

    Essentially, you need to create a custom printer driver that emulates a physical printer and captures print job data.

    Check the link below. Does it solve your problem?

    Writing a Virtual Printer in .NET

    Best Regards,

    Jiale


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.