Search found 3 matches
- 2011-02-02T12:25:56-07:00
- Forum: Users
- Topic: Multi-page PDFs
- Replies: 2
- Views: 4964
Re: Multi-page PDFs
Thank you for your help.  I am using iText to create the pages and for whatever reason, they are not splitting properly.  I am making the PDF's the old-fashioned way (using Word to convert them) and that seems to be doing the trick.  Thank you!
					- 2011-01-31T16:00:38-07:00
- Forum: Users
- Topic: Multi-page PDFs
- Replies: 2
- Views: 4964
Multi-page PDFs
I am trying to convert multipage PDF's to either multi-page PDF's or several TIFF files. I have used the command:
convert file1.pdf file2.pdf
and also
convert file1.pdf image_%02.tiff
The file that results has only one page in it.
I am using 6.6.7-Q16 on Cygwin. I have also tried Windows command ...
					convert file1.pdf file2.pdf
and also
convert file1.pdf image_%02.tiff
The file that results has only one page in it.
I am using 6.6.7-Q16 on Cygwin. I have also tried Windows command ...
- 2011-01-27T09:30:22-07:00
- Forum: Users
- Topic: Arabic Text to GIF
- Replies: 1
- Views: 3759
Arabic Text to GIF
I am using 6.6.7-Q16 on Cygwin. I have also tried Windows command line also. The command that I am using is: 
convert -direction right-to-left -encoding Unicode -pointsize 12 aronlytest.txt aronlytest.gif
I was hoping that the letters would be connected in this version, but they are not. Does ...
					convert -direction right-to-left -encoding Unicode -pointsize 12 aronlytest.txt aronlytest.gif
I was hoping that the letters would be connected in this version, but they are not. Does ...