Click here to Skip to main content
15,900,815 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to replace text with image in word 2007 and save the file in .pdf format Pin
raghvendrapanda3-Aug-10 22:43
raghvendrapanda3-Aug-10 22:43 
GeneralRe: How to replace text with image in word 2007 and save the file in .pdf format Pin
Yusuf4-Aug-10 7:13
Yusuf4-Aug-10 7:13 
GeneralRe: How to replace text with image in word 2007 and save the file in .pdf format Pin
raghvendrapanda4-Aug-10 9:00
raghvendrapanda4-Aug-10 9:00 
Questionpage break in pdf file [modified] Pin
Dhyanga3-Aug-10 8:33
Dhyanga3-Aug-10 8:33 
AnswerRe: page break in pdf file Pin
raju melveetilpurayil3-Aug-10 9:36
professionalraju melveetilpurayil3-Aug-10 9:36 
GeneralRe: page break in pdf file Pin
Dhyanga3-Aug-10 10:02
Dhyanga3-Aug-10 10:02 
GeneralRe: page break in pdf file Pin
Yusuf3-Aug-10 17:15
Yusuf3-Aug-10 17:15 
GeneralRe: page break in pdf file Pin
Dhyanga4-Aug-10 3:39
Dhyanga4-Aug-10 3:39 
Thank you for the reply.

Sorry for the misunderstanding. Well i was doing the similar kind of thing .I don't know i lacked clarifying you guys to my problem. Lets try again.

I have my code like this:

Document pdfDoc = new Document(PageSize.A4, 40f, 40f, 50f, 50f);
            pdfDoc.NewPage();


well the size and the margins are ok. And based on that, when i pulled the data from the dataset, it is showing in the different pages. Well that is also fine. But my problem is something like this:

If i am pulling the data from the database like shown below:
Books
 book_1
 book_2
 book_3

Furniture
 Furniture_1
 Furniture_2
 Furniture_3

Stationaries
 Notepad
 Markers
 Pen


Now I am sending them to pdf file. Now lets say the items under each categories(Books,Furniture,Stationaries) are very long that it fits almost the whole page of the pdf.

Now I want the each categories starts with the new page in the pdf. Well
pdfDoc.AddPage
is working but that one didn't work in my case. I tried that already. So any ideas for this kind of issues ??
suchita

GeneralRe: page break in pdf file Pin
Yusuf4-Aug-10 7:10
Yusuf4-Aug-10 7:10 
QuestionRegarding MVC View Pin
Tiger4563-Aug-10 7:15
Tiger4563-Aug-10 7:15 
AnswerRe: Regarding MVC View Pin
Not Active3-Aug-10 7:54
mentorNot Active3-Aug-10 7:54 
GeneralRe: Regarding MVC View Pin
Tiger4563-Aug-10 8:37
Tiger4563-Aug-10 8:37 
GeneralRe: Regarding MVC View Pin
Not Active3-Aug-10 17:34
mentorNot Active3-Aug-10 17:34 
QuestionTwo Calendar Controls Pin
Mansi Arora3-Aug-10 1:36
Mansi Arora3-Aug-10 1:36 
AnswerRe: Two Calendar Controls Pin
nagendrathecoder3-Aug-10 2:14
nagendrathecoder3-Aug-10 2:14 
AnswerRe: Two Calendar Controls Pin
JHizzle3-Aug-10 2:16
JHizzle3-Aug-10 2:16 
AnswerRe: Two Calendar Controls Pin
raju melveetilpurayil3-Aug-10 4:17
professionalraju melveetilpurayil3-Aug-10 4:17 
Questionreportviewer in web Pin
Thanusree Duth2-Aug-10 22:31
Thanusree Duth2-Aug-10 22:31 
AnswerRe: reportviewer in web Pin
R. Giskard Reventlov2-Aug-10 22:36
R. Giskard Reventlov2-Aug-10 22:36 
AnswerRe: reportviewer in web Pin
Prosanta Kundu online4-Aug-10 0:36
Prosanta Kundu online4-Aug-10 0:36 
Questionasp.net accross different domains. Pin
AndieDu2-Aug-10 22:28
AndieDu2-Aug-10 22:28 
AnswerRe: asp.net accross different domains. Pin
T M Gray3-Aug-10 5:29
T M Gray3-Aug-10 5:29 
AnswerRe: asp.net accross different domains. Pin
daveyerwin3-Aug-10 6:08
daveyerwin3-Aug-10 6:08 
GeneralRe: asp.net accross different domains. Pin
T M Gray3-Aug-10 9:04
T M Gray3-Aug-10 9:04 
QuestionLinq-to-sql Asp.Net Pin
Morgs Morgan2-Aug-10 22:06
Morgs Morgan2-Aug-10 22:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.