0
votes
1answer
42 views

Add item numbers to items in Magento Invoice PDF

I am trying to do something that should be really simple, but I am stuck. I am trying to add serial numbers (1,2,3 etc) to the items in Magento's invoice pdf under a column called Serial Number. Any ...
0
votes
0answers
53 views

Magento Invoice PDF customization

I am trying to do this to the standard Magento invoice pdf: Write the Grand Total amount in words. For e.g. if the grand total is 457.30, I would like to be able to display Four Hundred and fifty ...
0
votes
2answers
387 views

How to show Invoice Creation Date on Magento

Now on magento when I print an Invoice as PDF, it shows "Order date".. we need to replace it with the "Invoice Creation Date". Can you tell me how to do that? Thanks.
0
votes
0answers
96 views

Drupal Views PDF: including other PDF-view not working

I'm creating a shop using Drupal Commerce. With the Views PDF Module I going to create invoices for the customers. For the order-items I'm including an other PDF view. Now when I generate the view ...
0
votes
3answers
486 views

How to create a multiple page invoice in asp.net c#?

I am thoroughly confused with something I want to do and am looking for some advice. One of my client has to produce monthly invoice detailing all of the company expenditure, and two other such ...
0
votes
0answers
136 views

How call insertOrder() in Magento PDF Invoice?

I am preparing the pdf invoice of Magento. My goal is to insert some information every new generated page by calling the function app/code/local/Mage/Sales/Model/Order/Pdf/Abstract.php protected ...
2
votes
1answer
779 views

How to get Order Time in Magento?

I am trying to rewrite my PDF invoices in Magento. How can i display the created time without the date of a Order? I am preparing the class insertOrder() in ...
0
votes
2answers
353 views

Invoice PDF show tax multiple times

(Mage 1.6.2.0) as I want to print an invoice (pdf) it shows up the tax multiple times in the product list (that's okay) and after the costs of shipment. In total it is shown 4 times where 2 are ...
2
votes
2answers
679 views

Multipage invoice/document in PHP

TL;DR: I have problems with PHP generating PDF's longer than 1 page total. Hello again. My goal is to create a script that will basically get all the important data and create a A4 format PDF ...
2
votes
2answers
632 views

Need to include image with PDF in Magento

I need to include the 'customer's logo' in the PDF file when we download it from invoice. I tried with the following code. $page->drawImage($customerLogo, 25, 800, 125, 825); But it through the ...
0
votes
1answer
894 views

Creating Floated Image with text flowing around it with padding in iTextSharp

Is it possible to create a Floated Image with text flowing around it in iTextSharp. I did the below and the image is not inserted but only the elements. Document doc = new Document(); ...
2
votes
3answers
2k views

Generating Pdf from webpage in asp.net

Could you give me some recommendations on free/Openspurce library etc that could be integrated on asp.net application to Generate Pdf out of Html fragments. I will be generating Invoices that is ...
0
votes
0answers
49 views

I need to add Extra Pages in my site and also Invoice Generator [closed]

I am not coming from a development background but I do understand few basics. I have few questions here and need some help: In my website I want to add: Extra Tab which should ask me for a login. ...
0
votes
2answers
341 views

Combining content types into a single PDF in Drupal 6

So, I'm working on a Drupal 6 project that ultimately replaces a big, complex Excel spreadsheet with a workflow as such: Customer books an appointment via the Bookings API Employee goes to customer ...
5
votes
4answers
3k views

Best way or library to generate PDF format of invoices in Java

I am working on a project, one feature is to generate PDF format of invoices in Java. There seems to be many solutions, but I don't know which one is the best for invoices. Please advise, Thanks.
2
votes
4answers
429 views

how to generate an invoice

I have started freelancing and a client has asked for an invoice. Do you have a favorite tool for generating invoices? I am after something that I can use from Linux (either a desktop tool or web ...
0
votes
1answer
2k views

How to change the background color of default magento generated invoice pdf that's generated to print?

Can anyone give any idea on where the html files are located that generates the invoice pdf while trying to print it out(in admin).Also I need to modify the background color from the one as in the ...
14
votes
21answers
9k views

Creating PDF Invoices - Are there any templating solutions?

Our company is looking to integrate invoices into a new system we are developing. We require some a solution to create a layout of the invoice and then convert to pdf. We have considered just laying ...