Tagged Questions
0
votes
1answer
43 views
Convert HTML to PDF and add it to a paragraph
I want to add a paragraph, containing HTML, to a document.
As far as I know, iText only supports adding HTML to a document directly via XMLWorkerHelper.
Furthermore I want to change the font of the ...
2
votes
2answers
100 views
Trying to open a .pdf file in an iframe
I am really having a hard time opening up certain .pdf files within an iframe HTML element. I can open some .pdf files in this iframe, but not all of them. The ones that I cannot open were created ...
-3
votes
0answers
100 views
Best way to convert html to pdf? [closed]
I need to create pdf files from html. The scenario is to create a program that fetches html from other websites using php curl and then convert's them to pdf files using javascript, since the work can ...
0
votes
0answers
59 views
wkhtmltopdf - how to set PDF Version to 1.6?
I am using wkhtmltopdf to put html contents to PDF file. It's working great, expect one thing. My PDF version with this tool equals to 1.4 (AdobeReader 5.x). I would like to have Adobe PDF version ...
4
votes
1answer
82 views
HTML to PDF convertion and editing in iOS
I am creating an iPad application for reading PDF, this PDF should be generated from a HTML file. I have seen some sample codes for converting HTML to PDF, and I think that part will be fine for me to ...
1
vote
0answers
80 views
Writing the array elements on a new line, in the HTML table cell while converting to PDF
I am converting an HTML table to a PDF using the Winnovative converter tool.
I have created an HTML table programmatically and assigned an array to a table cell like this:
td10.Text ...
-4
votes
1answer
134 views
How to create PDF file in php and attached with email at the time of creation [closed]
How to create PDF file in php and attached it to email at the time of generation automatically. please guide me.
0
votes
0answers
95 views
How to ensure fonts look the same in all browsers/platforms (Cufon? Images? sIFR) for PDF rendering
I've spent eons diving into @font-face issues for RTL languages, font-rendering on different browsers, PDF support, and so on.
My objective is to have CSS-compatible Arabic (a RTL language) text on ...
0
votes
0answers
100 views
Create PDF from Ext.Window
I have ExtJS 3.4 site that uses Ext.Windows to display Ext.Panels that contain data loaded from database. Is there a way to generate PDF that shows the contents of given Ext.Window? In other words, is ...
1
vote
1answer
79 views
Splitting HTML page so Printer splits it into separate pages
I am planning price list available for clients online and I was thinking about simple very long page or div container with some anchor links aside to help jump to different products.
However in case ...
0
votes
0answers
102 views
TCPDF: Bumping a barcode one page back?
With TCPDF, I have been successful in creating a clean & functional 3 column layout to fit an Avery template for mailing labels, but there is just one issue and I would really appreciate a few ...
1
vote
1answer
129 views
about A4 size mark and printing issue
I am trying to develop some code with 3rd party php library to generate pdf of a specific webpage. I have some question regarding the image rescaling, page size and the printing page size. I am ...
0
votes
0answers
136 views
How do I export HTML to PDF using telerik.pdf namespace
I have the requirement where on click of a button, I want to write the contents on multiple lists to PDF document
For example, I have List and I want to write all the details present in Employee class ...
1
vote
3answers
259 views
HTML to PDF/PostScript using linux command line, How can I do that? [closed]
I'm working on a piece of Shell Script tool that should generate PDF out of HTML. I want to convert the HTML to pdf or postscript without needing to install packages as that needs a lot
of paper ...
0
votes
0answers
81 views
Conversion of an HTML page into PDF with scrollbar, using third party software
I need a third party software (either free or commercial) which can
reliably convert an HTML page (given as a URL address) into a PDF file.
The most important characteristic that should be kept ...
-2
votes
2answers
501 views
Export HTML with CSS to PDF script [closed]
Is there a way to turn HTML + CSS code into a pdf so it does not look like printing a webpage?
So far I have been exporting my pages to pdf using page-break-before and the likes from the browser. But ...
1
vote
1answer
213 views
WordPress contact form email as PDF
I am using the below code for my WordPress site which is emailing all the form details as an HTML text but I need the details to be written into a PDF first and then have to email the PDF as an ...
0
votes
1answer
38 views
how to generate regional language pdf?
i generated English language html to PDF using html to PDF php script .but coming to regional language its showing string error.i am using utf-8 only.is there any onther script for regional language
0
votes
1answer
114 views
Ist possible to convert my own HTML to PDF, without breaking the pages, preserving the formatting and supporting the hyperlinks? [closed]
I have already searched for many questions at Stackoverflow, but I really didn't consider the questions and the answers for my needs. DocRaptor is really not a good app because it breaks the pages and ...
1
vote
5answers
621 views
Convert webpage to HTML to PDF?
In my website I am having the structure as :
Tab Container - having 4 Tab panels
Each tab panels is having 4 gridviews which are separated by line break.
Now when i am in a particular tab, I want ...
0
votes
1answer
288 views
How I can convert a html string to pdf?
I am using ASPPDF active x component. I have already create a pdf document from ASP. But the content of this pdf is only simple text. How I can convert asp variable, that contains html tags, to pdf ...
0
votes
3answers
2k views
FPDF error: Alpha channel not supported:
I am trying to generate PDF from HTML (output of a PHP file).
I am using FPDF to generate the PDFs.
I have three PNG transparent images (Alpha channel), that go on top of each other and it looks ...
-2
votes
2answers
426 views
PHP HTML to PDF conversion proportionally [closed]
I am building a Web2Print website using PHP, MySQL and jQuery.The main concept of the website is the end users can create a HTML template by adding text, images, dragging, resizing etc dynamically and ...
0
votes
1answer
372 views
DOMPDF generating blank pdf
I am using DOMPDF library 0.6.0 beta 3 to generate pdf files using PHP. Some of my html can be processed to PDF correctly and some not. Below is an example of one which can not. I have validated my ...
-1
votes
3answers
700 views
Convert a html file to PDF (with inline styles) [closed]
I want to convert a static html file to pdf file with the styles as it is.
I have only a few fields in html ,
Like text,select,textarea,button,label ( but all contains inline styles)
I have checked ...
-2
votes
1answer
439 views
Opensource HTML to PDF converter? [closed]
I need an opensource html to pdf converter. I tried pdfcrowd, but it is not freely accessible. Pls suggest any free converter which i can integrate with my application
0
votes
0answers
342 views
IText html to pdf img
I am converting a html document to a pdf document and send it with java mail.
I want to insert an image on the top of the pdf document with:
<img alt="Logo" class="logo" ...
2
votes
1answer
270 views
Converting HTML to PDF exact replica not shown
I am doing an R&D for converting HTML to PDF.
We have created a page in Asp.net and has placed a CKEditor on it with simple options of selecting Fonts, Font Size, Bond, Italic etc. There is two ...
0
votes
0answers
160 views
Server Side Html2PDF converting [closed]
Following is my URL which i am trying to convert to pdf through a serverside converter
but i am experiencing a very weird issue that my page should gets converted to PDF in one page but it gets ...
2
votes
2answers
237 views
Forcing transparency in html elements when converting page to PDF
I am currently converting a web page to a format that can be easily printed to pdf while maintaining the same appearance. Many print to pdf tools do not allow you to print background images/colors so ...
0
votes
1answer
505 views
Break table which inside table but keeping rows untouch
I have the following HTML> jsfiddle.
When I output it to PDF using DOMPDF, on the first page I got the 2 first rows, than I got 10 empty pages and than 2 pages with the rest of the content.
How can I ...
3
votes
2answers
295 views
add working url into pdf, using qt + qprinter
Is there a simple way to add a working/clikable url into a pdf, using c++, qt and the qprinter class? To clarify it a little bit: I want to add the url during generating a new document. I'm not trying ...
0
votes
2answers
159 views
converting extracted html content in to pdf and giving option to download using php
I have an html content stored in a variable.I have to generate a pdf file before giving it for download
like for example $content="test document containing test content"
Im trying to add this to a ...
1
vote
2answers
232 views
Save user generated form content as a PDF on server
I have some report that is generated from a form. I need this form to be saved automatically on the server, on submitting. Is there any way to do it?
I tried researching on the subject, but Google ...
0
votes
1answer
85 views
How to right align a page with wkhtmltopdf?
I have a page that is written in RTL in html it is ok but after the conversion
with wkhtmltopdf it is centered.
How can I tell wkhtmltopdf to align that page to the right?
For headers and footers ...
1
vote
4answers
631 views
PDF generation from an html containing images and text
I am looking for a fast and efficient way to create pdf from my website. The pdf will have images along with some text that I can pass as an html. The pdf could simply be a printed format of the html ...
1
vote
0answers
146 views
TCPDF, Text always italic
Im using TCPDF to automatically generate dynamic PDFs. The problem i am having is that everytime i try and render any sort of text, be that using writeHTML() or MultiCell(), or any other text function ...
2
votes
3answers
768 views
How to generate page running on server as a PDF
The task is not easy, as I need to create a PDF version of a page after clicking a button. It has a complicated dom structure, with many elements positioned absolutely/relatively, and the data is ...
0
votes
2answers
936 views
I have HTML in java string and I want to render it as a PDF. Is there any API or reference Available? [duplicate]
Possible Duplicate:
Converting HTML files to PDF
I have HTML in java string and i want to render it as a PDF.
Is there any API or reference Available for free?
2
votes
0answers
174 views
iOS iPhone is it possible to convert an HTML report into a full featured PDF report? [closed]
I have an HTML report that is viewable on an iPhone. Is there some open source or paid library that would take this HTML page and convert it into a full featured (ex: text can be selected and searched ...
0
votes
1answer
260 views
How to pretend to be a Printer on iOS like the Apps Save2PDF or Adobe® CreatePDF?
I want to convert HTML to PDF on an iOS Device...
...but I dont want to load my HTML in a UIWebView, take a snapshot and generate an ugly PDF from this snapshot picture...because the text must be ...
2
votes
4answers
1k views
Converting html webpage into a pdf page(pdf file which user will download)
I am developing a website in Cakephp framework, what i want to do, is to give the user option of downloading the page he is viewing in pdf format.I am using html2pdf plugin but its giving problem ...
1
vote
1answer
454 views
How to achieve Page numbering Chapter/Section wise in PDF creation using WKHTMLTOPDF PDF engine
I am trying to generate a PDF book using WKHTMLTOPDF for Linux and lunching through a Perl program. I am passing multiple html files with cover page and footer info through html file to WKHTMLTOPDF ...
1
vote
1answer
303 views
Populating a pdf template with html, css and php variable
Here's what i'm trying to do. I have a Student Result Application in which i'll like to print out a pdf format of a specially designed Result's Sheet.. Example Here......
...
0
votes
2answers
699 views
Converting Webpage to PDF
I have a project and the old programmer thought converting a webpage to PDF would be easy using web-based conversion software. I'm not so sure since it requires headers/footers and it's a listings ...
0
votes
2answers
585 views
Online PDF to HTML conversion API? [closed]
I know there are a ton of commercial PDF to HTML programs available, but does anyone know of an online service where I just point it to the PDF URL location and it spits out the HTML?
(Note: this ...
0
votes
3answers
807 views
R&OS PDF in PHP (name of pdf)
anyone uses this function to create PDF in PHP?
http://www.ros.co.nz/pdf/
I need set the name of this pdf, and I don't find the option.
The name is the same of the current page; for example if the ...
0
votes
0answers
303 views
iTextSharp 5.1.3 - Put HTML in Form Field using c#?
I have a PDF Form and I'm trying to put HTML formatted text into a field using itextsharp 5.1.3 using c#. I want the text to keep the same formatting as it has in the HTML. How can I do this?
...
1
vote
2answers
7k views
HTML Rendering with TCPDF(PHP)
I am using TCPDF's writeHtml function for a page that renders properly in the browser.
In the output PDF, the fonts are too small. I've tried with setFont, but it doesn't seem to have an effect. Does ...
0
votes
3answers
3k views
how to convert dynamic php file to pdf?
I try to convert dynamic php database file to pdf.
I try with DOMPDF, but I have a problem with defining the string. I'll explain:
Here is a 'hello world' script for dompdf:
...



