|
List Info
Thread: Merging multiple images into PDF
|
|
| Merging multiple images into PDF |

|
2006-10-19 15:26:40 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Greetings list,
I recently purchased an Epson Perfection 4490 Office
W/Document Feeder
(ADF) and it is working very nicely using iscan (
htt
p://www.avasys.jp/english/linux_e/dl_scan.html ) .
The reason for getting this scanner in the first place was a
discussion
on this list where it was recommended, so thank you.
Now, I only have one question with regards to it, and that
is merging
multiple images into a single PDF file. When scanning I get
files in the
format somename-####.jpg , .pnm or .png depending on the
format I
specify. and I would very much like to merge them into a
single file to
send out.
I've tried to get this to work using a couple of different
approaches.
Using ImageMagick's convert was one of them, both into PDF
directly and
into PostScript and convert it to PDF using ps2pdf
afterwards, but both
of these approaches were un-successful in the terms of
acceptable
output. I tried adjusting -density and -page but I still
don't get
acceptable output from my 300dpi scans.
In addition I tried a perl script called jpg2pdf, which is
supposed to
generate "albums" from multiple images, but that
as well was unsuccessful.
After that I considered creating my own online PDF-service
using FPDF (
http://www.fpdf.org/ ),
but the initial testing shows that the cropping
gets all wrong. That said this is the approach that has
gotten me the
furthest as of yet and that I'm most likely to persue unless
someone has
a good suggestion for me. The downside is of course the
transfer of >
1MB image files and downloading the resulting PDF file
again.
Yours sincerely,
- --
- ----------------------------
Kristian Fiskerstrand
http://www.kfwebs.net
- ----------------------------
http://www.scanners-
on-linux.com
http://www.secure-my-e
mail.com
http://www.secure-m
y-internet.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6-svn4282 (GNU/Linux)
iQIVAwUBRTeZMBbgz41rC5UIAQgDMw//U9RzhuQwHJ7YwKL5wA5/6OHCvcK1
XTmZ
iuAjtYcNW5g7rKUZKpAlkxT9TmhEhSTTFWVpJ8e7MIq5CnmJG07FLUu1CVMR
rWDa
nHzfgw3EqvhUZEzH24Ws2wfOWj1dc+3OAsKnDUC9sl73A+cgvWPQUAD8Ed69
qlPw
6HkyNcy5ey7HfPyLK1CWQstSq7V7d8HZcF+7iIFExLOF89NN68bcX2/Yuvc0
tCz5
hV5EbjAocX0jbMf9n7zXWla8+acEKlTnxbNZotixiRwAVaGUueXa+075S2+8
h7cM
iFuLD2XFlCWk7dIPkNuS4yIuY1+tUobLuDJaN+SKbiYYDE/9/aPKZU2Y9NSC
4vpU
T8NJyAohEiizj+rQRFWD64NYf4tr5p/qItzACXR1fiqNoZAmJ+e/80J9QvTD
RLPq
vTitz9N5tgiyC19+XkN8CiXVkqf4F1dnt9nAxW6BfrMYwF5HTLvnImiQeqel
h77q
4246U4UBFW9DFhntR6GY3YIKrIQbX///JvCkaMIEnwgf1Nugb7m12q2LRcil
lz4T
aemnxWY1WteiNS5lsCU16JbVDRzHM4IzYWSeHYQwc8b6VGRIEC0fVzhPbS1v
Ngam
eCfUqVCpq5vLisYeCRYpnDTtF9bBCMPeUvhiE09dif93yS9CO770kfqJJ3WN
W5W7
D/QhrtiqmrU=
=zjBG
-----END PGP SIGNATURE-----
--
sane-devel mailing list: sane-devel lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-d
evel
Unsubscribe: Send mail with subject "unsubscribe
your_password"
to sane-devel-request lists.alioth.debian.org
|
|
| Merging multiple images into PDF |

|
2006-10-19 16:19:48 |
On Thu, Oct 19, 2006 at 05:26:40PM +0200, Kristian
Fiskerstrand wrote:
> Now, I only have one question with regards to it, and
that is merging
> multiple images into a single PDF file. When scanning I
get files in the
> format somename-####.jpg , .pnm or .png depending on
the format I
> specify. and I would very much like to merge them into
a single file to
> send out.
Try Tumble: http://tumble.brouhaha.co
m/
Unfortunately there hasn't been any release since 2003.
I extended Tumble to support PNG and JPEG 2000 as well.
You can find the patch in the Tumble-devel archive.
Daniel
--
sane-devel mailing list: sane-devel lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-d
evel
Unsubscribe: Send mail with subject "unsubscribe
your_password"
to sane-devel-request lists.alioth.debian.org
|
|
| Merging multiple images into PDF |

|
2006-10-19 16:46:54 |
|
I've just been using a simple python script which feeds each pnm file to pnmtops and concat's the output into a huge array which is then feeds to ps2pdf. Works pretty well and really simple.
On 10/19/06, Kristian Fiskerstrand < news kfwebs.net">news kfwebs.net> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Greetings list,
I recently purchased an Epson Perfection 4490 Office W/Document Feeder (ADF) and it is working very nicely using iscan (
http://www.avasys.jp/english/linux_e/dl_scan.html ) .
The reason for getting this scanner in the first place was a discussion on this list where it was recommended, so thank you.
Now, I only have one question with regards to it, and that is merging
multiple images into a single PDF file. When scanning I get files in the format somename-####.jpg , .pnm or .png depending on the format I specify. and I would very much like to merge them into a single file to
send out.
I've tried to get this to work using a couple of different approaches. Using ImageMagick's convert was one of them, both into PDF directly and into PostScript and convert it to PDF using ps2pdf afterwards, but both
of these approaches were un-successful in the terms of acceptable output. I tried adjusting -density and -page but I still don't get acceptable output from my 300dpi scans.
In addition I tried a perl script called jpg2pdf, which is supposed to
generate "albums" from multiple images, but that as well was unsuccessful.
After that I considered creating my own online PDF-service using FPDF ( http://www.fpdf.org/
), but the initial testing shows that the cropping gets all wrong. That said this is the approach that has gotten me the furthest as of yet and that I'm most likely to persue unless someone has a good suggestion for me. The downside is of course the transfer of >
1MB image files and downloading the resulting PDF file again.
Yours sincerely,
- -- - ---------------------------- Kristian Fiskerstrand http://www.kfwebs.net
- ---------------------------- http://www.scanners-on-linux.com http://www.secure-my-email.com
http://www.secure-my-internet.com
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6-svn4282 (GNU/Linux)
iQIVAwUBRTeZMBbgz41rC5UIAQgDMw//U9RzhuQwHJ7YwKL5wA5/6OHCvcK1XTmZ iuAjtYcNW5g7rKUZKpAlkxT9TmhEhSTTFWVpJ8e7MIq5CnmJG07FLUu1CVMRrWDa
nHzfgw3EqvhUZEzH24Ws2wfOWj1dc+3OAsKnDUC9sl73A+cgvWPQUAD8Ed69qlPw 6HkyNcy5ey7HfPyLK1CWQstSq7V7d8HZcF+7iIFExLOF89NN68bcX2/Yuvc0tCz5 hV5EbjAocX0jbMf9n7zXWla8+acEKlTnxbNZotixiRwAVaGUueXa+075S2+8h7cM iFuLD2XFlCWk7dIPkNuS4yIuY1+tUobLuDJaN+SKbiYYDE/9/aPKZU2Y9NSC4vpU
T8NJyAohEiizj+rQRFWD64NYf4tr5p/qItzACXR1fiqNoZAmJ+e/80J9QvTDRLPq vTitz9N5tgiyC19+XkN8CiXVkqf4F1dnt9nAxW6BfrMYwF5HTLvnImiQeqelh77q 4246U4UBFW9DFhntR6GY3YIKrIQbX///JvCkaMIEnwgf1Nugb7m12q2LRcillz4T aemnxWY1WteiNS5lsCU16JbVDRzHM4IzYWSeHYQwc8b6VGRIEC0fVzhPbS1vNgam
eCfUqVCpq5vLisYeCRYpnDTtF9bBCMPeUvhiE09dif93yS9CO770kfqJJ3WNW5W7 D/QhrtiqmrU= =zjBG -----END PGP SIGNATURE-----
-- sane-devel mailing list: sane-devel lists.alioth.debian.org">sane-devel lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-devel Unsubscribe: Send mail with subject "unsubscribe your_password" to
sane-devel-request lists.alioth.debian.org">sane-devel-request lists.alioth.debian.org
|
| Merging multiple images into PDF |

|
2006-10-19 17:09:53 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Kristian Fiskerstrand wrote, On 10/19/2006 05:26 PM:
> Now, I only have one question with regards to it, and
that is merging
> multiple images into a single PDF file. When scanning I
get files in the
> format somename-####.jpg , .pnm or .png depending on
the format I
> specify. and I would very much like to merge them into
a single file to
> send out.
I ended up just using PHP and FPDF, if anyone wants it they
can grab the
file at http://dev.kfwebs.
net/convert.phps . I just run it locally as
php -f convert.php and it converts all the *.jpg files in
the folder
into a PDF file.
Sorry to disturb.
- --
- ----------------------------
Kristian Fiskerstrand
http://www.kfwebs.net
- ----------------------------
http://www.secure-my-e
mail.com
http://www.secure-m
y-internet.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6-svn4282 (GNU/Linux)
iQIVAwUBRTexYRbgz41rC5UIAQg7ehAAjjQ21J55c78q8pnLd3auWWKQtqRn
iwB9
FH7DlpGmwD7510cdF+jTR1VRZVNCf4z87fjwlyo9/3QBZGRZocw48u1Rwbd9
xMXW
ZozRidjp5L0In+uXg8DWCjZULRjpmZmzQpBTC7sxHfuUBk/Ik1govH995E/I
u6GL
ZElytIfbYYNprsBhiLhd37fNXJKoG53tIjwf46xatw1v2Ss2GGriLdH9Gyz6
GrN9
3sbbuYpurCkSksDXC25Yryo0WpNmgbtTLilaEpexHPGiGYBEtN20NNsY0SNc
5gcp
dTVzpZZ7S9nDu7wGfHNd1uCBe6J/14rAPpCacbMCHfYARr7IIQJ2DvdwQKVj
W6vZ
+jkd2Mtv4C42kKqBlWL/8XGNAxgxhyxybPkODHXj0hdKWRPRhOE24b/OP1WO
rf8a
78Oj4GxlVKDhr1FGHiZ4NsHhRnV1pbThC1/lObl6HzbMzbv4+HNMDkRxpulN
pKnU
/YraxQddzxHdBM7OXs7P/NwClE6+SC9Ilril8RosT1UwLuTci/eFAQEWeR/E
0gJq
CS/KJOG/cqGNh2e/uFmoYxX9xjJlC5583Ro9A0Sx7uGAW7Vtc60LJ+EZ9LJy
dmT5
XldkB786j9SaBtD+FgVQqWSLOfz33qy9+SkljXGK/3qfA8mIQUoPgaDtfGUR
aZdQ
gHtx4LXveBM=
=JwhL
-----END PGP SIGNATURE-----
--
sane-devel mailing list: sane-devel lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-d
evel
Unsubscribe: Send mail with subject "unsubscribe
your_password"
to sane-devel-request lists.alioth.debian.org
|
|
| Merging multiple images into PDF |

|
2006-10-19 18:52:45 |
Kristian Fiskerstrand <news kfwebs.net> wrote:
> Now, I only have one question with regards to it, and
that is merging
> multiple images into a single PDF file. When scanning I
get files in the
> format somename-####.jpg , .pnm or .png depending on
the format I
> specify. and I would very much like to merge them into
a single file to
> send out.
Use XSane in multipage mode.
JB.
--
Julien BLACHE <http://www.jblache.org>
<jb jblache.org> GPG
KeyID 0xF5D65169
--
sane-devel mailing list: sane-devel lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-d
evel
Unsubscribe: Send mail with subject "unsubscribe
your_password"
to sane-devel-request lists.alioth.debian.org
|
|
[1-5]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|