I use Barcode Professional (by Neodynamic) in an ASP.NET page (see code below).
On Windows Server 2003 the font renders fine, but on Windows Server 2012 it's not acceptable... The source code is identical on each server.
I am using following code to convert BMP Image to GRF format.
Public Shared Function CreateGrf(filename As String, imagename As String) As String
Dim bmp As Bitmap = Nothing
Dim imgData As BitmapData = Nothing
Dim pixels As Byte()
…
How to load pdf file and print using this settings?
PrintUtils.PrinterSettings.Communication.CommunicationType = CommunicationType.USB;
PrintUtils.PrinterSettings.ProgrammingLanguage = ProgrammingLanguage.ZPL;
PrintUtils.PrinterSettings.PrinterName…
I am trying to silently print a PDF file using JSPrintManager in a ReactJS project.
It is working fine if JSPrintManager client app intalled on local machine. Is there any way to achieve silent printing without the client app?
Tried adding following…
Our application needs to be able to render barcodes to PDF documents that will be accessible over the internet. Our technology stack includes SQL Server Reporting Services so we would like to leverage it and its ability to render to PDF; however,…
I am completely new to ASP.NET Core and DDD (domain-driven design). I recently purchased the ASP.NET Zero startup template to ease the pain and learning curve of getting started. I love the project, but I am having difficulty with session state.
I…
How to print bar-code in vertically direction through PRN File?
Printer : Zebra GC420t EPL
I had designed the Barcode using Zebra Designer code and generate the prn file.
But when I Print barcode, print comes in Horizontally format,I had made…
I am printing barcodes using neodynamic but there are issues in scanning on thermal printers while printing on laser printer, can scan easily. I have zebra printer TLP 2844. When code is like "G00001" then it scan but when code is like…
I try to implement WebClientPrinter by Neodynamic. This library makes request by this format:
webclientprint:http://localhost:1294/wcp.axd?sid=cm50pdi0tyfsm0feejnzjtsk&wcppping
it is similar to this notation.
javascript: method()
My question is…
I want to use the neodynamic image draw SDK and I keep getting this error when I build. This is my current code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using…
I'm creating a shipping label with NeoDynamic.SDK.ThermalLabel version 12. I'm trying to print out the following line:
(minus the colored background)
The line has 3 different segments, each one with its own font size. The first 4 digits are defined…
I am trying to cut paper using string command, the command for paper cut is given as 0x1D 0x56, but its not working, Is it some other code for Neodynamic PHP Web Client.
What i did so far,
$useDefaultPrinter = ($qs['useDefaultPrinter'] ===…
I'm using the following sample code which prints locally when clicking the button, but would like it to print automatically when the page loads.
Here is the sample code: