pdf-generation

Applying watermarks on pdf files when users try to download the files

Hey guys, the solutions for my schools' assignments all have waterstamps on the pdfs with our username on it. I was wondering if you guys know how to do something like that using php? Do they run a script prior to the download process? Thanks ...

Microsoft SQL Server Reporting Services web services convert html to pdf

Hi guys I knew that you can develop customised code to generate pdf report via SQL Server Reporting Services (web services API). My question is: can you utilize the same mechanism to convert any HTML code into pdf file? My team lead wants me to convert html to pdf in this way to try to utilize the existing report services reference. ...

PDF Generation Library for Java

Hi, I know this has been asked before, but I'm still undecided on which PDF generation framework to use for my current project. My requirements on-the-fly generation of PDF documents (mainly order forms, invoices) Java based easy to layout should be open source easy to change layout A lot of people seem to use iText, but I have so...

How does google analytics produce a PDF of the flash charts?

I am trying to add similar functionality to my website as Google Analytics's ability to export data as a PDF. Does Google produce PDFs using the Flash charts (perhaps by savings the charts as images)? Or does Google use a PDF creation plugin and Google sends the data to the PDF creator to make the images in the PDF? ...

In htmldoc1.9 version header option is not working.

Hi I am using htmldoc versrion 1.9 and using header option in command but it is not disabling the header field of generated pdf.Here is the option that I am using. htmldoc --webpage --header ... etc(Other options) But this is generating pdf with header enabled. I dont want it. While this command is working in htmldoc 1.8.x version. T...

ITextSharp insert text to an existing pdf

The title sums it all. I want to add a text to an existing PDF file using iTextSharp, however i can't find how to do it anywhere in the web... PS: I cannot use PDF forms. Thanks in advance ...

Converting HTML Files into a PDF

I have a website that displays product information that the client wishes to offer as pdf format. I need a way to dynamically convert a particular HTML page into a PDF, does anybody know of a way to do this? I need to convert an html page into a PDF document and serve it to the end user on the fly (there are WAY too many products to do t...

Uploading a PDF file to Google Docs generated by pdfjet on GAE/J

Hi, I need to upload a PDF file to users google docs which is generated by pdfjet on google app engine. I figure out to generate pdf using pdfjet for gae/j. pdfjet uses streams to create the pdf. Is there anyway to convert stream to file so I can upload to users google docs. I tried gaevfs but couldn't make it work. I can use another pd...

Using an image URL for link_callback in the pisa html to pdf library

Related to: http://stackoverflow.com/questions/2179958/django-pisa-adding-images-to-pdf-output I've got a site that uses the Google Chart API to display a bunch of reports to the user, and I'm trying to implement a PDF version. I'm using the link_callback parameter in pisa.pisaDocument which works great for local media (css/images), but...

making a pdf from html using c#

there is a way, a collegue of mne is usng it he will not tell me how so help folks! please note i c# .net framework only, not itextsharp or any other utility ...

generate printable bank giro deposit slip

I am trying to generate a Bank Deposit slip (ideally a PDF) with incremental serial numbers everytime someone clicks and downloads one. Now I know how to generate PDFs etc programmatically but I wonder if there is a 'best practice' way to do this kinda thing before I start generating this deposit slip pixel by pixel on a PDF? There must ...

How do I modify the Magento Order Slip to show a custom product attribute?

I need to display an additonal custom attribute from a product on the Order Slip PDF so that our distributor can find the proper product id. We have 3 different types of SKUs being used; one is our own, the other is from our supplier and another is from the manufacturer. Which part of Magento do I have to change in order to add the cust...

How would I convert a HTML5 / CSS3 document to PDF?

We're currently generating reports for our web application using html5 / css3, and they look good on screen, but obviously when the user hits print who knows what is going to come out of the printer. So, what I would like to know is what is the best way to convert these reports to PDF for download / printing while maintaining the same vi...

Outputting PDF with Django as attachment and reload

Hi there, I´m using django to generate a pdf and return the response as an attachment in the view. response = HttpResponse(mimetype='application/pdf') response['Content-Disposition'] = 'attachment; filename=somefilename.pdf' Similar to the way described in the doc (http://docs.djangoproject.com/en/dev/howto/outputting-pdf/#write-your...

Copy Form Fields From One PDF to Another

Hey All, I have a situation where I need to copy all of the form fields from one PDF to another. The purpose is to automate the overlaying of the fields when small edits are made to the underlying Word pages. I've been using the trial version of Aspose.Pdf.Kit, and I'm able to copy everything but Radio buttons to a new form. However ...

Generating output from XML and CSS with docbook - working for HTML, failing for PDF

Hello. Starting from a series of xml files and a stylesheet I generate a HTML file using docbook-xsl-ns-1.73, libxslt-1.1.22.win32 and fop-0.94. the stylesheet says that code chunks must have numbered lines and a gray background. here is the piece of the and task that converts xmls to html: <exec executable="${XSLTPROC_EXECUTABLE}"> ...

Best commercial Html to PDF C# component

I have used the following pdf components - 1) iTextSharp 2) HtmlToPdf convert (http://www.html-to-pdf.net/) 3) Syncfusion Essential PDF I like HtmlToPdf the most which cost me $550. Now I've to repurchase it again for next project due to license restriction. I'm wondering any good commercial C# pdf components which can generate html...

PDF format, word spacing

Hi I'm implementing a pdf generator in PHP I have problem with word spacing, the option doesn't work or i'm not using word spacing parameter properly. I need this option to render text justified. The character spacing parameter works properly. This is how I'm rendering text: BT /F1 12 Tf 0 829 Td 5 Tw (Hello world) Tj ET Word spa...

How to Background time/IO-consuming operations across a firewall in ASP.NET C#

Summary We have an ASP.NET application that allows users to query a SQL Server Database through a middle layer (pretty standard stuff). When the user attempts to generate a PDF for the rows that were returned to them. Each set of rows with a common identifier will "turn into" a separate page in the resulting PDF. Originally, I assumed t...