Takashi Kawasaki
Takashi Kawasaki
One more note, basically, the font specified for the text may be missing on the viewer's machine and it may be the cause of this. But it should safely fallback...
I've created PR #689 to discuss how to support such cases. The PR implementation is enough for my purpose but I may not the optimum solution for other cases.
@lcyper Currently, PdfDocumentLoader does not have controller. Only PdfViewer has it.
OK, then, what is your purpose for the controller? PdfDocumentLoader is all-purpose widget and normally you can controll anything without such controller.
Mmm... Basically, the rendering is by CoreGraphics and the plugin does nothing special. Only the possible cause may be "scaling" on drawing on the Flutter Texture.
I've created a branch named `rendering_test`. Could you please test the branch by replacing the existing pdf_render dependency on your pubspec.yaml? ```yaml dependencies: pdf_render: git: https://github.com/espresso3389/flutter_pdf_render ref: rendering_test ```
@JeanChristopheMobizel Which version of pdf_render did you use?
Do you see any, even slight, quality differences between the versions?
If possible, do you provide me with some of your PDF files? If you don't want to attach files on GitHub, email to [email protected] or... by any other acceptable means.
It's not an ideal/final solution for the issue, but I just added `allowAntialiasingIOS` parameter on `PdfViewer` at pdf_render 0.69.0. Yes, I'm still investigating the way to improve the rendering quality........