PDF file manipulation

M

Mike Lopke

I've looked at PDF::Writer, ruby FPDF, etc.

Are there any ruby tools for manipulation of existing PDF files? Php
has the fpdi extention.

Thanks,
Mike
 
V

vasudevram

Mike said:
I've looked at PDF::Writer, ruby FPDF, etc.

Are there any ruby tools for manipulation of existing PDF files? Php
has the fpdi extention.

Thanks,
Mike

If you can't find any Ruby tools, then one way out, though could take
more time and be difficult, depending on your level of skill with
writing Ruby extensions, would be to find a C or C++ lib and wrap it as
a Ruby extension.

A simpler way than writing a Ruby extension, though not trivial either,
could be to do XML-RPC calls to a lib wrapped as an XML-RPC server,
written in another language that has PDF manipulation support. This
would have some performance overhead though.

Vasudev Ram
http://www.dancingbison.com
 
M

Mike Lopke

vasudevram said:
If you can't find any Ruby tools, then one way out, though could take
more time and be difficult, depending on your level of skill with
writing Ruby extensions, would be to find a C or C++ lib and wrap it as
a Ruby extension.

A simpler way than writing a Ruby extension, though not trivial either,
could be to do XML-RPC calls to a lib wrapped as an XML-RPC server,
written in another language that has PDF manipulation support. This
would have some performance overhead though.

Vasudev Ram
http://www.dancingbison.com

I've also considered doing a port of the fpdi from php to ruby. A ruby
version of the fpdf has already been done. I've no idea really how much
work that would be, though. I just fishing a bit to see if there is any
effort under way not to add this functionality.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top