c# - ASP.Net Print PDF directly to Printer With Preferences -


I am working on a project for which we need to send a PDF to the printing press. We have done this before with a desktop app and acrobat, but I would like to switch to an ASP.NET app, to give us more flexibility about what the device is using the end user (only any

For the user is working well to send PDF - Printer prints documents, decent quality, etc.

I have found that there is only one issue, that Hama The files may need different printer configurations - like someone might have to add a booklet, while the next can not be done. We previously set them up in pre-configured drivers (i.e. "MyPrints 1" set in the booklet Has been "MyPrinter 2" - both point to the same physical printer). Sending raw data, however, seems to ignore them, I'm assuming that this Some header data is not included, or something like that; I have not got any information about how to add it.

I am open to other methods I have tried GhostScript, But it throws errors about files PDFSharp works fine when logging in locally or on a web server, but does not do anything while logging out (not even an error message, it is believed that thisMore than Dob Adobe Peediafarpeepi) I am potentially opening up a payment option, but likes free (of course).

This was the one I forgot when I asked this question, but what we wanted to do was, It was:

  • To open PDF and manage print jobs. PdfView4Net ()
  • Set up
  • Make sure that all printer configurations were installed as a service for the same user.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -