Questions tagged [html-to-pdf]

For questions related to conversion of HTML pages to PDF files

Questions related to conversion of HTML pages to PDF files

638 questions
-2
votes
1 answer

Laravel: Laravel Snappy generates error "The exit status code '-1073741819' "

I am using laravel-snappy to genrate a pdf of my html page but i am getting this error: The exit status code '-1073741819' says something went wrong: stderr: "Loading pages (1/6) [> ]…
Raza Zaidi
  • 520
  • 1
  • 3
  • 17
-2
votes
3 answers

how can i save rendered pdf (generated from html) to my computer?

I am using below API to generate pdf from URL: https://url-to-pdf-api.herokuapp.com/api/render?url=http://google.com I want a php code which directly downloads the generated pdf. below is what I have tried: a…
Amit
  • 77
  • 1
  • 11
-2
votes
2 answers

Generate pdf using iTextSharp for different languages

I have tried different options, but it did not work. The code generated pdf for English but does not work for other languages. using (var ms = new MemoryStream()) { // Create an iTextSharp Document which is an abstraction…
Ravi Vanapalli
  • 9,805
  • 3
  • 33
  • 43
-2
votes
1 answer

Export to PDF Using Java or plain html

I am displaying few tables using HTML table tag and CSS . I am using Struts 2 and would like to include the "Export to PDF" functionality. Right now its just one page where i have to use this. Later one there will be one or two more page where i…
promil pandey
  • 95
  • 1
  • 4
  • 13
-2
votes
1 answer

export html text to PDF (with inline styles). backgound-color does not work

I am developing an application to export html data to pdf file (in c#). I followed these steps to convert the data StyleSheet styles = new StyleSheet(); tempText = tempText.Replace("\"", """); ArrayList objects = HTMLWorker.ParseToList(new…
Rajdeep Paliwal
  • 175
  • 2
  • 14
-2
votes
2 answers

Convert HTML page to PDF without using itextsharp.dll in asp.net

I am using asp.net with C#. I want to convert my html page to pdf. But I don't want to use "itextsharp.dll" for the same. I went to lot of Google and sites. I am looking for some free one.
Mahesh
  • 1,465
  • 4
  • 19
  • 23
-3
votes
2 answers

jsPDF is not defined error in html project?

I am implementing jsPdf example and have sample html project in which i included jquery and jspdf cdn link to generate pdf. Here is my code
Fahad Subzwari
  • 2,109
  • 3
  • 24
  • 52
-3
votes
1 answer

How to convert webpage to pdf file in asp.net

I want to convert my webpage by button on click in codebehide i will receive that url and finally it will convert webpage to pdf and save it in to my specific path.Can u suggest the easy tool(dll files) to convert webpage by url website. please…
Thank u stack
  • 51
  • 2
  • 9
1 2 3
42
43