Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What do you think about V2 roadmap? #90

Open
5 tasks
simobasso opened this issue Dec 21, 2015 · 7 comments
Open
5 tasks

What do you think about V2 roadmap? #90

simobasso opened this issue Dec 21, 2015 · 7 comments

Comments

@simobasso
Copy link
Collaborator

simobasso commented Dec 21, 2015

i'm work on multipage (#55), but this feature change the Api (little more conservative like #71, multiple canvas, autoappend canvas, etc...).

What do you think about plan a roadmap?

for example:

  • svg layer :)
  • more conservative with autogenerated canavs
  • more consevative with isolate scope
  • multiple-page (with multiple canvas)
  • print
@sayanee
Copy link
Owner

sayanee commented Dec 22, 2015

Sounds all good to me 😄 A couple of things I can think of:

  1. Are there any features that can be both V1 and V2 compatible and can be prioritised to work on first?
  2. Also which features do we see the API changing for V2? Maybe a feature matrix?

@sayanee sayanee added this to the V2 milestone Dec 22, 2015
@sayanee sayanee changed the title What do you about V2 roadmap? What do you think about V2 roadmap? Dec 22, 2015
@nextlevelshit
Copy link

As wellI miss the possibility to highlight text like in the pdfjs viewer demo.

pdfjs highlight example

PS: I've just stumbled upon your repo. Looks fantastic and saved me a couple of days and brain damage. Soon I will fork your repo and develope a hackable pdf viewer with electron. Maybe you are interested to join? Best wishes from Germany ;-)

@sayanee
Copy link
Owner

sayanee commented Feb 9, 2016

@nextlevelshit checkout Atom's pdf viewer - might help with some code.

@rnjailamba
Copy link

@nextlevelshit so basically youre adding support for annotations , right?
Waiting eagerly for it!
Hows the progress going.

@rnjailamba
Copy link

@sayanee Is anyone working on annotations at the moment.?

@tusharvikky
Copy link

Any updates on multiple canvas?

simobasso added a commit to simobasso/angularjs-pdf that referenced this issue Dec 31, 2016
In order to use es6 in the package we need a module bundler (webpack)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy

ref: sayanee#90
simobasso added a commit to simobasso/angularjs-pdf that referenced this issue Dec 31, 2016
In order to use es6 in the package we need a module bundler (webpack)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy

ref: sayanee#90
simobasso added a commit to simobasso/angularjs-pdf that referenced this issue Jan 2, 2017
In order to use es6 in the package we need a module bundler (webpack)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy

ref: sayanee#90
simobasso added a commit to simobasso/angularjs-pdf that referenced this issue Jan 2, 2017
In order to use es6 in the package we need a module bundler (webpack)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy

ref: sayanee#90
simobasso added a commit to simobasso/angularjs-pdf that referenced this issue Jan 5, 2017
In order to use es6 in the package we need a module bundler (webpack)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy

ref: sayanee#90
simobasso added a commit to simobasso/angularjs-pdf that referenced this issue Jan 5, 2017
In order to use es6 in the package we need a module bundler (webpack)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy
- added angularjs and pdfjs as peerDependencies

aside note of duplicated dependencies in package.json:
angularjs and pdfjs are in both list because we need to alert user
if they lack AND for developing/testig purposes

ref: sayanee#90
simobasso added a commit to simobasso/angularjs-pdf that referenced this issue Jan 5, 2017
In order to use es6 in the package we need a module bundler (webpack)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy
- added angularjs and pdfjs as peerDependencies

aside note of duplicated dependencies in package.json:
angularjs and pdfjs are in both list because we need to alert user
if they lack AND for developing/testig purposes

ref: sayanee#90
@rhyskoedijk
Copy link

I am very interested in

  1. Multiple viewers in the same page (mostly fixed by new version)
  2. Select/highlight/copy text from document
  3. Annotation layer
  4. Responsive UI

dennybiasiolli pushed a commit that referenced this issue Apr 11, 2017
In order to use es6 in the package we need a module bundler (webpack2)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack2
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy
- added angularjs and pdfjs as peerDependencies

aside note of duplicated dependencies in package.json:
angularjs and pdfjs are in both list because we need to alert user
if they lack AND for developing/testig purposes

ref: #90
dennybiasiolli pushed a commit that referenced this issue Apr 11, 2017
In order to use es6 in the package we need a module bundler (webpack2)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack2
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy
- added angularjs and pdfjs as peerDependencies

aside note of duplicated dependencies in package.json:
angularjs and pdfjs are in both list because we need to alert user
if they lack AND for developing/testig purposes

ref: #90
dennybiasiolli pushed a commit that referenced this issue Apr 18, 2017
In order to use es6 in the package we need a module bundler (webpack2)
that transpile our code using babel.
To do that we did:
- added bumped to manage releases
- updated travis test
- updated package.json and bower.json in order to work with webpack2
- added a CHANGELOG page
- updated index.html
- added many fix on module
- added eslint and remove jsonhint
- removed bower dependency
- updated documentation
- added automatic gh-pages deploy
- added angularjs and pdfjs as peerDependencies

aside note of duplicated dependencies in package.json:
angularjs and pdfjs are in both list because we need to alert user
if they lack AND for developing/testig purposes

ref: #90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants