Click here to Skip to main content
15,895,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: better way to serialize a DataView, exclusive of filtered rows ? Pin
Richard Deeming16-Oct-19 7:57
mveRichard Deeming16-Oct-19 7:57 
GeneralRe: better way to serialize a DataView, exclusive of filtered rows ? Pin
BillWoodruff16-Oct-19 14:45
professionalBillWoodruff16-Oct-19 14:45 
Questionextract pdf images Pin
Member 774487114-Oct-19 23:58
Member 774487114-Oct-19 23:58 
AnswerRe: extract pdf images Pin
Luc Pattyn15-Oct-19 0:15
sitebuilderLuc Pattyn15-Oct-19 0:15 
GeneralRe: extract pdf images Pin
Member 774487115-Oct-19 2:34
Member 774487115-Oct-19 2:34 
GeneralRe: extract pdf images Pin
Luc Pattyn15-Oct-19 2:57
sitebuilderLuc Pattyn15-Oct-19 2:57 
GeneralRe: extract pdf images Pin
Member 774487115-Oct-19 9:20
Member 774487115-Oct-19 9:20 
GeneralRe: extract pdf images Pin
Luc Pattyn15-Oct-19 12:01
sitebuilderLuc Pattyn15-Oct-19 12:01 
If you have trouble with ghostscript, run it manually first, i.e. from inside a Command Prompt (you can copy/paste command lines into it) and look at what it tells you. Only when you're satisfied should you start using C# code and the Process class.

The easiest way to get the folder issues sorted is by putting the ghostscript exe and your C# exe in the same folder (say "Debug"); I expect ghostscript will then use paths relative to that ("Debug") folder.

NB: there is nothing to install about ghostscript, you can put the exe anywhere, as long as it can be found (e.g. because its folder is added to the PATH environment variable, or because it is in your "current directory"). Alternatively you can tell the Process class where it is, that is what my toolsFolder did.

Warning: if you specify a full or partial path for the output, you probably must make sure the folder exists before running ghostscript. And the output location must be writeable, so special folders such as C:\Program Files\ are a no-no.

I can't help you any further, it is all standard Windows behavior as far as I know.

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

QuestionHow to drag with mouse Controls groupBox1 in Run time ? Pin
Member 245846714-Oct-19 23:05
Member 245846714-Oct-19 23:05 
AnswerRe: How to drag with mouse Controls groupBox1 in Run time ? Pin
Richard MacCutchan14-Oct-19 23:43
mveRichard MacCutchan14-Oct-19 23:43 
GeneralRe: How to drag with mouse Controls groupBox1 in Run time ? Pin
Member 245846716-Oct-19 16:07
Member 245846716-Oct-19 16:07 
GeneralRe: How to drag with mouse Controls groupBox1 in Run time ? Pin
Richard MacCutchan16-Oct-19 21:56
mveRichard MacCutchan16-Oct-19 21:56 
Questionhow to create a text editor that reads c sharp source and display together with colors text and brackets Pin
Member 1462267414-Oct-19 21:35
Member 1462267414-Oct-19 21:35 
AnswerRe: how to create a text editor that reads c sharp source and display together with colors text and brackets Pin
OriginalGriff14-Oct-19 21:46
mveOriginalGriff14-Oct-19 21:46 
AnswerRe: how to create a text editor that reads c sharp source and display together with colors text and brackets Pin
Eddy Vluggen15-Oct-19 1:25
professionalEddy Vluggen15-Oct-19 1:25 
QuestionSystem.NullReferenceException Pin
Alrzini14-Oct-19 10:09
Alrzini14-Oct-19 10:09 
AnswerRe: System.NullReferenceException Pin
OriginalGriff14-Oct-19 10:16
mveOriginalGriff14-Oct-19 10:16 
QuestionHelp with getting Monitors (Screen) information Pin
mniceguy8114-Oct-19 6:35
mniceguy8114-Oct-19 6:35 
AnswerRe: Help with getting Monitors (Screen) information Pin
Dave Kreskowiak14-Oct-19 9:35
mveDave Kreskowiak14-Oct-19 9:35 
GeneralRe: Help with getting Monitors (Screen) information Pin
mniceguy8114-Oct-19 10:42
mniceguy8114-Oct-19 10:42 
GeneralRe: Help with getting Monitors (Screen) information Pin
Dave Kreskowiak14-Oct-19 11:54
mveDave Kreskowiak14-Oct-19 11:54 
GeneralRe: Help with getting Monitors (Screen) information Pin
mniceguy8114-Oct-19 11:56
mniceguy8114-Oct-19 11:56 
QuestionResize controls at runtime (borderless form) Pin
Member 1407482710-Oct-19 15:42
Member 1407482710-Oct-19 15:42 
AnswerRe: Resize controls at runtime (borderless form) Pin
OriginalGriff10-Oct-19 20:23
mveOriginalGriff10-Oct-19 20:23 
GeneralRe: Resize controls at runtime (borderless form) Pin
Member 1407482711-Oct-19 1:24
Member 1407482711-Oct-19 1:24 

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.