Git Product home page Git Product logo

Comments (4)

 avatar commented on September 23, 2024

OpenPDF is a Java library. I don't know how you could use that in Vbscript or C#.

from openpdf.

 avatar commented on September 23, 2024

Closing, as OpenPDF is a Java library, not C#.

from openpdf.

b9chris avatar b9chris commented on September 23, 2024

You would need to build the bridge code between Java and .Net libraries, similar to the way parts of Lucene were originally ported to the .Net platform. Or, if you're OK with a much narrower bottleneck, you could just call the Java version with command-line calls via Process.Start(). Or you could do the hardest thing, which is to translate the Java version to C#, perhaps starting with an automated tool to begin the process - as Lucene.Net has done. But it is more likely that you'd be better off just using a C# PDF writer, which LibrePDF is not. The following however are:

https://ironpdf.com/
http://www.pdfsharp.net

from openpdf.

suryapratap avatar suryapratap commented on September 23, 2024

Or you could use IKVM

from openpdf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.