Creating PDF Files on the fly - advice?

J

jchrisf79

I am looking to create a web-based application that will convert a
quark document, in-design doc, photoshop doc, eps, etc. into a hi-res
pdf file that is ready for print. Any ideas on an api/sdk that already
exists? other ideas?
 
A

Arne Vajhøj

jchrisf79 said:
I am looking to create a web-based application that will convert a
quark document, in-design doc, photoshop doc, eps, etc. into a hi-res
pdf file that is ready for print. Any ideas on an api/sdk that already
exists?

I suspect that would be a big task to implement.

Use the apps and print to a PDF driver seems a much easier
route to go.

Arne
 
R

Ramon F Herrera

I am looking to create a web-based application that will convert a
quark document, in-design doc, photoshop doc, eps, etc. into a hi-res
pdf file that is ready for print. Any ideas on an api/sdk that already
exists? other ideas?

Adobe used to charge big bucks for their Acrobat SDK, but it is
available for free now.

To create PDF files in the fly, from scratch (not from those graphics
formats that you mention) take a look at PDFlib.

-Ramon
 
A

Arne Vajhøj

Steve said:
Apache FOP?

I don't think the PDF part is the difficult part.

Writing code that can parse all the mentioned formats
(quark document, in-design doc, photoshop doc, eps) and
create a high res print format out of them is a big task
no matter what PDF lib to use.

Arne
 
A

Andrew Thompson

jchrisf79 said:
I am looking to create a web-based application ...

By 'web based application'; do you mean something that
(from the perspective of the end user) is entirely browser
based?

I just thought I should clarify, in case this is a web
launched and based *rich* *client* - e.g. a web start
application. Because..
...that will convert a
quark document, in-design doc, photoshop doc, eps, etc. into a hi-res
pdf file that is ready for print.

..in the latter case (rich client), it seems it might be easier to
avoid PDF altogether.
...Any ideas on an api/sdk that already
exists?

As others have pointed out, the major task of this stated
goal is to figure how to render the original documents in
'page format'. If a rich client can do that, it is a minor step
to call the print services to dump out a hard copy.

(But conversely, if it is an entirely 'browser based' web. app.,
supplying a PDF for printing - makes a lot of sense.)
.. other ideas?

- Clarify whether you mean web based 'thin client/rich client'.
- Make the first letter of each sentence Upper Case.

--
Andrew Thompson
http://www.physci.org/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200712/1
 

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

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top