Top posts
-
How to Insert Break in Word with C#
In order to identify location to separate words and beginning of new row or column in table, Microsoft Word provides a function to insert break with users. There are four kinds of break in Word, Page Break, Column Break, Newline and Section Break. Among...
-
How to Set Excel Text Alignment (C#)
At first, the data is not formatted when exporting to Excel. The data format in cell is set as default. Take alignment for example. If the data is number, it will keep right, while if text, it will keep left. And all of the data will keep bottom in cells...
-
How to Create Nested Table in PDF with VB.NET
Generally speaking, the cell is filled with text, number or other data information. However, sometimes, we may insert table in cells. The inserted table in table is called nested table . When do we need to use nested table? Take an example. There is a...
-
Way to Decrypt PDF by VB.NET
If we have some very important or secret documents, we need to encrypt to protect them. Also, we can find that many documents which are submitted to internet have been encrypted to prevent others from copying, editing or printing. Generally speaking,...
-
Merge Word Documents by Using C#
If I find useful materials, I would like to use Word to record them. So, I collect many Word documents in my computer. In fact, the contents in some documents are talking about one topic. In order to save the space, I may merge the two documents into...
-
How to Use VB.Net to Convert Doc to XML
Microsoft Word is often used to words or characters information. And it is powerful to deal with paragraph or section formatting. All these functions make Microsoft Word be the most convenient tool to write article or papers and print them. However, we...
-
DataGridView Data Exported to Excel through VB.NET
Excel is often used by us when we need to record the data information and print the table. Generally speaking, the Excel data information is often gotten from database. Each company has a small database to save the data about finance, staff information...
-
Remove Password for Protected Doc File
Generally speaking, there are two ways to protect Doc file. One is to give the document a password. If users can’t get the password, they can’t view the document. The other method is to protect the document not to be modified. And users can read the contents....
-
.Net Excel Export Contacts to Outlook
As a professional software developer for many years, I am often the one who will be thought of by friends and relatives who are having some sort of issues on the computer technique sphere. And recently I heard people around me asking that if one would...
-
How to Work with PDF Page Setup with C#
In order to have a great effect after printing, people often need to set page in PDF document. Page setup includes size settings, layout settings and some other additional settings, for example, header and footer. When we set document size, we may pay...
-
Font Setting and How to Use C# to Set for Word
I would like to write something in Microsoft Word firstly and then modify several times if I want to publish my word document online or share it with my friends via E-mail. For modifying a Word document, we need to pay attention on words, grammar and...
-
C#--Word Nested Mail Merge
Word mail merge is very powerful to create template documents in bulk. For example, it can be used to create student transcript, report and so on. If we want to use mail merge, we need to prepare data firstly. The data can be from an Excel file or database....
-
VB.NET - How to Export Data to Excel with Bar Chart
In MS Excel, we can create charts according to imported data. Actually, a chart likes an image and it can present data more intuitively. Excel provides several chart styles. One of the most frequently used charts is bar chart. Bar chart is used to show...
-
How to Set Excel Font Style with C# and VB.NET
For having a good layout, we often set Excel format before printing. Generally speaking, the format includes font or number styles, colors, alignment, background color of cell, border and so on. And in this post, I want to talk something about Excel font...
-
Guide to Create a Fillable PDF Form
It is common to fill a form when we apply for something. These forms may be a piece of paper, or an electronic form. Actually, many companies begin with using electronic forms, for which can bring more conveniences and reduce cost. There are lots of electronic...
-
VB.NET-Insert Text Box in Word
In MS Word, text box is one kind of container to save text. It is can be moved and resized according to our requirements. Generally speaking, text box is designed for typing special text, for example, vertical text. Also, it is very useful if we want...
-
Method to Convert Word to Image (.bmp) with VB.NET
As a powerful tool to operate text, MS Word is one of the most frequently used electronic documents in our daily life. Also, it can be shared with others by sending via E-mail or submitting to websites, such as materials sharing websites. Although it...
-
How to Filter Data from Cells with C#
There are lots of data in one Excel files. Sometimes, we need to get some specified data from columns. For example, there is an Excel files about staff information, including name, gender, birthday, age and phone number. If we want to get information...
-
Word Font Setting and How to Set with VB.NET
Generally speaking, if we publish a post on blog, we may set its formatting after completing contents because a well formatted post is more attractive. Sometimes, we may write the post in Word and then paste the contents to blog because Microsoft Word...
-
How to Insert Table in PDF Document with C#
Generally speaking, people would like to use Excel to import data. After arranging or calculating the data, people print the Excel document or send via E-mail to others who the documents. However, sometimes, we need to create a table without using Excel....