why not ? what's your problem ? On Tuesday, December 6, 2016 at 9:32:31 PM UTC+1, 黄祥 wrote: > > is it possible to build bridging scanner and Active Directory with scanner > API (xml) using web2py? > *e.g. xml for Menu to choosing system* > <?xml version="1.0" encoding="UTF-8" ?> > <SerioCommands version="1.0"> > <DisplayForm> > <Script> > <![CDATA[ > <UiScreen> > <Title>Select Job</Title> > <LinkScreen> > <LinkControl> > <LinkItem href="./scan2ftp.xml"> > <Label>Scan</Label> > </LinkItem> > <LinkItem href="./copy.xml"> > <Label>Copy</Label> > </LinkItem> > </LinkControl> > </LinkScreen> > </UiScreen> > ]]> > </Script> > </DisplayForm> > </SerioCommands> > > *e.g. xml for copy* > <?xml version="1.0" encoding="utf-8"?> > <SerioCommands version="1.0"> > <IoCopy> > <ColorMode>Auto</ColorMode> > <Density>Normal</Density> > <Ratio>100</Ratio> > <Layout>Normal</Layout> > <LayoutOrientation>Landscape</LayoutOrientation> > <Sorting>true</Sorting> > <NumCopies>1</NumCopies> > <JobFinAckUrl>./selesai.xml</JobFinAckUrl> > </IoCopy> > <DisplayInfo> > <Script> > <![CDATA[ > <UiScreen infoLevel="Normal"> > <IoScreen> > <IoObject> > <Title>Copy</Title> > <Message>executing copy</Message> > </IoObject> > </IoScreen> > </UiScreen> > ]]> > </Script> > </DisplayInfo> > </SerioCommands> > > *e.g. xml for FTP command* > <?xml version="1.0" encoding="utf-8"?> > <SerioCommands version="1.0"> > <IoScanAndSend> > <TxProfiles> > <Ftp> > <FtpParams> > <FileName>test</FileName> > <Host>example.com</Host> > <User>usertest</User> > <Password>123456789</Password> > <StoreDir>/</StoreDir> > <PassiveMode>true</PassiveMode> > <PortNum>21</PortNum> > </FtpParams> > </Ftp> > </TxProfiles> > <!-- <ScanTray>FB</ScanTray> --> > <ColorMode>Gray</ColorMode> > <Resolution>Low</Resolution> > <!-- <FileType>JPEG</FileType> --> > <FileType>PDF</FileType> > <JobFinAckUrl>./done.xml</JobFinAckUrl> > </IoScanAndSend> > <DisplayInfo> > <Script> > <![CDATA[ > <UiScreen> > <IoScreen> > <IoObject> > <Title>Scan2Ftp</Title> > <Message>executing scan2ftp</Message> > </IoObject> > </IoScreen> > </UiScreen> > ]]> > </Script> > </DisplayInfo> > </SerioCommands> > > thanks and best regards, > stifan >
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

