Any guidance for implementing for Android would be appreciated. The open document plugin getting started documentation is very cryptic and I'm getting errors in Android.
Amazing, thanks for your feedback! I am glad that you found your solution :) just a bit sad that it took you 3 days to find me. I need to work on my visibility.
Hi! Thanks for your guide! Since Page is working with its own Context, how can we add some localised strings? BuildContext will not be available inside Page widget.
In your GitHub repo, in AndroidManifest.xml, there are no additional lines added as described in the video. Also, there is no provider_paths.xml. Does that mean we don't need them?
Mhhh good question, I worked in the repo mostly with IOS. But I could imagine you need them. When I find time I will double check that and will let you know.
@@FlutterExplained I have a similar issue, somehow the compiled code in the Android platform could not open the file it created, would be great to know what adjustment we need to make for an Android App :)
I save invoices on device using sqflite. Now i need to create pdf to create sales statement. I query daily and monthly invoices and display accordingly. There got one button to save statement that will save the sales statement as pdf. Still not sure how will i do that but i will try tomorrow.
Hello, this is a very useful video My question is how to continue to the second list if the information in the first list increases. Thanks in advance for the reply
Not sure if this answers your question, but the PDF package contains the TextSpan widget, therefore your usecase should be possible. pub.dev/documentation/pdf/latest/widgets/TextSpan-class.html Rows and Columns work exactly the same as in default Flutter. I hope that helps and kind regards, Max
It is really really frustrating to see your code working and mine failing because of some import that you did not pointed out through the tutorial. I know that some packages used are like "the basics" of the framework, but ther are always many different packages that implement methods with same name and i can't know which one you are using in the tutorial Edit: Didn't want to sound too negative, the rest of the tutorial is really great and helped me a lot
Sir I follow out the whole video and apply it on my project it's work perfectly in debug mode but in profile mode and when I generate apk it shows me error that are in given below Execution failed for task ':open_document:verifyProfileResources'. error: resource android:attr/lStar not found. is anybody have the solution of this one???
Hello, I have an issue, sometimes data does not fit on the first pdf page, it does not create the second page automatically so how do I create the second page automatically? I really need that. Please explain it to me. I don't have so much time. To be honest this is so important point to consider.
Hi there, not sure if the thermal printer is different to any other printer. If you can print a pdf from your device it should also printing on the thermal printer. Actually a printer should not have so many problems to print the pdf files. Because it should use the default behaviour of Android / IOS so if the device can print it, there should be no issue.
I'm also getting problems with open_dcument, I've already done what readme documents says but I still get an error when trying to run on device and I can't find a solution: C:\Users\crist\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\open_document-1.0.5\android\src\main\kotlin\com\fsconceicao\open_document\OpenDocument.kt: (98, 75): Type mismatch: inferred type is ApplicationInfo? but ApplicationInfo was expected Any idea how to solve this?
Any guidance for implementing for Android would be appreciated. The open document plugin getting started documentation is very cryptic and I'm getting errors in Android.
You are awesome bro.. I was searching for this from 3 days, finally, i got wat I'm looking. Thank you so much...:-)
Amazing, thanks for your feedback! I am glad that you found your solution :) just a bit sad that it took you 3 days to find me. I need to work on my visibility.
can we use another widget like custom paint to pdf? what about pdf standards like adobe ? they keep all data in its original format
Thanks for this amazing Tutorial. loves from Myanmar.
Glad you liked it!
error with android open document: unexpected element found in
Hi!
Thanks for your guide!
Since Page is working with its own Context, how can we add some localised strings? BuildContext will not be available inside Page widget.
Can you please guide on how to add a Icon in this pdf.. having trouble with that
Hi there, great video! How can I create multiple pdf pages? Or automatically create them. Thanks
getting compiledSDK version 31 required error tried everything possible in my reach please provide any solution if possible
exactly what i am looking for, thanks..
@nagamsomu1943
1 second ago
for pdf sharing the text caption is not displaying in WhatsApp sharing ?? can you help it
friend I have a problem when creating the pdf in the ios emulator on mac the emulator closes and it does not show any error how can I solve this
This is so great! Your sample app works great thank you 🔥 :-)
Thank you for this great tutorial
With pleasure :)
This package is awesome
great stuff, thanks!
Glad you liked it!
Kindly tell me how I can work with the path_provider package for the Flutter web?
Sorry mate, currently the path provider is not available in web, there is an issue for it.
github.com/flutter/flutter/issues/45296
In your GitHub repo, in AndroidManifest.xml, there are no additional lines added as described in the video. Also, there is no provider_paths.xml. Does that mean we don't need them?
Mhhh good question, I worked in the repo mostly with IOS. But I could imagine you need them. When I find time I will double check that and will let you know.
@@FlutterExplained Thanks
@@FlutterExplained I have a similar issue, somehow the compiled code in the Android platform could not open the file it created, would be great to know what adjustment we need to make for an Android App :)
@Jia Yi Koo Thanks for the mentioning. I haven't downloaded the example code and got confused where to add the folder.
I save invoices on device using sqflite. Now i need to create pdf to create sales statement.
I query daily and monthly invoices and display accordingly. There got one button to save statement that will save the sales statement as pdf.
Still not sure how will i do that but i will try tomorrow.
Hi bro, I'm doing something similar. I try I try a PDF that allows me to record the daily sales. Might you help me?
@@juandavid6644 i think i used "pdf" package to do that.
Hello, this is a very useful video
My question is how to continue to the second list if the information in the first list increases. Thanks in advance for the reply
can i convert this pdf to qr code ?
Is it also possible to sign that pdf document with a digital (QES) signature?
I am absolutely sure about QES but in general, it is possible to allow signatures.
help.syncfusion.com/flutter/pdf/working-with-digital-signature
where should i copy open_document permissions ?
is this work on flutter windows application sir?
Is this possible to row span and column span??
Not sure if this answers your question, but the PDF package contains the TextSpan widget, therefore your usecase should be possible.
pub.dev/documentation/pdf/latest/widgets/TextSpan-class.html
Rows and Columns work exactly the same as in default Flutter. I hope that helps and kind regards, Max
Thanks you for this helpful tutorial and hard work to reach us🙏
One things that data can i retrieve from Firebase also make dowloadable pdf
Can we create pdf with multiple pages?
It is really really frustrating to see your code working and mine failing because of some import that you did not pointed out through the tutorial. I know that some packages used are like "the basics" of the framework, but ther are always many different packages that implement methods with same name and i can't know which one you are using in the tutorial
Edit: Didn't want to sound too negative, the rest of the tutorial is really great and helped me a lot
Hi there, very good point. I will try to think about it in the future. Thanks for letting me know :).
Sir I follow out the whole video and apply it on my project it's work perfectly in debug mode but in profile mode and when I generate apk it shows me error that are in given below
Execution failed for task ':open_document:verifyProfileResources'.
error: resource android:attr/lStar not found.
is anybody have the solution of this one???
Did you check this one out? stackoverflow.com/a/69036801
Geniales Video, Weiter so! lg von Tirol
Great video. Is it possible to import pdf vector items into a page, like images?
How to use hyperlink text in pdf?
Hello,
I have an issue, sometimes data does not fit on the first pdf page, it does not create the second page automatically so how do I create the second page automatically? I really need that. Please explain it to me. I don't have so much time.
To be honest this is so important point to consider.
Hello, did you find the answer? Can you tell me if you found it?
Thank you 👍
Hi sir...I can't locate the boilerplate code in the github repo. What is the name of the repo please?
Ups sorry for that :D
github.com/md-weber/pdf_invoice_generator_flutter
@@FlutterExplained I get 404 error message after opening the link
@Ali Sampson My fault forgot to make it public, thank you very much for your feedback!
@@FlutterExplained Lol oohk, It's my pleasure Sir.
how to print this pdf with thermal printer please can you make video on it because my so many if printers have problem with Arabic letters?
Hi there, not sure if the thermal printer is different to any other printer. If you can print a pdf from your device it should also printing on the thermal printer. Actually a printer should not have so many problems to print the pdf files. Because it should use the default behaviour of Android / IOS so if the device can print it, there should be no issue.
Helvetica has no Unicode support who else is facing this problem
me too
are u using flutter web?
Could you do a video about PDF editing
nice video
Thank you
You are most welcome :)
getting this error : Unhandled Exception: Instance of 'OpenDocumentException' anyone help please..
same here, could you resolve it??
Don't like the constant zoom in on text dude!Very distracting!Other that is great!
Hi there, thanks for your feedback I will try to improve in the future.
I'm also getting problems with open_dcument, I've already done what readme documents says but I still get an error when trying to run on device and I can't find a solution:
C:\Users\crist\AppData\Local\Pub\Cache\hosted\pub.dartlang.org\open_document-1.0.5\android\src\main\kotlin\com\fsconceicao\open_document\OpenDocument.kt: (98, 75): Type mismatch: inferred type is ApplicationInfo? but ApplicationInfo was expected Any idea how to solve this?