Announcement

Collapse
No announcement yet.

Printing with IIS

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • crash Printing with IIS

    Hi
    I wanted to print programmatically using the application running in IIS, print quality is very poor, maybe someone had a similar experience.
    Let me add that if you print directly from foxreadera the quality is great.
    For this purpose, the command:

    var pr = @"C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe";
    var arg = @" /t " + p1 + @" /p " + rm.SaveFileName ;

    ProcessStartInfo processInfo = new ProcessStartInfo(pr, arg);
    processInfo.CreateNoWindow = true;
    processInfo.UseShellExecute = false;
    processInfo.RedirectStandardOutput = true;
    processInfo.RedirectStandardInput = true;
    processInfo.RedirectStandardError = true;

    Process process = Process.Start(processInfo);
    mesOut = process.StandardOutput.ReadToEnd();

    If you use the cmd command, the output one is very good too.

    "C:\Program Files (x86)\Foxit Software\Foxit Reader\Foxit Reader.exe" /t "C:\PDF\mypdf_20120726_1543413916563.pdf"

    please help.
    Last edited by tomasalfa; 07-27-2012, 09:06 AM.

  • #2
    Hi tomasalfa,

    Can you make a small video of the problem so we can know the issue better? Could you please also let us know the version info of your Foxit Reader and your OS info? Thank you.

    Comment


    • #3
      Hi
      It is probably something the printer settings for IIS. As if IIS has access to the printer in less quality.
      But I do not know how and where to set it up.

      This might explain something.
      An additional problem is the bar code printer, print a small label with a bar code which is blurred and strokes are the teeth.
      If you normally print from Reader on this printer the quality is super.

      My OS: Windows Server 2008 R2 Standard
      and Foxit Reader v. 5.3.1.0606
      Last edited by tomasalfa; 07-31-2012, 12:35 PM.

      Comment


      • #4
        Hi tomasalfa,

        Thanks. I've reported this issue to our internal bug tracking system for further investigation. Report ID#: 37990. Any additional info is needed, we'll get in contact with you.

        Comment

        Working...
        X