search for: fpdf

Displaying 13 results from an estimated 13 matches for "fpdf".

Did you mean: ffdf
2006 Jul 03
5
FPDF set FONT_PATH
hi all, im using ruby FPDF to generate my pdf. the problem im facing now is i need to use some new font that is not included in basic fpdf font. then i have generated the font using the makefont.rb. but then i dont know how to define the font_path in ruby. the font work great in PHP-FPDF. Is anybody there had solved the...
2006 Jun 19
0
PDF::Writer VS Ruby FPDF
...d shortfalls you came using each of these two packages. Here are my thoughts for now: PDF::Writer: - extensive documentation - writen using ruby conventions - easy to use - some bugs with embeding fonts prevent using with other then standard encodings (all central european language for example) FPDF: - ported from PHP version, and no too much Ruby style code (capital letter methods etc) - no documentation (but all documentation should be same as for original, PHP version) - easy to solve bugs because working PHP version is always available - easy to extend as many examples / scripts exists o...
2006 Apr 03
0
FPDF and charset
Hi, I have a little question (that''s why I post ;) How I can use Fpdf Libraries and view accentued character (?, ?..) which is in a mysql table ? I have this problem with Windows (not with Ubuntu =) Thank you for your attention ;) Pierre Marchet pmt(at)tecsas.fr -- Posted via http://www.ruby-forum.com/.
2007 Mar 13
2
mime types
I''m trying to use the ajax.Updater function to send a message to the server and display an error message. Ok so far. However if the server detects no error with the data sent I want to open a PDF file in a new window. When I try to do this (using fpdf) the returned PDF is opened as text in the error div. Can anyone point me in the right direction. rgds gmcb --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this...
2008 Oct 02
0
Re: How to export data in pdf and excel format ?
PDF generation Prawn http://github.com/sandal/prawn/tree/master pdf writer http://ruby-pdf.rubyforge.org/pdf-writer/ ruby fpdf http://zeropluszero.com/software/fpdf/ Prawn is very good and well maintained in terms of development and new features added regards Senthil http://blog.railsfactory.com -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message b...
2006 Jan 04
5
Rails with ireport
Hi all, since there isn''t good reporting for rails, I''m thinking to use jasper report instead. Can anyone tell me how can I integrated them together? especially how can I pass parameter from rails to jasper report.
2005 Sep 13
12
PDF views?
I know there''s wiki page on generating PDF[*], but that''s not really what I want. I don''t need to create arbitrary PDF. What I''d like to do is create PDF templates and fill in the blanks. Roughly, I''m looking for functionality akin to the mail merge feature of word processors, including conditional and repeated elements, say, table rows. Michael
2008 Apr 24
2
inverse F distribution in R?
Dear all, I'm looking for a function that calls the inverse F-distribution. Something equivalent to FINV in matlab or excel. Does anyone know if such a function already exists for R? (I haven't been able to find one.) Thanks for any leads. Best, Jennifer
2008 Sep 11
0
[Re: Asterisk CDR Problem for Export CSV (Asterisk-stat-v2)]
Dear Max, Yes, I have modified line no 5 with include_once(dirname(__FILE__) . "/lib/fpdf.php'); But I can not also see export to csv or export to pdf option from download cdr data as I required within date. -- With Regards, Hiren Mistry
2006 Sep 13
0
PDF file manipulation
Is anyone aware of a ruby program for manipulating existing PDF files. All the ones I''ve looked at start from scratch. PHP fpdf has an extention for this called fpdi. Thanks, Mike -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email...
2008 Sep 24
0
generating pdf documents with PDF, missing FPDI
Hello, with PHP I often generating PDF documents with the FPDF library. This library is ported to Rails and work fine for my tasks until now. Now I have to edit and extends some PDF master drafts with some text. Under PHP I using FPDI for this task. Now I can''t find a port of FPDI to Ruby. Anybody know an other gem for editing PDF master drafts? If...
2006 Aug 02
1
PDF::Writer using rpdf templates..
I''ve been implementing this: http://wiki.rubyonrails.org/rails/pages/HowtoGeneratePDFs [PDF::Writer section on using rpdf templates] Strangest thing tho is that it doesn''t work with IE [get a ''server not found'' error] - after reviewing the headers and such, I noticed that there was no file name for the generated PDF in IE - so I made sure that this was in
2005 Mar 28
6
Open Source Billing Software
I know that this has been a hot topic in the past, and that there are a number of views about the overall suitability of RADIUS, which billing methodology is best, what is the meaning of life and such... What I would like to know is has anyone found an open-source billing platform that performs basic billing functionality (pre/post) from RADIUS and/or Asterisk CDR and is written