• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..17-Aug-2020-

emPdfFileModel.cppH A D17-Aug-20203 KiB14599

emPdfFilePanel.cppH A D17-Aug-20206.8 KiB358291

emPdfFpPlugin.cppH A D17-Aug-20201.3 KiB4421

emPdfPagePanel.cppH A D17-Aug-20207.7 KiB365315

emPdfServerModel.cppH A D17-Aug-202017.1 KiB854720

emPdfServerProc.cH A D17-Aug-20209.1 KiB434355

emPdfServerProcProtocol.READMEH A D17-Aug-2020456 1814

emPdfServerProcProtocol.README

1emPdf Server Process Protocol
2#############################
3
4client: open <file>
5server: instance: <inst>
6server: pages: <page count>
7server: pageinfo: <page index> <width> <height> "<label>"
8server: pageinfo: <page index> <width> <height> "<label>"
9server: ...
10server: ok
11or    : error: <message>
12
13client: render <inst> <page> <x> <y> <width> <height> <out width> <out height>
14server: <ppm P6 file contents>
15or    : error: <message>
16
17client: close <inst>
18