You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. copy all dlls
2. Try to use the example code on a new project
3. Exception on libpdf (FileLoadException
No se pudo cargar un procedimiento importado por 'libpdf,
Version=1.0.3825.26478, Culture=neutral, PublicKeyToken=null'.
No se encontró el proceso especificado. (Excepción de HRESULT: 0x8007007F)
What is the expected output? What do you see instead?
Run
What version of the product are you using? On what operating system?
Windows 7 64 bits
Visual studio 2010
output 32bits
Please provide any additional information below.
first i have FileNotFoundException, searching i found that i need QtXml4.dll
that one wasnt come on binaries.zip i download qt4 and copy that file.
Original issue reported on code.google.com by omar.oma...@gmail.com on 9 Aug 2013 at 6:31
The text was updated successfully, but these errors were encountered:
I am trying to convert PDF to PNG.
But I am also not able to run this program in visual studio of my PC.
PC OS is x64, windows 7
First there was an error that libpdf.dll could not be found, then i have
downloaded QtXml4.dll and pasted to my project's bin\Debug folder.Now it is
giving me A procedure imported b 'libpdf.dll' could not be loaded.
Plesae help me.
Thanks in Advance....
Original comment by vishalpa...@gmail.com on 10 Nov 2014 at 1:14
Original issue reported on code.google.com by
omar.oma...@gmail.com
on 9 Aug 2013 at 6:31The text was updated successfully, but these errors were encountered: