Coder Social home page Coder Social logo

linrb / pdfviewernet Goto Github PK

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

Automatically exported from code.google.com/p/pdfviewernet

Visual Basic 0.59% C++ 7.77% C# 0.56% C 86.98% Makefile 0.29% Shell 1.19% Awk 0.07% Python 0.32% HTML 1.95% Objective-C 0.02% DIGITAL Command Language 0.09% Groff 0.06% SAS 0.03% Assembly 0.02% Module Management System 0.03% Smalltalk 0.01% Batchfile 0.01% Lex 0.04%

pdfviewernet's People

Stargazers

 avatar

Watchers

 avatar

pdfviewernet's Issues

PDFLibNet

I dnt knw is this relvent to this project or not, but i used PDFLibNet for web 
project but it is stuck(whole IIS) when I try to access one PDF file using two 
users. Any idea about this?

Original issue reported on code.google.com by [email protected] on 23 Sep 2011 at 12:35

Credits

I will apreciated if you put some credits for the PDFWrapper, I´m not very
sure if is the same that I have published in codeproject. Thank you.
(http://www.codeproject.com/KB/files/xpdf_csharp.aspx)
Jose Antonio Sandoval Soria
Guadalajara, México.

Original issue reported on code.google.com by [email protected] on 27 Jul 2009 at 4:38

click on fit to page takes me to page 1

What steps will reproduce the problem?
1. open a pdf that has muliple pages
2. go to page 3, 4 or above
3. click on fit to page, it takes ypou to page 1

What is the expected output? What do you see instead?
clicking fit to page on page 4 will give me page 4 not page 1

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

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Aug 2010 at 4:25

Error when not istall dotnet 3.5

What steps will reproduce the problem?
1. if not install dotnet 3.5 will have error
2.
3.

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


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

Please provide any additional information below.
please provide version dotnet 2.0


If can email me [email protected] thanks...

Original issue reported on code.google.com by [email protected] on 21 Jan 2010 at 2:36

Comparability issue with framework 4.0

What steps will reproduce the problem?
1. Install .NET framework 4 and run any previously running app
2.
3.

What is the expected output? What do you see instead?
Getting following exception:

Declaration referenced in a method implementation cannot be a final method. 
Type: 'PDFLibNet.xPDFBinaryReader'. Assembly: 'PDFLibNet, Version=1.0.6.6, 
Culture=neutral, PublicKeyToken=26d87f7d66fb2aee'.

What version of the product are you using? On what operating system?
Win 2008 Server 64 bit, .NET Framework 4.0

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 29 Aug 2010 at 12:31

Error on close with page number selected

What steps will reproduce the problem?
1. Open a file
2. Scroll to top down
3. Erase text from "tsPageNum"
4. Close App.

What is the expected output? 
Aplication close.

What do you see instead?
Exception: "System.InvalidCastException: Conversion from string "" to type 
'Integer' is not valid. ---> System.FormatException: Input string was not in a 
correct format.
   at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   --- End of inner exception stack trace ---
   at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
   at PDFView.PDFViewer.tsPageNum_Leave(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripControlHost.OnLeave(EventArgs e)
   at System.Windows.Forms.ToolStripControlHost.HandleLeave(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnLeave(EventArgs e)
   at System.Windows.Forms.Control.NotifyLeave()
   at System.Windows.Forms.ContainerControl.UpdateFocusedControl()"




What version of the product are you using? 
The lastest from the repository.

On what operating system?
Windows 7 profesional 32 bits.

Please provide any additional information below.




Original issue reported on code.google.com by [email protected] on 12 Mar 2014 at 7:40

Failing in Conversion of Image of Big size PDF

What steps will reproduce the problem?
1. Upload the pdf with the size more then of 1 MB with more then 20-30 page.
2. Continously download 4-5 times.
3. Ths will show no error but there will be blank image.

What is the expected output? What do you see instead?
ALl Image should be seen

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

Please provide any additional information below.
It happens randomly, some time even with 10 pages pdf, image not created and 
once Image creation failed after that even of 10kb file image conversion will 
be failed.


Original issue reported on code.google.com by [email protected] on 30 Jul 2013 at 8:29

Badly printed polish fonts on some PDFs sent to printer (ghostcript thing)

What steps will reproduce the problem?
1. open specific PDF with polish localte
2. send to printer
3. observer missing local accents like "ąółćźż"

What is the expected output? What do you see instead?
correctly printed local accents

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

Please provide any additional information below.

Simple fix is to add additional font directory to Ghostscript call.
I'm attaching a diff file with mentioned change

Original issue reported on code.google.com by [email protected] on 10 May 2013 at 10:41

Attachments:

Missing Dependencies

What steps will reproduce the problem?
1. Execute SamplePDFViewer on Vista Business x86/x32 with SP1 & IE8

-or-

2. Attempt to compile SamplePDFViewer on same system... 

What is the expected output? What do you see instead?
Expected: Successful compilation/execution
Actual:InvalidOperationException (see below)
===========================================================================
System.InvalidOperationException was unhandled
  Message="An error occurred creating the form. See
Exception.InnerException for details.  The error is: Could not load file or
assembly 'PDFLibNet, Version=1.0.6.2, Culture=neutral, PublicKeyToken=null'
or one of its dependencies. An attempt was made to load a program with an
incorrect format."
  Source="SamplePDFViewer"
  StackTrace:
       at SamplePDFViewer.My.MyProject.MyForms.Create__Instance__[T](T
Instance)
       at SamplePDFViewer.My.MyApplication.OnCreateMainForm()
       at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
       at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicat
ionModel()
       at
Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String
[]
commandLine)
       at SamplePDFViewer.My.MyApplication.Main(String[] Args)
  InnerException: System.BadImageFormatException
       Message="Could not load file or assembly 'PDFLibNet,
Version=1.0.6.2, Culture=neutral, PublicKeyToken=null' or one of its
dependencies. An attempt was made to load a program with an incorrect format."
       Source="PDFView"
       FileName="PDFLibNet, Version=1.0.6.2, Culture=neutral,
PublicKeyToken=null"
       FusionLog="WRN: Assembly binding logging is turned OFF.\r\nTo enable
assembly bind failure logging, set the registry value
[HKLM\\Software\\Microsoft\\Fusion!EnableLog] (DWORD) to 1.\r\nNote: There
is some performance penalty associated with assembly bind failure
logging.\r\nTo turn this feature off, remove the registry value
[HKLM\\Software\\Microsoft\\Fusion!EnableLog].\r\n"
       StackTrace:
            at PDFView.PDFViewer.set_FileName(String value)
            at SamplePDFViewer.Form1.rbXPDF_CheckedChanged(Object sender,
EventArgs e)
            at System.Windows.Forms.RadioButton.OnCheckedChanged(EventArgs e)
            at SamplePDFViewer.Form1.InitializeComponent()
       InnerException: 
===========================================================================

What version of the product are you using? On what operating system?
1.0.6.2
Vista Business x86 SP1/ Vista Business x64 SP1

Please provide any additional information below.

Dependency Walker indicates that the following dependencies are missing:
MSVCM80.DLL
MSVCR80.DLL
GPSVC.DLL
IESHIMS.DLL

I believe the issue isn't actually due to missing files (though I'm unable
to find IESHIMS on ANY of my PC's) and more so that the correct versions of
the MFC/CRT redistributables are not being included as say a private SxS
assembly.

Original issue reported on code.google.com by chris.lohl on 26 Aug 2009 at 3:31

PdfViewer for C#

Hello,

Your project is great !!! wish there were more like you.
Is there a way to port the project into C# dll, so I can use
it in my application ?
Can I just have a pdf picture box control option, 
with out the external features as roatte and navigate to pages ?

I would like to have just a simple pdf control viewer ?

Thanks so much!
Eyal

Original issue reported on code.google.com by [email protected] on 1 Dec 2009 at 2:15

Error when using PDFLibNet in asp.net 4.0

What steps will reproduce the problem?
1. Add project to asp.net V4.0
2. Run solution, when accessing PDFWrapper get following error:
"Declaration referenced in a method implementation cannot be a final method.  
Type: 'PDFLibNet.xPDFBinaryReader'.  Assembly: 'PDFLibNet, Version=1.0.6.8, 
Culture=neutral, PublicKeyToken=26d87f7d66fb2aee'."



Original issue reported on code.google.com by [email protected] on 30 Jul 2012 at 2:51

Attachments:

Unable to view PDF Files 9 (only Lines shown not data)

What steps will reproduce the problem?
1. Attach a PDF file whish was exported to a PDF file.
2. view file using PDFLibNET.dll code.

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

I wanted to see the complete page but its only showing line. the lines are 
originally pary of the document( for example i have undelined and a word and 
amount, but i cant see amount and word only underline)

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


Please provide any additional information below.


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

PDF from Stream

What steps will reproduce the problem?
1 I get from DB a stream . 
2 I need to save it to HDD and after that to read again. 
3 I thin will be more efficient to have one more method in PDFPage class
  like PDFPage.LoadFile(Stream stream). 


Original issue reported on code.google.com by vasioky on 23 Apr 2010 at 1:46

Bookmarks not showing correctly

What steps will reproduce the problem?
open a regular pdf with bookmarks
if bookmarks contains a carriage return or a special caracter, the bookmark 
title (outline item title) is truncated

I am using release 89 for the 32 bit version.

Could you help with this issue?

Thanks a lot

christophe

Original issue reported on code.google.com by [email protected] on 24 Aug 2011 at 11:51

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.