GithubHelp home page GithubHelp logo

jeff-lewis / pdfviewer-win32 Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 14.71 MB

Automatically exported from code.google.com/p/pdfviewer-win32

C++ 11.83% C# 0.85% C 85.82% Makefile 0.20% Shell 0.35% HTML 0.03% Objective-C 0.03% Python 0.50% DIGITAL Command Language 0.12% Groff 0.08% SAS 0.04% Assembly 0.04% Module Management System 0.04% Smalltalk 0.01% Lex 0.06%

pdfviewer-win32's People

Contributors

ssjantonio avatar

Watchers

James Cloos avatar

pdfviewer-win32's Issues

The control not free memory.

What steps will reproduce the problem?
1.Execute the application
2.View with TaskManager the memory resources
3. >200Mbytes when move for multiples pages

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 7 Mar 2011 at 1:33

using in c# .net project.

sir/mam please guide me through how to use this user defined control in C#
project..

i am not able to use this in my asp.net(c#) project..



Original issue reported on code.google.com by [email protected] on 30 Apr 2010 at 5:52

PdfWrapper.LoadPdf() throws uncatchable exception on opening non-pdf file

What steps will reproduce the problem?
1. Run the attached TestViewer and click load which loads nonpdf.pdf. A 0-byte 
file (could also be any other bad-formed pdf-file). The program just crashes. 
If being debugged debugger reports unhandled exception 
'System.AccessViolationException' then program crashes.

What is the expected output? What do you see instead?
I expect PdfWrapper.LoadPdf() return 'false' indicating that something is wrong 
with the loaded file.

I propose fixing this problem using attached patch.

Original issue reported on code.google.com by [email protected] on 23 Jan 2011 at 6:33

Attachments:

Print to non postscript printers

The ability to print to any printer (postscript or not) would be great. 

I noticed on the code project you were suggesting to do this you would need to 
add Ghostscript. Sumatra PDF seems to have achieved it using muPDF and the 
output looks pretty good. Could you add the same functionality.

Original issue reported on code.google.com by [email protected] on 26 May 2011 at 10:18

The bmp returned by Page.GetImage is distorted

When use PDFPage.GetImage(int index) to get the i-th image of a page, if 
the file format is BMP, then most of the time the returned bmp file (an 
System.Drawing.Image object) is distorted.

Original issue reported on code.google.com by [email protected] on 23 May 2010 at 4:35

Border at bottom cropped

What steps will reproduce the problem?
1. Run provided sample.

What is the expected output? What do you see instead?
Program loads test.pdf which contains a perfect square. However, I do not see 
the bottom line of this square.

What version of the product are you using? On what operating system?
Pdflibnet 1.0.6.7 (included)
.NET 4.0
Win7 64bit


Maybe I am not using the library right?

Original issue reported on code.google.com by [email protected] on 23 Jan 2011 at 8:51

Attachments:

Incorrect rendering of a file

If you open the attached file in a different pdf reader you will see it is an 
A3 booklet with one page rotated. If you open it in pdfviewer unfortunately the 
rendering of this page seems to be incorrect.

I tried opening this with Sumatra PDF viewer which is based on muPDF and it 
opened correctly so can't understand why it doesn't in this viewer.

Thanks

Original issue reported on code.google.com by [email protected] on 26 May 2011 at 7:58

Attachments:

link clic issue

when i import a pdf file having links and when i click on file's links many 
times i got this error 
"System.AccessViolationException: Attempted to read or write protected memory. 
This is often an indication that other memory is corrupt.
".
at LinkInterop.{dtor}(LinkInterop* )
at PDFLibNet.PageLink.!PageLink()
at PDFLibNet.PageLink.Dispose(Boolean ) 
at PDFLibNet.PageLink.Finalize()


there was a version who solved this issue.

thank you

Original issue reported on code.google.com by [email protected] on 23 Apr 2011 at 5:32

Failed to verify assembly PDFLibNet.dll .NET 4.0

What steps will reproduce the problem?
1.Download PDFViewerNET40x86.zip file
2.Extract and add reference PDFLibNet.dll to my Website
3.Compile and run -> Failed to verify assembly PDFLibNet.dll error
4.Use sn -v to verify assembly, but the same error occurred.
5.I tried sn -v with .NET 2.0, 3.5, all of them are ok, but when using .NET 4.0 
-> error.

Please help me.
Thanks

Original issue reported on code.google.com by [email protected] on 27 Nov 2011 at 9:59

does not properly translate arabic pdf document to text

What steps will reproduce the problem?
1. I used PDFLibNet.dll for my projet to extract Arabic pdf document to text.
2. used method pdfDoc.ExportText("c.txt",1,1,true,false);

What is the expected output? What do you see instead?
I was expected maintain physical layout and translate document to text file 
format.but issue is when translate the document value change their order. 
as example 
1. expected out put as  "007" but receive output is 700, 
2. in the Arabic word are ok
 please help to me to overcome above issue.  


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 12 Aug 2010 at 8:30

Problems when getting bitmap of page

When i trying to get a bitmap of page  in some PDF files there is raising error 
"Error of reading/record of the protected memory". Even if you try to catch an 
exception that library is hang of and block the PDF file. The Method Dispose 
also not works. Probably it occurs that PDF contains CorelDraw's object.      

Unfortunately attach file i can't because its size is over then 10 MB. Thats 
why i upload PDF in file hosting. 
On that PDF file error rais on page 22.

http://narod.ru/disk/21766580000/DAK%2315_19.04.10.pdf.html

The reference will be active to 11.08.2010

Same error appear in all versions. 

Original issue reported on code.google.com by [email protected] on 11 Jun 2010 at 11:56

Could not load file or assembly "PDFLibNet.dll"

What steps will reproduce the problem?
1.Create application on my pc - Win7, .Net4
2.Use deploy application(output folder contains PDFLibNet.dll)
3.Run application on another pc(Win7 or XP) - Could not load file or assembly 
"PDFLibNet.dll" - PDFLibNet.dll is in the same folder as my app 

Original issue reported on code.google.com by [email protected] on 12 Feb 2012 at 6:13

Open password protected PDF

To view a password protected PDF without prompting users for password,
which means to open a secured PDF file by passing the known password
programatically 

Business Reason:
PDF files are password protected so that users cannot save the PDF files
locally and open the files without the application

Original issue reported on code.google.com by [email protected] on 6 May 2010 at 6:00

Problem with Strong Signature

What steps will reproduce the problem?
1. Download and unzip last file PDFLibNetviewer Net4.0 x86
2. Reference to PDFLibNet 1.0.6.8 to WEB project
3. Build the Project

What is the expected output? What do you see instead?
I retrieve following Error:
Could not load file or assembly 'PDFLibNet, Version=1.0.6.8, Culture=neutral, 
PublicKeyToken=26d87f7d66fb2aee' or one of its dependencies. Strong name 
signature could not be verified.  The assembly may have been tampered with, or 
it was delay signed but not fully signed with the correct private key. 
(Exception from HRESULT: 0x80131045)

What version of the product are you using? On what operating system?
1.0.6.8 windows XP sp.3

Please provide any additional information below.

I would like source project to rebuild with good signature

Original issue reported on code.google.com by [email protected] on 3 Dec 2011 at 5:49

Unable to read text from pdf

What steps will reproduce the problem?
1. Open attached PDF file. 
2.  Click Text - it is not giving full data

What is the expected output? What do you see instead?
Client id :1234

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

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 6 Aug 2012 at 10:20

Attachments:

Font and rotate page

Hello, I am from Ukraine!

How I can change text-style when I open pdf?(When i minimize window text is bad)

How I can rotate page?

Sorry my bad English!

Original issue reported on code.google.com by Zvorobei on 11 Dec 2011 at 7:20

AccessViolationException when trying to use PdfPage.GetBitmap

What steps will reproduce the problem?
1.Load PDF using FileStream
2.Try to get a bitmap of a page using pdfPage.GetBitmap
3.

What is the expected output? What do you see instead?
It Returns a valid Bitmap

What version of the product are you using? On what operating system?
Revision r68. Windows 7. Visual Studio 2010 x64 Build

Please provide any additional information below.
AccessViolationException is thrown with the following message "Attempted to 
read or write protected memory. This is often an indication that other memory 
is corrupt."

Original issue reported on code.google.com by jdrozd on 12 Feb 2011 at 4:43

simple User Control

Hi I was wondering if you could add a easy to use user control to the example 
application. one that doesn't have any toolbars or anything just methods that 
are available to load the pdf, navigation, and maybe disable/enable the scroll 
change pages feature. I would really appreciate it. I would make one myself but 
I could not get it to work and I do not want to just steal your code and modify 
it so much as to not comply with the GPL. 

Original issue reported on code.google.com by [email protected] on 7 Sep 2010 at 1:58

Memory leak (fix)

What steps will reproduce the problem?
Using the PdfWrapper class from C# will result in severe memory usage when 
repeatedly rendering the PDF. I am using .NET 4.0.

Specifically:
I found that:
1) when using mupdf the mupdfEngine is not deleted (result: pdf file cannot be 
deleted until application is closed)
2) destructor from AFPDFDoc never called due to missing cast

