Hi,
When converting an image to PDF the format of PDF is always version 1.3. Is there a way to make the PDF version 1.4 or PDF/A?
Thanks
Search found 3 matches
- 2012-05-21T07:14:34-07:00
- Forum: Users
- Topic: Convert to PDF 1.4
- Replies: 1
- Views: 4366
- 2012-05-21T07:13:34-07:00
- Forum: Users
- Topic: Convert JP2 to PDF
- Replies: 2
- Views: 4475
Re: Convert JP2 to PDF
Thanks. Using the correct syntax you suggested this worked absolutely fine.
- 2012-05-18T06:09:04-07:00
- Forum: Users
- Topic: Convert JP2 to PDF
- Replies: 2
- Views: 4475
Convert JP2 to PDF
Hi,
I am trying to convert n JP2s to a single PDF. The following works fine for JPGs
convert -adjoin -page A4 *.jpg output.pdf
For JP2 I used the command:
convert -adjoin -page A4 *.jp2 output.pdf
But I get the following error "irregular channel geometry not supported". From the advice of other ...
I am trying to convert n JP2s to a single PDF. The following works fine for JPGs
convert -adjoin -page A4 *.jpg output.pdf
For JP2 I used the command:
convert -adjoin -page A4 *.jp2 output.pdf
But I get the following error "irregular channel geometry not supported". From the advice of other ...