Giter Site home page Giter Site logo

lib-pdf's People

Stargazers

 avatar

Watchers

 avatar  avatar

lib-pdf's Issues

Likely memory leak

It looks like the Poppler::Page object isn't getting cleaned up in the GetImage 
function?  Would need something like:

                memcpy(p, pngData.data(), pngData.length());
                delete page;  // Need to delete the page!
                return retVal;

Cheers,

Andrew

Original issue reported on code.google.com by [email protected] on 31 May 2013 at 2:13

I can't execute LibPdf dll.It's aking dpendency issues.

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Apr 2014 at 6:33

Qt4XML.dll and FreeType.dll missing

What steps will reproduce the problem?
1. Download the supplied zipfile and copy all contents to bin-folder
2. Reference lib-pdf in the project
3. Include supplied example code in the project
4. Run the project

What is the expected output? What do you see instead?
Expected output: a byte[] with the aquired image
Result: an error message saying libpdf.dll or one of its dependencies failed to 
load.

What version of the product are you using? On what operating system?
x86 compliled project on Windows 8.1 x64.

Please provide any additional information below.
Using Processmonitor it was found that qt4xml.dll was not found and after 
adding that file, also freetype.dll was not found.

After searching for and downloading several versions of both files, a 
loadException is thrown. The best reason for that is possibly a version 
mismatch with the downloaded files.

Please add both files to the binary zip-package, or provide a download location 
with a version number.




Original issue reported on code.google.com by [email protected] on 5 Nov 2014 at 10:29

Error at Line: using (var pdf = new LibPdf(bytes))

Hi

I am try to converts converts PDF file to an image.
I have added 
using libpdf;

and run program then error comes at line
->
using (var pdf = new LibPdf(bytes))

Please help me to solve this issue.
Did I forget to include any else..


Original issue reported on code.google.com by [email protected] on 25 Aug 2012 at 11:12

Attachments:

Doesnt working win 7 64 bits ( running at 32 bits )

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 [email protected] on 9 Aug 2013 at 6:31

Not working...

I got when run project "Could not load file or assembly 'libpdf.dll' or one of 
its dependencies. The specified module could not be found."

But this dll I added to references.

Original issue reported on code.google.com by [email protected] on 29 Mar 2012 at 11:57

I would like to use this library

Hi, I would like to use this library but I can't find it in download
section. Is it possible for me to get the library and use it ?

Original issue reported on code.google.com by [email protected] on 26 Mar 2010 at 10:44

Can not build without other missing dependencies

Can not build without the other included projects:

C:\proj\pdf\include
C:\Qt\2009.01\qt\include


Please provide any additional information below.

Can you please make "C:\proj\pdf" available in the downloads ?

Can you put a ZIP file in downloads that has all the correct revision of
binaries :

jpeg62.dll
libpdf.dll
poppler-qt4.dll
QtCore4.dll
QtGui4.dll

Original issue reported on code.google.com by [email protected] on 19 Jun 2009 at 6:10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.