Search

Search

Help

Page 46 of 48. Showing 477 results (0.013 seconds)

  1. v3.2.50

    narrowing of document preview on task form. PWFL5032 http://192.168.1.52:8080/jira/browse/PWFL5032 Repair of package translation generation. PWFL5033
    PlusWorkflowApr 02, 2020
  2. Plus FTP Client

    characters image202326 12:38:10.png Setters / Automatic tasks Name Version Category Button ID Description Details Sending documents to an FTP server 1.0.0 FTP Sends all documents of a given class attached to the process to the FTP server. More... Scheduled tasks Name Version Category Button ID Description Szczegóły
  3. Zrzut ekranu z formularza

    : PDF, JPG, PNG Default: PDF Display value Param value PDF pdf PNG jpg JPG jpg Page orientation 1.0.34 Output PDF document page orientation String Only for PDF … to either page height or page width. New page will be added to PDF document when screenshot height will exceed PDF page height. String Only for PDF file fornat
  4. Plus eSignature

    that should be entered when signing the documents. CRL addresses for individual certificates are contained in the <CRLAddress> tag located in the <CACertificate … for the process of timestamping documents with a time stamp issued by KIR is guaranteed. When using the KIR S.A. time stamping services, the Authorization attribute must
  5. Znane problemy Kofax Express

    format pdf. Kofax pdf export.jpg czyli prawidłowo w polu PDF Options powinien być ustawiony PDF/A Portable Document Format Archive Kofax pdf export 2.jpg c … zostać poprawiony w nowszych wersjach Kofax Expess. Jednak w aktualnych wersjach obejściem tego problemu jest zaznaczenie opcji "Show in Document Title". Wtedy
  6. v3.2.84

    a document based on a template. PWFL5462 http://192.168.1.52:8080/jira/browse/PWFL5462 Optimization of memory usage during task acceptance. PWFL5464
    PlusWorkflowApr 06, 2020
  7. v3.2.45

    in via REST API. PWFL4936 http://192.168.1.52:8080/jira/browse/PWFL4936 Adding a translation of the name and description of the document class in actions. PWFL4937
    PlusWorkflowApr 02, 2020
  8. 6. Statusy przetwarzania wiadomości

    analyzing interruption: przetwarzanie wiadomości zostało przerwane przez zewnętrzny interfejs zdefiniowany w konfiguracji modułu no device found for document
  9. Konfiguracja Exporter'a

    w profilu. Są to: Page: File Name Page: Document Index Page: Page Index Kolejność tych pól w eksporterze jest bardzo istotna i powinna zostać taka, jak
    Przetwarzanie dokumentówApr 11, 2014
  10. PCMGraphicSchema.js

    window.vfgFileSchema = { fields: { type: "select", inputType: "text", label: "pcmdocumentclass", model: "documentClassId", required: "true", values: function(){ let data; jQuery.ajax( { url: 'api/documents/classes',success: function (result) { data = result.map(row => ( )); }, async: false } ); return data