GithubHelp home page GithubHelp logo

raphaelcruzeiro / pdfannotator-for-ipad Goto Github PK

View Code? Open in Web Editor NEW
51.0 51.0 20.0 1.39 MB

This was my first ever iOS project when I knew almost nothing about iOS. Check the demo: http://www.youtube.com/watch?v=CLTF6Rw8k_o

C 3.15% Objective-C 96.85%

pdfannotator-for-ipad's People

Contributors

raphaelcruzeiro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pdfannotator-for-ipad's Issues

Create a workaround to the very well-known CGPdfDocumentRef memory leak

The CGPdfDocumentRef has a very well known bug: it assumes the device has infinite memory and caches aggressively. A workaround for this issue is to deallocate the document after use and when the document needs to be used again reallocate it. Careful consideration must be taken on the PdfPagingViewController as for performance reasons in this case it could be better to work with the document and only release it after all the thumbnails have been rendered.

Getting Error

Hi Raphel,

I am running the project in iOS 5.1 simulator but I am getting a runtime error in PDFPageViewController.m at line number :191
CGContextDrawPDFPage(ctx, self._document.page);

The app crashes and the error it displays is

2012-07-06 20:25:05.161 PdfAnnotator[8671:11103] Opening: file://localhost/Users/iMacBTP5NE53/Library/Application%20Support/iPhone%20Simulator/5.1/Applications/B1120615-39A3-4418-9501-944C0BFB175F/PdfAnnotator.app/Pdf%20Marker%20Manual.pdf
font `TT3.0' not found in document.

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.