About 129,000 results
Open links in new tab
  1. .net - Best C# API to create PDF - Stack Overflow

    Can you recomend any PDF API for C#. Free is the best, but I don't mind paying for it.

  2. Generating PDF in next.js - Stack Overflow

    Feb 19, 2020 · 6 Hii i am trying to generate PDF in next.js. I tried many libraries like react-pdf, jsPDF etc. but all they are client side library they need window to perform their action. Is There …

  3. Creating a pdf file in android programmatically and writing in it

    I'm trying to create a pdf file inside my app, save it on the external storage the open it. Saving a file isn't an issue for me, nor is opening one, my issue is with creating one and writing in it....

  4. Open source PDF library for C/C++ application? [closed]

    Sep 12, 2008 · I want to be able to generate PDF output from my (native) C++ Windows application. Are there any free/open source libraries available to do this? I looked at the …

  5. Which one is the best PDF-API for PHP? - Stack Overflow

    Which one of these is the best PDF-API for PHP? ApacheFOP dompdf FPDF html2ps mPDF PDFlib TCPDF wkhtmltopdf Zend_Pdf

  6. Best way to create PDF from XML XSLT in C# - Stack Overflow

    0 You can create pdf file from xml by using Aspose.PDF for .NET API. I could find the code sample for transforming xml to pdf in C#/.NET on Aspose documentation page for pdf.

  7. c# - .NET server based PDF generation - Stack Overflow

    There are API's if you need full control over styling, client generated templates (idml) etc, you can integrate with InDesign Server and use that to generate print ready PDF files. I have build an …

  8. What options do we have to generate a PDF from an ASP.NET …

    Sep 27, 2019 · I need to generate a PDF from a HTML Canvas, but the process must complete on the server side which is an ASP.NET Core Web Api.

  9. Merge pdf files with VBA and Foxit - Stack Overflow

    The code referenced above does not work in Foxit vs 10 and higher. The new api version is much simpler. Here's a link to the current API: Foxit API reference guide The following sample code …

  10. Getting pdf file from api response - Stack Overflow

    Getting pdf file from api response Asked 4 years, 11 months ago Modified 3 years, 7 months ago Viewed 58k times