Announcement

Collapse
No announcement yet.

Printing with IIS

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • cherry
    replied
    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.

    Leave a comment:


  • tomasalfa
    replied
    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.

    Leave a comment:


  • cherry
    replied
    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.

    Leave a comment:


  • tomasalfa
    started a topic crash Printing with IIS

    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.
Working...
X
😀
🥰
🤢
😎
😡
👍
👎