Beiträge von caesarus

    Hi,
    I've somes bugs with acrofields (created with acrobat XI) :

    Not supporting Non-breaking space (witch is used in money format)
    => add a "€" : "1 111" become "1€ 111"

    Not Supporting Right align (acrofield option in acrobat)
    => always left align

    Checkbox not working
    => Checked is "ü" instead of "X"

    plus.savetofile not working
    Exception security mode ( no security on file, bypass security with COMPDF_disableSecurityOption not working)

    I've the same problem, i'v the "plus" dll. Try to save a pdf with accro fields.

    No secure on pdf, but still this exception when i try savetofile.

    Seems to checkbox accrofield checked fill with "ü" instead of a cross
    Trying to save to see how Acrobat Reader show it...

    Hi,

    Code
    Viewer.LoadFromStream(StreamPDF);
    Viewer.AppendFromFile(AModele.Data.PdfAnnexe);
    {---}
    Viewer.Plus.SaveToFile(FileName);
    // Exception : EPDFSecurityForbidsSaving !

    The pdf generated by a TWPPDFPrinter (No SetSecurityOptions found)

    Why this doesn't work ????

    I have try this for change security options (before/after loading):

    A) Viewer.Plus.SetSecurityPFlags(0);
    B) Viewer.CommandEx(COMPDF_SetSecurityFlags,0);
    C) Viewer.SecurityOptions := [];

    Help says : This property makes it possible to switch off functionality. Once functionality has been switched off it is not possible to switch it on again!
    But I've seen no security option in TWPPDFPrinter.

    So... I became Sherlock holmes once again...


    The only text about a PaprXXXX Flag in the demo CreateTable is there :

    include(par.prop, paprInActive); (Line 485)
    in a callback procedure : CreateTableCellCallBackHF

    you write about table row but Table.CreateRow(nil,True); // send a TWPTableRowStyle... how set a paragraph property ?

    I've test on header cell :

    without success :(

    It's so difficult to find something in wptools...