Programming

Showing category "PDF" (Show all posts)

How to Draw Image in PDF with C#

Posted by SunnyWhite on Thursday, August 4, 2011, In : PDF 

It is necessary to have some images in one document to show information more intuitively. Also, the beautiful images with words are more appealed to readers than text only.

Generally speaking, we can insert images in documents directly. And then adjust images’ size or direction according to the requirements. But sometimes, there are not appropriate images for contents so that we may need to draw one. For example, if there must be a chart in a document, we should draw one based on the d...


Continue reading ...
 

How to Create PDF Template Document with C#

Posted by SunnyWhite on Thursday, July 21, 2011, In : PDF 

Template is offered to people who don’t know how to set format for one document or table. Users can fill with contents according to the template or modify it to get better format.

Generally speaking, one template document may include font style and color, spacing and alignment. If the document has several pages, the template may include page number, header and footer of each page.

PDF is one of the most frequently used formats. Therefore, I want to talk something about PDF template,...


Continue reading ...
 

How to Draw Shape in PDF with C#

Posted by SunnyWhite on Monday, July 11, 2011, In : PDF 

At present, more and more e-books and e-magazines are created with PDF because people can insert beautiful images, flash or some other attractive elements in PDF, which make the e-books or e-magazines be more appealed for readers.

Besides inserting images or flash, sometimes, people may draw shapes or tables in PDF document according to the document contents. For example, if one paragraph has shown much data information, the author may create a data table to make reader learn clearly abo...


Continue reading ...
 

How to Paginate PDF with C#

Posted by SunnyWhite on Tuesday, June 28, 2011, In : PDF 

As is known, one book includes cover, back cover, category and contents. Therefore, if we want to create an electronic book, the above elements are needed to be contained. And firstly we should learn how to paginate.

Generally speaking, the electronic books are PDF books. So, in this article, I want to talk how to create PDF pagination.

It is common to use Adobe Acrobat to edit the PDF book. Open it and count pages. Then click advanced. Select document Operation and then choose Pagina...


Continue reading ...
 

How to Convert Image to PDF and the Program with C#

Posted by SunnyWhite on Thursday, May 19, 2011, In : PDF 

In PDF, we can insert image to make the contents be colorful and attractive. And it is possible that one image is one PDF document, especially in PDF form. Therefore, we may need to convert image to PDF sometimes.

Except Adobe Acrobat, which is the professional tool to manipulate PDF, there are lots of converters which specialize in converting image to PDF online. The tools are easy to use and the developers will show the guide about how to use the converters. Choose the image you want to...


Continue reading ...
 
 

About Me


Recent Posts