Git Product home page Git Product logo

pdf-invoice-generator's Introduction

Hi ๐Ÿ‘‹, I'm Sreehari

A passionate mobile application developer from India

kariot

  • ๐ŸŒฑ Iโ€™m currently working on Jetpack Compose and learning Flutter

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at kariot.github.io

  • ๐Ÿ’ฌ Ask me about Android & iOS App development

  • ๐Ÿ“ซ How to reach me [email protected]

Connect with me:

eat_code_ride kariot 13049473 eat.code.ride kariot kariot

Languages and Tools:

android firebase git illustrator java kotlin photoshop reactnative swift xd

pdf-invoice-generator's People

Contributors

cstar-99 avatar jishnuramachandran avatar kariot avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pdf-invoice-generator's Issues

Not getting the latest changes of Table header

I am trying to get the latest code by using
implementation 'com.github.kariot:pdf-invoice-generator:1.0.0'
but still, I didn't get the latest changes which have done for table header. Please suggest

Language

Hi!! Can I generate invoices in another language? Or change the label language, for example change "Billed To" to "Facturado a"?

Thanks anyway!!

Couldn't find meta-data for provider with authority me.kariot.invoicegenerator.provider

I'm getting this error ->

java.lang.IllegalArgumentException:
Couldn't find meta-data for provider with authority me.kariot.invoicegenerator.provider
at androidx.core.content.FileProvider.getFileProviderPathsMetaData(FileProvider.java:688)
at androidx.core.content.FileProvider.parsePathStrategy(FileProvider.java:719)
at androidx.core.content.FileProvider.getPathStrategy(FileProvider.java:669)
at androidx.core.content.FileProvider.getUriForFile(FileProvider.java:451)
at me.kariot.invoicegenerator.utils.InvoiceGenerator.generatePDF(InvoiceGenerator.kt:132)

On my manifest file, I have this part related to the file provider ->

<provider
            android:name="androidx.core.content.FileProvider"
            android:authorities="${applicationId}.provider"
            android:exported="false"
            android:grantUriPermissions="true">
            <meta-data
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@xml/provider_paths" />
 </provider>

And I created this file at res/xml with the provider paths ->

<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
    <external-path name="external_files" path="."/>
</paths>

It seems all correct, any ideas? My compileSdk is 34 btw

Couldn't find meta-data for provider with authority

Device: Android 10
Library Version: 1.0.0

Added these below in the manifest

<provider android:name="androidx.core.content.FileProvider" android:authorities="${applicationId}.provider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/provider_paths" /> </provider>

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.