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)
[> ]…
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…
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…
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…
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…
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.
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…