Search found 5 matches

by Pragasam
Tue Feb 16, 2021 2:51 pm
Forum: Classic - General Support
Topic: Incorrect page order when creating a multipage file
Replies: 1
Views: 816

Incorrect page order when creating a multipage file

Hi Team

I am trying to convert collection of PNG's to single PDF with Nconvert from dotnet. PDF created with out any issue but the pdf page order is not matched with PNG file names.

Please find the multiple file names which I have tried below

Example : 1

PNG file names : 1,2,3,4,5.... etc ...
by Pragasam
Thu Feb 07, 2019 10:22 am
Forum: NConvert
Topic: Getting Blank page while converting png to pdf
Replies: 1
Views: 2417

Getting Blank page while converting png to pdf

Hi

I am trying to convert png to pdf. The newly generated pdf file is blank.

The png file has some colors background and the Bit depth is 32.

When i try to open the pdf it show that " There was an error processing a page. There was a problem reading this document(14)" . It means that the pdf ...
by Pragasam
Thu Feb 07, 2019 9:36 am
Forum: NConvert
Topic: Shows error while converting pdf to png
Replies: 4
Views: 1560

Re: Shows error while converting pdf to png

xnview wrote: Thu Feb 07, 2019 8:35 am To be able to load PDF you need to install ghostscript
Thanks for the quick update. It is working as we expect.
by Pragasam
Thu Feb 07, 2019 8:30 am
Forum: NConvert
Topic: Shows error while converting pdf to png
Replies: 4
Views: 1560

Re: Shows error while converting pdf to png

xnview wrote: Thu Feb 07, 2019 8:12 am do you have ghostscript?
I don't have anything like that. I directly execute this command, in windows command line and convert.
by Pragasam
Thu Feb 07, 2019 7:55 am
Forum: NConvert
Topic: Shows error while converting pdf to png
Replies: 4
Views: 1560

Shows error while converting pdf to png

while converting from pdf to png I am getting errors like

my_error_exit...<Not a JPEG file: starts with 0x25 0x50>

The command that i have used is

nconvert -xall -dpi 200 -multi -c 8 -out png -o D:\clientdata\666532569.png D:\clientdata\666532569.pdf
nconvert -out png -xall -o D:\clientdata\test ...