Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all i am trying to convert pdf file into tiff file using the source code(How to convert PDF to image using Ghostscript API by Lord TaGoh) which was published on this fourm.
When i am running source code and converting the pdf into tiff it showing me status as "File NOT converted! Check Args"
I debug the source code and found that:
C#
[DllImport("gsdll32.dll", EntryPoint="gsapi_init_with_args")]
 private static extern int gsapi_init_with_args (IntPtr instance, int argc, IntPtr argv);

function returns value - 100 which is a fatal error. I googled to fix this error but i did not found any solution to fix the problem.

Please help me if any guy know the solution to fix the problem.

Thanks& Regards,
Atul Sharma
Posted
Updated 15-Mar-13 1:51am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900