Takashi Kawasaki
Takashi Kawasaki
https://github.com/flutter/flutter/issues/145930
 in some pdf, the marking is not placed correctly due to layout issues or any other reason. but the size of the text was correct marking but the placement...
Horizontal page layout feature was discussed several times on #9, #170, adn #187. It can be implemented using `PdfViewerParams.layoutPages` (see https://github.com/espresso3389/pdfrx/issues/9#issuecomment-1879735782). But sometimes, scrolling and other behavior is too tricky...
Previously discussed on #71 and #83 but they're wrong place to discuss about the feature. 
Is there any way to move pdfImage to top instead of centering it like in this example? @espresso3389 _Originally posted by @DonRubiczek in https://github.com/espresso3389/pdfrx/issues/89#issuecomment-1997219371_
# Description For Pdfium WASM, I want to implement a way to use fonts locally installed on the machine. # Technologies to use - [Local Font Access API](https://developer.mozilla.org/en-US/docs/Web/API/Local_Font_Access_API) - [pdfium_worker.js](https://github.com/espresso3389/pdfrx/blob/master/wasm/pdfrx_wasm/assets/pdfium_worker.js):...
Related: #538 It seems Flutter Web on Windows, it handles Ctrl+Wheel events inside Flutter engine and we didn't receive PointerScrollEvent but PointerScaleEvent inside InteractiveViewer. And it results in incorrect boundaryMargin...
When I generate API document for pdfrx 2.1.17 ([c574c981d](https://github.com/espresso3389/pdfrx/tree/c574c981dd8ede9a34c7e95d3c388d2700396b9e)), dartdoc failed with the following error: ``` PS D:\pdfrx\packages\pdfrx> dart doc . Documenting pdfrx... Discovering libraries... Linking elements... Precaching local docs...
I understand there's a discussion about images on API reference (such as #502). My understanding is that we should upload the image to somewhere and document should embed the URL...