Create PDf Files/ Invoices - Android Studio & Itext

Поділитися
Вставка
  • Опубліковано 20 вер 2024
  • Itext is very famous and easy to use libraries to create any type of PDF format from any platform. We can create invoices, pdf, papers, time table, results, resume, etc from IText library.
    It will require WRITE_EXTERNAL_STORAGE permission to save the pdf file.
    We'll handle runtime permission too.
    Please Subscribe to my Channel and get more updates on android app development.
    Link To Code: safiyaakhtar.i...
    Link To Itext Examples: itextpdf.com/e...
    How to Connect Sql Server To Android Studio: • Connect Android App Wi...
    Facebook Page: / safiyaakhtar0infy
    Twitter: / akhtar_safiya
    Blog: safiyaakhtar.in/

КОМЕНТАРІ • 67

  • @riyazsyed5341
    @riyazsyed5341 4 роки тому +3

    Could please tell ,how we can generate PDF from user input dynamically and not from the database

  • @snehalmishra7549
    @snehalmishra7549 4 роки тому

    You don't know how helpful your video turned out for me
    Thank you 🤩🤩

  • @MuhammadFaisal-ey5fr
    @MuhammadFaisal-ey5fr 5 років тому +1

    Link to code: life-news.blog/2019/03/07/invoices-pdf-generator-android-studio/

  • @FurqanYasin
    @FurqanYasin 4 роки тому

    nice keep it up

  • @ahmednafiunoman5040
    @ahmednafiunoman5040 3 роки тому

    Wow sis you are so great...Love from Bangladesh

  • @samighuman5941
    @samighuman5941 5 років тому +2

    Thanks. Awesome work

  • @HarshDivecha_FTR
    @HarshDivecha_FTR 5 років тому +3

    You have the potential, but the video quality may repel the viewers. Use clear and louder voice.... the content is good.

  • @chambyalatul
    @chambyalatul 4 роки тому +1

    Can we insert an image to this PDF file? Please share a video to create PDF using text and images as well.

  • @WhichisBestyoutubechannel
    @WhichisBestyoutubechannel 4 роки тому

    Good one.. Keep.it up sister

  • @utsavgupta5508
    @utsavgupta5508 5 років тому +1

    How can I make a dynamic pdf of a page of my android activity, like i have made an app where i have given different different templates of the CVsand i want to make a download file for the CV.

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому

      you can check xml or html pdf creation examples through itext on their documentation. that may help you, let me know if you encounter any other problems in your project

    • @zeeshanbasharat5361
      @zeeshanbasharat5361 5 років тому

      I'm working on same application and facing same problem.If you found solution please share it if you can.

  • @premk1783
    @premk1783 4 роки тому

    Will this app work for all mobile that runs android like even for Samsung?

  • @endless827
    @endless827 4 роки тому +1

    every programming tutorial

  • @govindkishore7833
    @govindkishore7833 5 років тому +1

    mam ,will you please make a video on how to create csv file .please mam make video on this.

  • @Basel-ll8fj
    @Basel-ll8fj 4 роки тому

    thank you very much :) :=*

  • @thabelotsanwani396
    @thabelotsanwani396 4 роки тому

    hi i have data from Fire-base i would like to Retrieve data in to PDF like what you did how do i to that?

  • @birendrabarik8153
    @birendrabarik8153 4 роки тому +1

    /storage/emulated/0/Documents/GiftItem.pdf: open failed: EACCES (Permission denied)
    this Error coming to me pls help to me Thank You

  • @javadroidbd3391
    @javadroidbd3391 5 років тому +1

    link to code not working. can you please update the link or github link?

    • @samighuman5941
      @samighuman5941 5 років тому

      life-news.blog/2019/03/07/invoices-pdf-generator-android-studio/

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому

      life-news.blog/2019/03/07/invoices-pdf-generator-android-studio/

  • @wasimbagwan5715
    @wasimbagwan5715 5 років тому +1

    how to get ConnectionClass class as you have mentioned that in your code

  • @rajmavani
    @rajmavani 3 роки тому

    Please share video of Kotlin

  • @elviss911
    @elviss911 4 роки тому

    friend, NO OPEN FILE in android 9

  • @AIAvatar.
    @AIAvatar. 5 років тому +1

    Hello I just wanted to ask that is itext library free to use. Thanks :)

  • @piyushshukla7124
    @piyushshukla7124 4 роки тому +1

    Mam how to set page size for 85 mm printer, actually I want receipt for pos
    Please reply ASAP

  • @anshumangaikwad9850
    @anshumangaikwad9850 5 років тому

    Is it possible to generate PDF file in any language??

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому

      Yes, have a look at this example itextpdf.com/en/resources/examples/itext-7/language-specific-examples
      To make this easier if you have app which is in hindi thn store data in hindi only, so whatever is in the database will be printed on pdf.

  • @zeeshanbasharat5361
    @zeeshanbasharat5361 5 років тому

    I'm working on Resume builder android application and want to use IText 5 or 7 to create resume but I am stuck in it. Could you please help me to work with IText.

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому

      Sure

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому

      Tell me your requirement or where you having issues

    • @zeeshanbasharat5361
      @zeeshanbasharat5361 5 років тому

      @@safiyaakhtar1952 i saved data in internal storage using Room database and want to set it in HTML to create resume which i have already done but i want to generate attractive CV by using IText. by clicking on Create Resume button new activity should be shown in which i choose resume template . By clicking on any template data should be set on that template accordingly. after that user can download it in PDF form.

    • @zeeshanbasharat5361
      @zeeshanbasharat5361 5 років тому

      @@safiyaakhtar1952 I have already done with initial and final part just need source code of center portion so i can complete my application. and thank you for kind response

    • @zeeshanbasharat5361
      @zeeshanbasharat5361 5 років тому

      @@safiyaakhtar1952 I can forward you source code if my statement is not cleared to you. so it will be easy for you to understand what I'm trying to do.

  • @vikasverma3453
    @vikasverma3453 4 роки тому

    Can anyone please help in adding unicode rupee symbol in pdf using itext library?

  • @kapilendranayak3669
    @kapilendranayak3669 5 років тому +1

    hindi language support karega keshe plzzz video banao
    plzzzzz

  • @所有的相遇都有意义
    @所有的相遇都有意义 5 років тому +1

    Cannot download any code.

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому

      I have not added download code option so that viewers really try the code and if they encounter any error I can help solve them.

    • @samighuman5941
      @samighuman5941 5 років тому +1

      Here is the code from this author.
      life-news.blog/2019/03/07/invoices-pdf-generator-android-studio/

  • @nikeshsangale1765
    @nikeshsangale1765 5 років тому

    one thing mam please create on video send data to one application to another

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому

      can you give me one example, or for which applications you want to share data

  • @dzpower0954
    @dzpower0954 4 роки тому +1

    Hello Safia do you have any personal account where I can contact you please on facebook or what's up I really need some help.

  • @tusharchavan668
    @tusharchavan668 4 роки тому

    How to add images in recyclerview to pdf plz send me code

  • @beedee7663
    @beedee7663 Рік тому +1

    Can u speak English?

  • @techbrainz
    @techbrainz 3 роки тому

    I think u know telugu very much

  • @UthpalaBandaradoor
    @UthpalaBandaradoor 5 років тому

    i don't think templates are fee

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому +1

      those are free on the website they are demo not for ready to use purpose

  • @nikeshsangale1765
    @nikeshsangale1765 5 років тому

    link not work properly so please update link mam

    • @safiyaakhtar1952
      @safiyaakhtar1952  5 років тому +1

      this is the link life-news.blog/2019/03/07/invoices-pdf-generator-android-studio/

    • @nikeshsangale1765
      @nikeshsangale1765 5 років тому +1

      @@safiyaakhtar1952 thank you mam