Search found 48 matches

by punith8626
Wed Feb 06, 2019 9:24 am
Forum: NConvert
Topic: Error in converted PDF
Replies: 11
Views: 1733

Re: Error in converted PDF

No Please try converting the input 32-bit file to black and white before saving to PDF with CCITT G4 compression, as in the link above... I have situation like this: I have colored multi tiff image from that I need to convert perticular images to PDF. Before I was having only black and white images...
by punith8626
Wed Feb 06, 2019 9:21 am
Forum: NConvert
Topic: Error in converted PDF
Replies: 11
Views: 1733

Re: Error in converted PDF

Does it work? No Please try converting the input 32-bit file to black and white before saving to PDF with CCITT G4 compression, as in the link above... I have situation like this: I have colored multi tiff image from that I need to convert perticular images to PDF. Before I was having only black an...
by punith8626
Wed Feb 06, 2019 9:02 am
Forum: NConvert
Topic: Error in converted PDF
Replies: 11
Views: 1733

Re: Error in converted PDF

cday wrote: Wed Feb 06, 2019 8:58 am
punith8626 wrote: Wed Feb 06, 2019 8:51 am I have used below command

Code: Select all

nconvert -out  pdf  -c 1 -overwrite -o C:\Users\test\Desktop\tiff\t\test.pdf C:\Users\test\Desktop\tiff\t\test.png
Does it work?
No
by punith8626
Wed Feb 06, 2019 8:51 am
Forum: NConvert
Topic: Error in converted PDF
Replies: 11
Views: 1733

Re: Error in converted PDF

I can't easily test your code as I am on vacation and only have my laptop. You tried removing the -multi term when using a single input file? Your test PNG is 32-bit, possibly that is relevant? Yes the test png is 32 bit depth. I have used below command nconvert -out pdf -c 1 -overwrite -o C:\Users...
by punith8626
Wed Feb 06, 2019 7:36 am
Forum: NConvert
Topic: Error in converted PDF
Replies: 11
Views: 1733

Re: Error in converted PDF

For the PDF compression term please try: -out pdf -c 1 And for a single input file, the -multi term is not required and may be causing a problem, for multiple input files try placing term in another position in your code. I tried with both ways and did not succeed. Did you try to convert the file t...
by punith8626
Wed Feb 06, 2019 6:43 am
Forum: NConvert
Topic: Error in converted PDF
Replies: 11
Views: 1733

Error in converted PDF

HI ALL, I have a png file and I am trying to convert to PDF using nconvert. The resultant file which is generated is not correct and its not opening. Getting below Error when i open the PDF. There was an error processing a page. There was a problem reading this document(14). Please find the attached...
by punith8626
Tue Oct 30, 2018 4:54 am
Forum: NConvert
Topic: Is there any way to convert doc / docx files to tiff ?
Replies: 1
Views: 906

Is there any way to convert doc / docx files to tiff ?

Hello,

Is there any way to convert document files to images using nconvert ?
If so let me know any commands for the same.
by punith8626
Tue Apr 24, 2018 5:25 am
Forum: NConvert
Topic: When i try to convert tiff to jpeg I get exception
Replies: 28
Views: 4936

Re: When i try to convert tiff to jpeg I get exception

Here is the update from Image magic where they are able convert this kind of image.We can do something with our nconvert ?
https://www.imagemagick.org/discourse-s ... 94#p155612
by punith8626
Thu Apr 19, 2018 1:35 pm
Forum: NConvert
Topic: When i try to convert tiff to jpeg I get exception
Replies: 28
Views: 4936

Re: When i try to convert tiff to jpeg I get exception

Did you try with coolutils. I tried with coolutils and i am able to convert that image.
I need to make this to work with Nconvert.
I tried all the versions of nconvert from 4.78 to 7.12 and still no success.
Please help me.
by punith8626
Tue Apr 17, 2018 2:22 pm
Forum: NConvert
Topic: When i try to convert tiff to jpeg I get exception
Replies: 28
Views: 4936

Re: When i try to convert tiff to jpeg I get exception

Same image conversion works fine if we use coolutils.
May be that will help us to find the solution for nconvert ?
https://www.coolutils.com/CommandLine/T ... eConverter
by punith8626
Mon Apr 16, 2018 12:33 pm
Forum: NConvert
Topic: Resize the image without losing the quality of the image
Replies: 18
Views: 3968

Re: Resize the image without losing the quality of the image

I am not resizing the image.When i try to open the same image in internet explorer,I am not able to read the image properly. Here is the screenshot The reason for darkening the text is in internet explorer I am not able to see the text.If you open the same text in internet explorer you can see the ...
by punith8626
Mon Apr 16, 2018 11:48 am
Forum: NConvert
Topic: When i try to convert tiff to jpeg I get exception
Replies: 28
Views: 4936

Re: When i try to convert tiff to jpeg I get exception

am not sure about the scanner. Is it possible you could find out if you make enquiries? I've tried with NConvert 4.78 dated March 14 2007, the earliest version available for download, and that doesn't open it either. Have you tried posting on the ImageMagick or other forums? If you could find out h...
by punith8626
Thu Apr 12, 2018 11:18 am
Forum: NConvert
Topic: When i try to convert tiff to jpeg I get exception
Replies: 28
Views: 4936

Re: When i try to convert tiff to jpeg I get exception

You have the detailed ImageMagick error report on your TIFF in one of your earlier posts above, and also Pierre's statement that the file uses an old format and is in any case corrupt. Although you have purchased a licence, there is a limit to the support that Pierre can provide with his workload, ...
by punith8626
Wed Apr 11, 2018 6:57 am
Forum: NConvert
Topic: When i try to convert tiff to jpeg I get exception
Replies: 28
Views: 4936

Re: When i try to convert tiff to jpeg I get exception

Still waiting for the reply.
by punith8626
Tue Apr 10, 2018 12:12 am
Forum: NConvert
Topic: Resize the image without losing the quality of the image
Replies: 18
Views: 3968

Re: Resize the image without losing the quality of the image

XnTriq wrote:
cday wrote:My remark wasn't addressed at you... :wink:
Oh, got it :mrgreen:
If I use grey 256 file size gets increase. Is it possible to retain same file size as before?