Skip to content

Please help PS 2 PDF #118

Answered by veb86
veb86 asked this question in Q&A
Discussion options

You must be logged in to vote

Issue resolved:

                                List<string> switches = new List<string>();
                                                switches.Add("-dBATCH");
                                                switches.Add("-dSAFER");
                                                switches.Add("-dNOPAUSE");
                                                switches.Add("-q");
                                                switches.Add("-sDEVICE=pdfwrite");
                                                switches.Add("-sOutputFile=" + outputFileName+".pdf");
                                                switches.Add("-c");
                                                switches.Add("…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by veb86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant