Click here to Skip to main content
16,004,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: Enums and text descriptions Pin
PIEBALDconsult6-May-08 5:31
mvePIEBALDconsult6-May-08 5:31 
QuestionSimple C# Text Recognition Pin
Reelix6-May-08 3:14
Reelix6-May-08 3:14 
AnswerRe: Simple C# Text Recognition Pin
J a a n s6-May-08 3:39
professionalJ a a n s6-May-08 3:39 
GeneralRe: Simple C# Text Recognition Pin
Reelix6-May-08 3:42
Reelix6-May-08 3:42 
QuestionHow to create custom Globalization for fomatting numbers ? Pin
hdv2126-May-08 3:13
hdv2126-May-08 3:13 
QuestionWorkFlow Error (Hellp Me Please) Pin
Thaer Hamael6-May-08 2:48
Thaer Hamael6-May-08 2:48 
QuestionCreate a PDF Library to add checkbox, textbox etc in PDF document Pin
Munal Kalyan6-May-08 2:48
Munal Kalyan6-May-08 2:48 
AnswerRe: Create a PDF Library to add checkbox, textbox etc in PDF document Pin
Dave Kreskowiak6-May-08 4:06
mveDave Kreskowiak6-May-08 4:06 
Munal Kalyan wrote:
) Is there any plug-in provided by Microsoft Visual studio (or any tool)that creates PDF file using Drag-n-Drop controls from toolbox?


From Microsoft - no. Adobe has Acrobat which does this, but there is no Visual Studio integration. I don't know of any product that creates PDF files that integrates with Visual Studio.


Munal Kalyan wrote:
2) What should be the guideline to create PDF file (What makes it Portable?)


Go to Adobe's site for the specification on the PDF file format. It'll probably be behind the Developer site, which, last I checked, was a pay-to-play subscription.

Munal Kalyan wrote:
3) It will be helpful, if any one can suggest sample code to add checkbox in PDF document.


Since there is no support for PDF files in the .NET Framework, you'll have to use some third party library that does this, like PDFNet. You'll have to check with the documenation on the library you're using on exactly how to do this.


Munal Kalyan wrote:
I want to create my own library.


Then you'll definately need to subscribe to Adobes Developer site to get the support to build this library. After that, you'll have to come up with your own code snippets to demonstrate using your own library to add a checkbox.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionAdd to Resource (.resx) file problem Pin
Krishnraj6-May-08 2:47
Krishnraj6-May-08 2:47 
AnswerRe: Add to Resource (.resx) file problem Pin
Reelix6-May-08 3:09
Reelix6-May-08 3:09 
QuestionContext Menu problem Pin
Ballita6-May-08 2:22
Ballita6-May-08 2:22 
Questionsetup and deployment project version problem Pin
GuyThiebaut6-May-08 2:20
professionalGuyThiebaut6-May-08 2:20 
AnswerRe: setup and deployment project version problem Pin
Jimmanuel6-May-08 2:50
Jimmanuel6-May-08 2:50 
GeneralRe: setup and deployment project version problem Pin
GuyThiebaut6-May-08 2:58
professionalGuyThiebaut6-May-08 2:58 
GeneralRe: setup and deployment project version problem Pin
Jimmanuel6-May-08 3:02
Jimmanuel6-May-08 3:02 
GeneralRe: setup and deployment project version problem Pin
GuyThiebaut6-May-08 3:12
professionalGuyThiebaut6-May-08 3:12 
GeneralRe: setup and deployment project version problem Pin
Jimmanuel6-May-08 3:21
Jimmanuel6-May-08 3:21 
GeneralRe: setup and deployment project version problem Pin
GuyThiebaut6-May-08 3:27
professionalGuyThiebaut6-May-08 3:27 
GeneralRe: setup and deployment project version problem Pin
Jimmanuel6-May-08 3:29
Jimmanuel6-May-08 3:29 
QuestionPassing extra parameters to events Pin
kensai6-May-08 1:58
kensai6-May-08 1:58 
AnswerRe: Passing extra parameters to events Pin
Christian Graus6-May-08 2:03
protectorChristian Graus6-May-08 2:03 
AnswerRe: Passing extra parameters to events Pin
Eduard Keilholz6-May-08 2:03
Eduard Keilholz6-May-08 2:03 
QuestionHow can i read data from printer port before printing in C# [modified] Pin
Krishna Prasad RVS6-May-08 1:22
Krishna Prasad RVS6-May-08 1:22 
AnswerRe: How can i read data from printer port before printing in C# Pin
Christian Graus6-May-08 1:31
protectorChristian Graus6-May-08 1:31 
QuestionHow would one create a custom install with specifc application insatll ? Pin
Berlus6-May-08 1:09
Berlus6-May-08 1:09 

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.