#1 2015-03-19 16:28:18

danzman
Member
Registered: 2010-08-03
Posts: 3

Multiple JPG to One PDF File

I am not into reinventing the wheel when I think that someone has already developed this application.
What I intend to do is to scan documents into a pdf file using the Ziggi HD Document Camera from IPEVO.COM. The questions are:
(1) Do I need to capture into a jpg format then convert to pdf?
(2) Is there a way to capture directly into pdf?
(3) I have Delphi XE2, what components from synopse do I need?

I am savvy with Delphi and a fast learner.

Any advise will be helpful. Thanks

Offline

#2 2015-03-19 17:38:53

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,225
Website

Re: Multiple JPG to One PDF File

(1) SynPdf accepts either bitmaps or Jpeg images.
The bitmaps will be compressed using deflate, so Jpeg images tends to produces much smaller pdf files.

(2) Not yet: you have to create a new PDF document, then draw the Jpeg on the pages.

(3) SynPdf.pas for the PDF library, and SynGdiPlus.pas for the Jpeg loading.

Offline

#3 2015-03-20 16:16:11

danzman
Member
Registered: 2010-08-03
Posts: 3

Re: Multiple JPG to One PDF File

Thanks for the reply.

Last edited by danzman (2015-03-20 16:27:41)

Offline

#4 2015-04-03 18:51:26

danzman
Member
Registered: 2010-08-03
Posts: 3

Re: Multiple JPG to One PDF File

any sample project? I need to knnow how it is declared for use in procedure. How do I load a jpg image into a page? (item 3 in your reply)
Thanks.

Last edited by danzman (2015-04-04 15:20:25)

Offline

Board footer

Powered by FluxBB