About 9,170,000 results
Open links in new tab
  1. Generating PDF files with JavaScript - Stack Overflow

    It is great for creating PDF files in React and even let the user download them from the client side itself with no server required! this is a small example snippet of React-PDF to create a 2 section PDF file

  2. c# - Blazor pages generate HTML to PDF - Stack Overflow

    Mar 5, 2020 · 6 I want to print a rendered modal that opens up with some vehicle information, The button is present on the modal and on click should convert the modal HTML to PDF. Please advise if there is a C# function or so that I can use, which will extract the current HTML I want to convert to PDF, or steer me in the right direction.

  3. Generate pdf from HTML in div using Javascript - Stack Overflow

    Aug 12, 2013 · My use case is to create the relevant html from a markdown document (with markdown-it) and subsequently generating the pdf, and uploading its binary content (which I can get with pdfMake 's getBuffer() function), all from the browser.

  4. How to get a single PDF document from Doxygen? - Stack Overflow

    When I generate Doxygen documentation in PDF format, I get plenty of different files with a single diagram in each. Is it possible to obtain a single PDF document, organized as a book, roughly as the

  5. Generating a PDF file from React Components - Stack Overflow

    18 @react-pdf/renderer is a great resource for this. It is a bit time consuming converting your markup and CSS to React-PDF's format, but it is easy to understand. Exporting a PDF and from it is fairly straightforward. To allow a user to download a PDF generated by react-PDF, use their on the fly rendering, which provides a customizable ...

  6. .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.

  7. c# - Convert HTML to PDF in .NET - Stack Overflow

    Feb 19, 2009 · Try this PDF Duo .Net converting component for converting HTML to PDF from ASP.NET application without using additional dlls. You can pass the HTML string or file, or stream to generate the PDF.

  8. Excel VBA to Export Selected Sheets to PDF - Stack Overflow

    Selection.ExportAsFixedFormat only exports the selected cell or leads to empty PDF-Prints also in Office 365 (Office 2016). One has to export sheet by sheet as time being.

  9. Export Pandas DataFrame into a PDF file using Python

    May 14, 2022 · The column headers don't come bold. All fonts look the same. I have multiple dataframes to write into a single excel file. eg one dataframe just contains header info (vendor name, address). another contains actual data, 3rd is a footer, which I write to one Excel file using the startrow & startcolumn param in df.to_excel. So I have an excel file which has a structure. …

  10. how to generate a pdf file with VB.net? - Stack Overflow

    Aug 24, 2009 · You can export to a PDF file using a Crystal Reports object, which comes packaged with Visual Studio.