简体   繁体   English

如何以编程方式填写HTML发票表格?

[英]How to Programmatically Fill Out HTML Invoice Form?

I have HTML template which has empty forms. 我有具有空表格的HTML模板。 How can i fill these forms from Winform? 如何从Winform填写这些表格? Should i create a new class called CreateInvoiceHTML which creates invoice programmatically? 我是否应该创建一个名为CreateInvoiceHTML的新类,以编程方式创建发票?

I haven't done this before, i need some quick ideas to make sure i don't go to the wrong track. 我以前没有做过,我需要一些快速的想法来确保我不会走错路。

This post should give you a head start.... 这篇文章应该给你一个良好的开端....

Or this previously asked question should work as well.. Use the WebClient class to do the hard work... How to fill forms and submit with Webclient in C# 或此先前提出的问题也应该起作用。.使用WebClient类进行艰苦的工作... 如何在C#中使用Webclient填写表单并提交

Or you could choose from the many fine selections here : 或者,您可以从这里的许多不错的选择中进行选择:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM