Questions tagged [neodynamic]

Bar code, labeling, printing, and imaging tools for .NET & PHP.

Barcode, Labeling, Printing & Imaging Tools for .NET & PHP

20 questions
6
votes
1 answer

Neodynamic Barcode Professional font display

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.
UnBoug
  • 167
  • 1
  • 12
3
votes
3 answers

Convert BMP image to GRF format C# / VB.NET (To use in ZPL printer)

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() …
user2256857
  • 179
  • 1
  • 2
  • 9
2
votes
0 answers

How to load pdf file and print using Neodynamic PrintUtils settings c#

How to load pdf file and print using this settings? PrintUtils.PrinterSettings.Communication.CommunicationType = CommunicationType.USB; PrintUtils.PrinterSettings.ProgrammingLanguage = ProgrammingLanguage.ZPL; PrintUtils.PrinterSettings.PrinterName…
yer
  • 21
  • 3
1
vote
1 answer

JSPrintManager unable to print without client app

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…
1
vote
2 answers

Neodynamic Barcode Professional for SSRS

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,…
JPrescottSanders
  • 2,151
  • 2
  • 16
  • 24
1
vote
2 answers

ASP.NET Zero Session Management

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…
LabRat
  • 13
  • 4
1
vote
0 answers

How to print EPL barcode vertically in asp.net web application?

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…
1
vote
1 answer

noedynamic barcode on thermal printers are not scanned

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…
1
vote
1 answer

Own protocol in browser

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…
Jacek
  • 11,661
  • 23
  • 69
  • 123
1
vote
0 answers

How include into the project Neodynamic references?

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…
Vijay H
  • 11
  • 4
0
votes
0 answers

Vertically aligning variable size text with NeoDynamic ThermalLabel SDK

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…
Shaggydog
  • 3,456
  • 7
  • 33
  • 50
0
votes
1 answer

Printing in ESC/POS using string commands (Neodynamic PHP Web Client)

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'] ===…
Paul Baiju
  • 419
  • 7
  • 20
0
votes
0 answers

Change a function from button-executed to auto-executed

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: