playworker
2 questions
1
votes
1
answer
2.3k
views
JasperReports Server 5.2 Active Directory Integration
Apologies for yet another AD integration question :)
I've got a fresh install of JasperReports Server 5.2 on Windows Server 2008 R2 and I'm trying to configure AD authentication but logins always fail.
I've copied the sample applicationContext-externalAuth-LDAP.xml file into the WEB-INF folder and c...
2
votes
1
answer
192
views
Ghostscript.NET how to handle input on StdIn
I'm attempting to create a simple C# application which can accept input on StdIn and process that with Ghostscript to create a PDF, eventually I'd like to do other things with the output PDF, but for now just creating the PDF is enough.
I was thinking of running the Ghostscript .exe with a Process,...