Free Code: Password Protected Zip (Sample)

Discussion in 'Free Source Codes' started by Jay kumar tailor, Oct 4, 2019.

    
  1. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Hi All...
    Jay Here.........
    Hope You Will Like This......

    (Please Find PDF Button in 3B )


    Code:
    [#Form: Gstr3BTrgl]
    Add : Button : jkkpdf1
    
    [Button: JKKpdf1]
    Title: "PDF"
    Key : Ctrl + F
    Action : call:Exportjkpdf1
    
    
    [Function: ExportjkPDF1]
    
    10: SET : SVExportLocation : "D:\Tally Exported Vouchers"
    20: SET : SVExportFormat : $$SysName:PDF
    30: Set : SVPrintFileName : $$String:($$Machinedate)  + "_Gstr 3B_" +#DspmaindateTitle
    40: SET : SVPrintFileName : $$MakeEXPORTName:##SVPrintFileName:##SVExportFormat
    50: Set : SVPrintFileName :##SVExportLocation+"\"+#SVPrintFileName
    60: EXPORT REPORT : . : TRUE
    65:  START ZIP: "D:\Tally Exported Vouchers\jk.zip" :YES
    70:ZIP ADD PATH :"D:\Tally Exported Vouchers\*.PDF":YES
    75: END ZIP:@@jktt:NO
    
    [System:Formulae]
    
    jktt:$$String:"jay" + $$String:"123"
     


  2. MarutiKalekar

    MarutiKalekar Member


    good work and helpful code snippet
     


  3. anish

    anish Member


    Brother You have posted this code and see this Guy very same day copy your code and start selling. Such people portraying themselves as TDL Developer

    http://www.getmytdl.com/complete-tally-pdf-password-protection/

    I think we should start sharing code to only limited members by the references only we can not stop such type of intruders in the forum .But we can limit them to get anything from here which they can sell.
    Request to Admin to make a Trusted Member TAG (txt file or full code can be accessible only to Trusted Members)
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Easy to say, difficult to comply. How will anyone decide on criteria to determine a Trusted Member (TM)?? Give written exams?

    It will better and efficient if the members self decides whether to share codes or not. Also members, if they so deem another member to be trusted, then they should exchange or share the codes vide email or other medium.

    The Administrators, self included, has their main business / work, other than TDL programming, and as such, full time cannot be devoted here. Nor can we spare time to investigate and stamp a member as trusted or not trusted.

    There are also members, who are experts, and yet pirate software from here as their own gains, either through their own ID or from multiple IDs.

    And since this is a forum and open platform to share ideas, codes and solutions, it is best kept that way and each and every member should self determine - what, how and where to share?
     


  5. lumos

    lumos Member


    On a closer look although he might have copied the concept of protecting the PDF's he has not copied this TDL. His TDL password protects the PDF's inside Tally on other hand Jay Kumar's Sample Zips the PDF and protects the same. On a functional level they both differ.
     


  6. Rohit Khedar

    Rohit Khedar Member


    hi jay kumar ji in this function create two pdf file 1st pdf without zip and 2nd in zip
    i want pdf in zip only can you modifiy this
     



  7. Good work sir,

    Keep Inspiring mode On - As you are always.
     


Share This Page