Questions tagged [spire]

Spire is a numeric library for Scala

Using features such as specialization, macros, type classes, and implicits, Spire provides support for rational, complex, real numbers and intervals, along with algebraic type classes such as monoid, ring or vector space. While optimized for high performance, numeric, fractional and integral algebra also have conversions to the standard Scala implementations.

47 questions
-1
votes
2 answers

Edit PDF text using C#

How can I find and then hide (or delete) specific text phrase? For example, I have created a PDF file containing all sorts of data such as images, tables, text etc. Now, I want to find a specific phrase like "Hello World" wherever it is mentioned…
-2
votes
1 answer

Fixed Height and Width Spire BarCode C#

I am facing issue with the spire barcode generation with fontsize . When ever input of barcode increase from 5 the size of image increases , I need to adjust it to the fix dimension. BarcodeSettings settings = new BarcodeSettings(); …
aqibravian
  • 37
  • 2
1 2 3
4