Find attached a SVN patch that fixes those problems. It also fixes a duplicated 
call of Dispose() of PdfWrapper (which never showed up due to the first two 
problems).

I also attached a very slim test program (that is only Form1.cs of it; just 
create a form with a PictureBox and 4 Buttons using default names VisualStudio 
assigns)

And finally there is a "patch" which creates a fine PdfLibNet.dll for .NET 4.0

Original issue reported on code.google.com by [email protected] on 22 Jan 2011 at 10:03

Attachments:

Source Code error and UI Language

error occurred when open ColourPanelForm.cs in visual studio 2010(sp1)
The type 'PJLControls.ColorPanelWithCapture' has no event named 'PanelClosing'. 

in addition, Could you kindly please to update the UI language to English?

Original issue reported on code.google.com by [email protected] on 3 Aug 2011 at 9:03

problem with not English windows xp sp3

1. I downloaded sources from svn repository and compliled on vs2008 on Windows 
XP sp3 english.
2. I tried to run PDFViewer.exe on russin Windows XP sp3 and have got 
exception: could not load file or assembly 'PDFLibNet' ... HRESULT: 0x800736B1
3. I installed vs2005, vs2008 redistributives packeges but the exception was 
the same.

Original issue reported on code.google.com by [email protected] on 2 Jul 2010 at 3:58

Viewer anu CPU

hello ;

i'm using your code to have a integred control to view a PDF document.
but i have a problem with a system platform 32bit and 64bit 
the destination of my application is a 32bit and 64bit.

i have to solve this problem ,so i need a helpe please!!!

Original issue reported on code.google.com by [email protected] on 28 Sep 2011 at 3:01

Can not close Open PDF

What steps will reproduce the problem?
1.Open file dynamic on a panel.
2.Getting words from pdf.
3.After that i want move the file to another place but the file handle doesnt 
release.

I tried everything.

What is the expected output? What do you see instead?
For each opened file windows make 2 file handle and i want close this handles

What version of the product are you using? On what operating system?
I am using the latest version of pdfviewer, Windows 7 TUrkish 32 bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 17 Jul 2011 at 1:39

wiki is blank

Is it possible for some documentation and examples can be created and posted to 
the wiki. I am having a hard time trying to figure out how to use this library 
for anything other than converting pdf files to jpegs.

documentation such as explanations of classes, methods, and properties.
examples such as how to render, convert, do anything with a pdf. 

The pdf viewer application is hard to follow so some simple explanations would 
be great. 

Original issue reported on code.google.com by [email protected] on 17 Feb 2011 at 7:08

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.