Image and Password in pdf

Discussion in 'Free Source Codes' started by Rohit Khedar, Jan 25, 2022.

    
  1. Rohit Khedar

    Rohit Khedar Member


    I want add password and image in PDF but not work anyone help Plz


    [#Form: Sales Color]

    Add : Button : TlyErpPDFBtn

    [Button: TlyErpPDFBtn]

    Title: "Create PDF"
    Key : Ctrl + F
    Action : Call: TlyErpExportPDF


    [Function: TlyErpExportPDF]



    010: Set : SVExportLocation : "C:\Users\Rohit Kumar\Desktop\b"
    020: Set : SVExportFormat : $$SysName:pDF

    030: Set : SVPrintFileName : $$String:$VoucherTypeName+"_"+$$String:$VoucherNumber+"_"+$$String:$Date
    040: Set : SVPrintFileName : $$MakeEXPORTName:##SVPrintFileName:##SVExportFormat
    050: Set : SVPrintFileName : ##SVExportLocation+"\"+#SVPrintFileName

    060 : set : SVIsImageForPrint : "C:\Users\Rohit Kumar\Desktop\A\Item Pictures\Empty.jpg"
    070 : Set : SVIsPortrait : Yes
    080 : Set : SVBrowserHeight : 250
    090 : Set : SVBrowserWidth : 175

    100: Set : SVOpenFileAfterExport: No
    110: Export Report : . : True

    120: End : @@TlyErpPDFPass : Yes


    [System:Formulae]

    TlyErpPDFPass : $$String:"TlyErp"[/CODE]
     
    Last edited: Jan 25, 2022


Share This Page