Git Product home page Git Product logo

thatpdf's People

Contributors

brettcvz avatar liyanchang 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  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  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

thatpdf's Issues

INK/INKBlob.h file no found!

I get this error for all the branches I've tried for ThatPDF. could you help please?
It is not built because of this error but i need it working urgently.

Can't run on simulator

I tried both master and develop branches, when I run on simulator, it crashed during launch

[NSFileManager copyItemAtPath:toPath:error:]: source path is nil
triggered from [Ink setupWithKey:@"..."]

Maybe I should be running on a device instead? (I don't have an iPad handy at the moment so couldn't test it)

After we insert a textField annotation, we save it with the pdf page, the textField is disappeared, but it is really saved to the pdf.

When I encounter this problem, i am so surprised with the "right" code in drawing text String.
After server days, I found the key of the problem. My code are following:

  • (void) drawInContext:(CGContextRef)context {
    UIGraphicsPushContext(context); // key 1

    CGContextSetTextMatrix(context, CGAffineTransformMake(1.0,0.0, 0.0, -1.0, 0.0, 0.0));
    CGContextSetTextDrawingMode(context, kCGTextFill); // This is the default
    CGContextSetFillColorWithColor(context, [[UIColor blackColor] CGColor]);
    [self.text drawInRect:self.rect withAttributes:@{NSFontAttributeName:self.font}];

    UIGraphicsPopContext(); // key 2
    }

Can share Saved annotation to other apps (sync)

I would like sync my saved pdf annotation to view others ipad in the same app.
How to do this ?

Requirement:

  1. The admin will add the annotation.
  2. And saved by the admin in the app.
  3. The other user need to see the changes from the admin in the same app from the different device.

Integrate PSPDFKit

@steipete has generously offered to contribute a license of PSPDFKit, the best-of-all-possible PDF viewing/annotation frameworks. Integrating this should both dramatically improve the quality of the pdf experience and reduce the amount of code

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.