Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
Questionopening a pdf document using c sharp?? Pin
Asim N.24-Oct-02 2:19
Asim N.24-Oct-02 2:19 
AnswerRe: opening a pdf document using c sharp?? Pin
Stephane Rodriguez.24-Oct-02 2:36
Stephane Rodriguez.24-Oct-02 2:36 
Although the latest Acrobat 5 SDK[^] does not support explicitely .NET (interop come to the rescue at this point), you can generate PDF files with using C# code with this sourceforge library[^].

If instead of generating PDF files from scratch you intend to update existing PDF files, I would suggest to use interop, that is create a small wrapper around the Adobe SDK. If you are lucky, this wrapper will be automatically created for you (the Adobe SDK must be an explicit COM component).



How low can you go ?
(MS rant)

Question[MS MIT] How to extract Mobile Phone number? Pin
tomiga23-Oct-02 23:14
tomiga23-Oct-02 23:14 
AnswerRe: Impossible? Pin
Masaaki Onishi24-Oct-02 16:36
Masaaki Onishi24-Oct-02 16:36 
GeneralRe: Impossible? Pin
eshao24-Oct-02 19:24
eshao24-Oct-02 19:24 
GeneralRe: Impossible? Pin
tomiga24-Oct-02 21:41
tomiga24-Oct-02 21:41 
Generalc# API for converting XSL-FO to PDF and other formats Pin
Asim N.23-Oct-02 16:39
Asim N.23-Oct-02 16:39 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Christian Graus23-Oct-02 18:23
protectorChristian Graus23-Oct-02 18:23 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Jon Rista23-Oct-02 18:51
Jon Rista23-Oct-02 18:51 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Jon Rista23-Oct-02 19:11
Jon Rista23-Oct-02 19:11 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Christian Graus23-Oct-02 21:34
protectorChristian Graus23-Oct-02 21:34 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
David Stone24-Oct-02 5:47
sitebuilderDavid Stone24-Oct-02 5:47 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Christian Graus24-Oct-02 10:12
protectorChristian Graus24-Oct-02 10:12 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Jon Rista24-Oct-02 12:04
Jon Rista24-Oct-02 12:04 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Christian Graus24-Oct-02 12:17
protectorChristian Graus24-Oct-02 12:17 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Jon Rista24-Oct-02 12:48
Jon Rista24-Oct-02 12:48 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Christian Graus24-Oct-02 12:52
protectorChristian Graus24-Oct-02 12:52 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Chris Austin24-Oct-02 9:53
Chris Austin24-Oct-02 9:53 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Jon Rista24-Oct-02 12:07
Jon Rista24-Oct-02 12:07 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Christian Graus23-Oct-02 21:16
protectorChristian Graus23-Oct-02 21:16 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Jon Rista23-Oct-02 21:29
Jon Rista23-Oct-02 21:29 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Stephane Rodriguez.23-Oct-02 21:28
Stephane Rodriguez.23-Oct-02 21:28 
GeneralRe: c# API for converting XSL-FO to PDF and other formats Pin
Philip Fitzsimons24-Oct-02 6:32
Philip Fitzsimons24-Oct-02 6:32 
Generalquestion about override and accessing base class methods Pin
Marc Clifton23-Oct-02 8:30
mvaMarc Clifton23-Oct-02 8:30 
GeneralRe: question about override and accessing base class methods Pin
Mark Conger23-Oct-02 10:09
Mark Conger23-Oct-02 10: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.