Displaying 2 results from an estimated 2 matches for "pdf14".
Did you mean:
pdf1
2006 Dec 28
0
HTMLDOC PDF Generation
Okay. I''ve tried it all, or so it seems. The code:
generator = IO.popen("htmldoc-no-compression -t
pdf14-quiet-jpeg-path \".;http://#{request.env["HTTP_HOST"]
+ request.env["REQUEST_URI"]}\"-webpage -", "w+")
generator.close_write
send_data(generator.read, :filename => filename, :type =>
"application/pdf")
I basically just want to generate...
2006 Jun 19
11
html to pdf?
in one of my apps i am currently using redcloth to use textile
formatting on my content.
i am wanting to add reporting to the system, but the content that prints
out doesn''t have the formatting obviously that i can have with html.
what''s a good solution for some kind of formatting where i can use it on
both web and print? i''m using pdf/writer right now and i think