Coder Social home page Coder Social logo

all pages? about react-pdf-js HOT 15 CLOSED

mikecousins avatar mikecousins commented on May 28, 2024
all pages?

from react-pdf-js.

Comments (15)

MichaelDeBoey avatar MichaelDeBoey commented on May 28, 2024

I don't think it's possible to show all pages at once (right now).

The only think I can think of is render a new <PDF> for each page.
Render the first, get the pages back (via the onDocumentComplete handler) and than render new Components for every other page.

from react-pdf-js.

MichaelDeBoey avatar MichaelDeBoey commented on May 28, 2024

Or you could take a look at this other React PDF.js implementation @nikoladev mentioned in #45 (comment)

from react-pdf-js.

MichaelDeBoey avatar MichaelDeBoey commented on May 28, 2024

Duplicate of #45

from react-pdf-js.

shamanth7077 avatar shamanth7077 commented on May 28, 2024

@MichaelDeBoey But the one mentioned by you does not have fillWidth feature :(

from react-pdf-js.

MichaelDeBoey avatar MichaelDeBoey commented on May 28, 2024

@shamanth7077 You can't have everything in life 😛
Maybe you can add an issue or post a PR on that repo, so it gets supported? 🙂

from react-pdf-js.

singleclown avatar singleclown commented on May 28, 2024

@MichaelDeBoey 还是不太明白,目前到底能否一次性打印整个文件,思路是怎么样的

from react-pdf-js.

singleclown avatar singleclown commented on May 28, 2024

@tengju 你解决了么

from react-pdf-js.

tengju avatar tengju commented on May 28, 2024

@singleclown I have not solved it.

from react-pdf-js.

singleclown avatar singleclown commented on May 28, 2024

@tengju 那有什么思路么,困扰死我了

from react-pdf-js.

tengju avatar tengju commented on May 28, 2024

@singleclown im looking into an other solution since i couldnt get it to work with this. but so far no real solution.

from react-pdf-js.

singleclown avatar singleclown commented on May 28, 2024

@tengju 有试过用iframe方式,我试了没成功,不知道错哪了

from react-pdf-js.

tengju avatar tengju commented on May 28, 2024

@singleclown <iframe src="file_name.pdf" style="width: 100%;height: 100%;border: none;"></iframe> have you tried it like this?

from react-pdf-js.

tengju avatar tengju commented on May 28, 2024

@singleclown <iframe src="http://www.orimi.com/pdf-test.pdf" style="width: 100%;height: 100%;border: none;"></iframe> here is an example with a online test pdf

from react-pdf-js.

singleclown avatar singleclown commented on May 28, 2024

@tengju 我看了#14,然后试了试方式2,没成功,我现在是能拿到文件的url

from react-pdf-js.

mikecousins avatar mikecousins commented on May 28, 2024

This package doesn't really support this. I'd use the base pdf.js library instead.

from react-pdf-js.

Related Issues (20)

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.