WO2017211076A1 - 一种互联文档的自动填报方法 - Google Patents

一种互联文档的自动填报方法 Download PDF

Info

Publication number
WO2017211076A1
WO2017211076A1 PCT/CN2017/000306 CN2017000306W WO2017211076A1 WO 2017211076 A1 WO2017211076 A1 WO 2017211076A1 CN 2017000306 W CN2017000306 W CN 2017000306W WO 2017211076 A1 WO2017211076 A1 WO 2017211076A1
Authority
WO
WIPO (PCT)
Prior art keywords
document
version
information
new
user
Prior art date
Application number
PCT/CN2017/000306
Other languages
English (en)
French (fr)
Inventor
静楷
周美玲
Original Assignee
福建福昕软件开发股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 福建福昕软件开发股份有限公司 filed Critical 福建福昕软件开发股份有限公司
Publication of WO2017211076A1 publication Critical patent/WO2017211076A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/197Version control

Definitions

  • the present invention relates to the field of document network applications, and in particular to an automatic reporting method for interconnected documents.
  • PDF documents are one of the most widely used types of documents in formal office applications. Most official documents and forms use PDF documents as transmission media. This phenomenon is more prominent in foreign countries.
  • the present invention provides an automatic filing method for interconnected documents to overcome at least one of the problems existing in the prior art.
  • the present invention provides an automatic filling method for an interconnected document, comprising the following steps:
  • the device hardware information is uploaded to the cloud server and the device ID is applied, and the unique interconnection ID identification information of the document is generated according to the obtained device ID, and the interconnection ID identification information and version information uniquely corresponding to the document are saved in the
  • the document is uploaded to the cloud server to make the document an interconnected document;
  • the version information of the document in the cloud server is automatically updated according to the interconnection ID identification information of the document;
  • the identity ID information according to the document's interconnection ID
  • the version information of the document is automatically queried to the cloud server.
  • a prompt box is displayed prompting the user to have an updated version of the document, and prompting the user to re-download the new version of the document;
  • the content in the old version of the document cell is automatically filled in the cell corresponding to the new version of the document according to the corresponding mapping relationship of the form in the new and old version of the document.
  • the document is a PDF document.
  • the invention can effectively solve the dilemma of the filling of the traditional PDF form, can effectively solve the problem of timeliness of the update of the form template, and can effectively avoid the repeated form filling, thereby further improving the quickness of filling the PDF document form.
  • Figure 1 is a manual filling flow chart after updating the version of the traditional form document
  • FIG. 2 is a flow chart of an automatic filling method for an interconnected document according to an embodiment of the present invention.
  • the automatic filling method of the interconnected document includes the following steps:
  • the device hardware information is uploaded to the cloud server and the device ID is applied, and the unique interconnection ID identification information of the document is generated according to the obtained device ID, and the interconnection ID identification information uniquely corresponding to the document is generated.
  • the version information is saved in the document and uploaded to the cloud server to make the document an interconnected document;
  • the version information of the document in the cloud server is automatically updated according to the interconnection ID identification information of the document;
  • the version information of the document is automatically queried according to the interconnection ID identification information of the document.
  • a prompt box is displayed to prompt the user to the document. Have an updated version and prompt the user to re-download the new version of the document;
  • the content in the old version of the document cell is automatically filled in the cell corresponding to the new version of the document according to the corresponding mapping relationship of the form in the new and old version of the document.
  • ConnectedPDF convert a normal PDF document to a ConnectedPDF document by:
  • the system provides the device hardware information to the server to apply for the device ID, uses the device ID as the driver, uses a specific algorithm to generate the identifier, and confirms the uniqueness of the document DocumentID, which is stored in the PDF.
  • the creator has administrative rights to the document.
  • the system also uploads information such as DocumentID and document version to the server for permanent retention (hereinafter referred to as version 1).
  • the user obtains version 1 through the official website downloading, etc., and fills in the form, submits the processing, and the like.
  • the system uploads the information such as the DocumentID and the document version to the server again, and the server records the latest information of the document (hereinafter referred to as version 2).
  • the system connects to the server and checks whether the document is updated according to the DocumentID. The system has found an updated version. A pop-up prompt box reminds the user that the document has an updated version. Please download it again.
  • the system After the user downloads the version 2 document, the system automatically detects the download of the new document and writes the contents of the old document form to the new document.
  • the user adjusts and supplements the newly added content or the filled content in the new document.
  • the invention injects new concepts into the traditional PDF document through the thinking mode of the Internet, improves the use of the PDF document by the user, enables the intelligent processing to be better integrated into the work and life, simplifies the processing flow, and improves the processing speed.
  • the significance of the big level is the reason for the big level.
  • the present invention is based on a cloud platform, and can automatically update the form format provided by a government agency department or an authority department in real time, and automatically fill in the relevant content items of the new form according to the past filling of the old version form, thereby avoiding the user filling in The old form does not conform to the latest specifications, and avoids the repeated filling of the contents of the form items. For those who fill in a large number of data reports every day, it is greatly convenient for daily use.
  • the present invention also provides a cross-platform, less reproducible ID generation method, which can It is used to generate the interconnection ID identity information in the above embodiment.
  • the method for generating ID of the invention has cross-platformity, and the implementation method is implemented by using c/c++, and can be compiled and run on several mainstream desktop platforms and embedded platforms of Windows system, Linux system, Mac, iOS and Android.
  • the ID generated by the present invention consists of the following six parts:
  • time information 1.) time information; 2.) device information; 3.) random number information; 4.) operating system status information; 5.) user data information; 6.) operating system type information.
  • the operating system type information can use one byte to indicate the operating system information, so that the IDs generated by different operating systems are never the same, reducing the repetition probability.
  • User data information allows the user to set a byte of user data as a component of the ID, the user data is arbitrarily defined by the user, such as different software, different use methods of the ID, etc., to reduce the repetition probability.
  • Operating system status information is runtime information running on the operating system of the hardware device, including memory status information, current stack status information, process ID, thread ID, current time, operating system user name, computer name And other software information. This information can be encoded into 8 bytes of data using the SHA1 hash algorithm in the present invention.
  • the random number information may be a pseudo random number or a true random number.
  • the present invention uses a true random number. If the random sequence is considered to be a random number, the following characteristics must be met:
  • each bit of the random sequence should satisfy the equal probability distribution.
  • the probability of 0 and 1 for each bit is 50%;
  • the currently published random sequence test set is: NIST SP800-22, FIPS 140-1, -2. That is to say, we believe that as long as the authentication random sequence is detected by FIPS 140 or SP800-22, then we think it is Random sequence, consistent with random sequence characteristics.
  • a FIPS-detected CryptGenRandom function and a dev/random function are used.
  • Device information includes the number information that can identify the characteristics of the device, such as IP address, MAC address, hard disk reel, etc.
  • IP address can theoretically be a unique number of a computer, and the MAC address can also be used as a unique identifier of a device.
  • Device information such as hard disk reels, which are encoded into 8 bytes of data using the SHA1 hash algorithm in the present invention.
  • Time information consisting of current system time, time adjustment parameters, and timestamp adjustment parameters.
  • Step 1 Obtain device information, and the obtained device information is encoded into a first set number (such as 8 bytes) of byte data by using a hash algorithm (such as a sha1 hash algorithm, an MD5 hash algorithm, etc.);
  • a hash algorithm such as a sha1 hash algorithm, an MD5 hash algorithm, etc.
  • Step 2 Obtain a second set number (such as 6) of byte true random numbers as the first random number information
  • Step 3 Obtain operating system status information, where the operating system status information is information when the system is running in the current state, and is encoded into a third set number by using a hash algorithm (such as a sha1 hash algorithm, an MD5 hash algorithm, etc.). (eg 8) byte data;
  • a hash algorithm such as a sha1 hash algorithm, an MD5 hash algorithm, etc.
  • Step 4 Obtain a fourth set number (such as 10) of byte true random numbers as the second random number information
  • Step 5 Obtain time information, where the time information is composed of current system time, time adjustment parameters, and timestamp adjustment parameters, and is encoded and processed on a hard disk by a hash algorithm (such as a sha1 hash algorithm, an MD5 hash algorithm, etc.).
  • a hash algorithm such as a sha1 hash algorithm, an MD5 hash algorithm, etc.
  • Step 6 The above time information, device information, first random number information, second random number information, operating system state information, user data information, and operating system type information are grouped into a string according to a set order to generate a final interconnected document. ID;
  • steps 1 to 5 can be adjusted.
  • the acquired device information is stored, so that the next generation ID is reused.
  • the device information is simulated using a true random number.
  • the operating system status information is simulated using a true random number.
  • the last system time, time adjustment parameter, and timestamp adjustment parameter are first obtained from the file, and if the current system time obtained is later than the last system time, the current system is obtained.
  • Time is used as a part of the ID; if the current system time obtained is the same as the previous system time, adjust the time adjustment parameter so that the current system time and time adjustment parameters are different from the previous system time and time adjustment parameters; if the current system is acquired The time is earlier than the last system time, and the timestamp adjustment parameter is adjusted so that the current system time and timestamp adjustment parameters are different from the previous system time and timestamp adjustment parameters.
  • the generated ID specifications are consistent and can be run on different platforms to achieve cross-platform features
  • the time information is stored by using a file, so that the repetition probability of the ID generated by the same device is 0;
  • the ID repetition probability generated by different devices is extremely low
  • modules in the devices in the embodiments may be distributed in the devices of the embodiments according to the embodiments, or may be correspondingly changed in one or more devices different from the embodiment.
  • the modules of the above embodiments may be combined into one module, or may be further split into multiple sub-modules.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

一种互联文档的自动填报方法,在创建表单类文档时,根据设备ID生成文档唯一的互联ID身份标识信息,将与文档唯一对应的互联ID身份标识信息与版本信息保存在文档中并上传至云端服务器中;当该文档的版本更新时,根据该文档的互联ID身份标识信息自动更新云端服务器中该文档的版本信息;当用户打开已填过的表单类文档时,根据该文档的互联ID身份标识信息自动向云端服务器查询该文档的版本信息,在查询到该文档已有新版本时,提示用户该文档有了更新版本;当检测到新版本的文档下载后,根据新、旧版本文档中表单的对应映射关系,将旧版本文档单元格中的内容自动填入新版本文档对应的单元格中。

Description

一种互联文档的自动填报方法 技术领域
本发明涉及文档网络应用领域,具体而言,涉及一种互联文档的自动填报方法。
背景技术
PDF文档是在正式的办公场合应用最为广泛的文档类型之一,大多的官方公文、表单等都使用PDF文档作为传输媒介,这一现象在国外更为显著。
对于规范性的PDF文档表单的填写,传统的填表流程为如图1所示。由图1可知,现有方案中所有环节都需要人工手动完成,且有可能没有及时更新最新表单而填写旧表单造成时间的浪费。
发明内容
本发明提供一种互联文档的自动填报方法,用以克服现有技术中存在的至少一个问题。
为达到上述目的,本发明提供了一种互联文档的自动填报方法,包括以下步骤:
在创建表单类文档时,向云端服务器上传设备硬件信息并申请设备ID,根据获得的设备ID生成文档唯一的互联ID身份标识信息,将与文档唯一对应的互联ID身份标识信息与版本信息保存在文档中并上传至云端服务器中,使该文档成为互联文档;
当该文档的版本更新时,根据该文档的互联ID身份标识信息自动更新云端服务器中该文档的版本信息;
当用户打开已填过的表单类文档时,根据该文档的互联ID身份标识信息 自动向云端服务器查询该文档的版本信息,在查询到该文档已有新版本时,弹出提示框提示用户该文档有了更新版本,并提示用户重新下载新版本的文档;
当检测到新版本的文档下载后,根据新、旧版本文档中表单的对应映射关系,将旧版本文档单元格中的内容自动填入新版本文档对应的单元格中。
进一步地,对于新版本文档中新增的单元格,接受用户手动填写。
进一步地,所述文档为PDF文档。
本发明可以有效地解决传统PDF表单填写上的困境,可以有效解决表单范本更新的及时性问题,并能有效地避免重复的表单填写,进一步提高了PDF文档表单填写的快捷性。
附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1为传统的表单类文档版本更新后的手动填写流程图;
图2为本发明一个实施例的互联文档的自动填报方法流程图。
具体实施方式
下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有付出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
图2为本发明一个实施例的互联文档的自动填报方法流程图。如图所示, 互联文档的自动填报方法包括以下步骤:
在创建表单类文档(如PDF文档)时,向云端服务器上传设备硬件信息并申请设备ID,根据获得的设备ID生成文档唯一的互联ID身份标识信息,将与文档唯一对应的互联ID身份标识信息与版本信息保存在文档中并上传至云端服务器中,使该文档成为互联文档;
当该文档的版本更新时,根据该文档的互联ID身份标识信息自动更新云端服务器中该文档的版本信息;
当用户打开已填过的表单类文档时,根据该文档的互联ID身份标识信息自动向云端服务器查询该文档的版本信息,在查询到该文档已有新版本时,弹出提示框提示用户该文档有了更新版本,并提示用户重新下载新版本的文档;
当检测到新版本的文档下载后,根据新、旧版本文档中表单的对应映射关系,将旧版本文档单元格中的内容自动填入新版本文档对应的单元格中。
进一步地,对于新版本文档中新增的单元格,接受用户手动填写。
以下以PDF表单文档为例进行说明。
我们引入ConnectedPDF(互联PDF)的概念,它是在传统PDF文档的基础上,添加移动互联的功能,让传统的PDF文档进入互联时代,它引入了DocumentID:用来识别唯一的Document,对于新、旧版本的PDF文档,拥有同一样DocumentID。
完成上述功能需要经过以下步骤:
生成ConnectedPDF,将普通PDF文档转换为ConnectedPDF文档通过以下方式实现:
***向服务器提供设备硬件信息等来申请设备ID,使用设备ID作为驱动,使用特定的算法生成标识、确认文档唯一性的DocumentID,存储在PDF 文档中,创建者拥有该文档的管理权。同时,***还将DocumentID及文档版本等信息上传至服务器永久保留(以下称为版本1)。
用户通过官网下载等方式获取到版本1,进行填表、提交处理等。
在文档需要更新,做了调整存储时,***将DocumentID及文档版本等信息再次上传至服务器,服务器会记录该文档的最新信息(以下称为版本2)。
用户在打开版本1时,***连接到服务器,根据DocumentID查看该文档是否有更新。***发现了有更新版本,弹出提示框提醒用户该文档有了更新版本,请重新下载。
用户下载版本2的文档后,***自动检测到新文档的下载,将旧文档表单中的内容写入新文档。
用户就新文档里新增的内容或已填写的内容做调整、补充。
本发明通过这种互联网的思维模式,为传统的PDF文档注入新的概念改善用户在PDF文档的使用,让智能化的处理更好的融入到工作、生活中,简化处理流程,提高处理速度具有级大的意义。
通过图1、图2对比可知,旧方案中所有环节都需要人工手动完成,且有可能没有及时更新最新表单而填写旧表单造成时间的浪费;而新方案中大部分步骤都由***自动完成,人工只需补充或调整部分表单内容,且不会错过新表单的更新,大大提高效率及减少出错。
综上,本发明基于云平台,能够实时发现政府机关部门或权威部门提供的表单格式的更新,并根据以往对旧版本表单的填写,自动填写到新表单的相关内容项中,可以避免用户填写了旧表单不符合最新规范,及避免重复填写表单项内容等情况,对于每天填写大量数据报表的人员,大大方便了日常的使用。
此外,本发明还提供了一种跨平台的,重复性较低的ID生成方法,可以 用于生成上述实施例中的互联ID身份标识信息。本发明生成ID的方法具有跨平台性,实现方法使用c/c++实现,可以在Windows***、Linux***、Mac、iOS、Android几个主流的桌面平台和嵌入平台编译和运行。
本发明生成的ID由以下六个部分构成:
1.)时间信息;2.)设备信息;3.)随机数信息;4.)操作***状态信息;5.)用户数据信息;6.)操作***类型信息。
操作***类型信息,本发明可以使用一个字节标示操作***信息,使得不同操作***生成的ID永远不相同,降低重复概率。
用户数据信息,本发明允许用户可以设置一个字节用户数据作为ID的组成部分,用户数据由用户任意定义,比如不同软件,ID的不同使用方法等,降低重复概率。
操作***状态信息,操作***状态信息是运行在硬件设备的操作***上的运行时信息,如包括内存状态信息、当前堆栈状态信息、进程ID、线程ID、当前时间、操作***用户名称、计算机名称等软件信息。这些信息在本发明中可以使用SHA1哈希算法编码成8个字节数据。
随机数信息,随机数可以是伪随机数也可以是真随机数,本发明使用真随机数,随机序列如果被认为是随机数,必须要符合以下几个特性:
1.)能够通过所有的正确的随机性测试,如fips,SP800等;
2.)分布均匀性,随机序列的每一位都应该满足等概率分布,长期来看,每一bits出现的0和1的概率是50%;
3.)无周期规律性,随机性序列没有周期性,或者说周期性为无限长,并且不能有其他规律性,自相关系数等于0,随机序列内部所有的子序列都应该是随机的,子序列满足随机序列的各种特性;
4.)不可预测性,包括不可向后预测和向前预测;
5.)不可重复性,即使使用相同的生成手段,也不会生成相同的随机序列;
6.)目前已经发布的随机序列测试集合有:NIST SP800-22,FIPS 140-1,-2.也就是说我们认为只要通过FIPS 140或者SP800-22检测认证的随机序列,那么我们就认为是随机序列,符合随机序列特性.。
在本发明中使用经过FIPS检测的CryptGenRandom函数和dev/random函数生成。
设备信息,设备信息包括是能够标识设备特性的编号信息组成,如IP地址、MAC地址、硬盘卷轴等,IP地址理论上可以作为一台计算机的唯一编号,MAC地址也可以作为一个设备的唯一标识,硬盘卷轴等设备信息,这些信息在本发明中使用SHA1哈希算法编码成8个字节数据。
时间信息,由当前***时间、时间调整参数和时间戳调整参数组成。
本发明一个实施例的跨平台的互联文档ID生成方法包括:
步骤1:获取设备信息,获取的设备信息使用哈希算法(如sha1哈希算法、MD5哈希算法等)编码成第一设定数个(如8个)字节数据;
步骤2:获取第二设定数量个(如6个)字节真随机数作为第一随机数信息;
步骤3:获取操作***状态信息,所述操作***状态信息是当前状态下***运行时的信息,使用哈希算法(如sha1哈希算法、MD5哈希算法等)编码成第三设定数量个(如8个)字节数据;
步骤4:获取第四设定数量个(如10个)字节真随机数作为第二随机数信息;
步骤5:获取时间信息,所述时间信息由当前***时间、时间调整参数和时间戳调整参数组成,通过哈希算法(如sha1哈希算法、MD5哈希算法等)编码处理后保存在硬盘的一个文件中;
步骤6:将以上时间信息、设备信息、第一随机数信息、第二随机数信息、操作***状态信息、用户数据信息、操作***类型信息按照设定顺序组成一个字符串,生成最终的互联文档ID;
其中,步骤1至步骤5的顺序排列可调整。
进一步地,第一次获取设备信息后,将所获取的设备信息存储起来,以备下一次生成ID重复使用。
进一步地,如果设备信息获取不到,使用真随机数模拟设备信息。
进一步地,如果操作***状态信息获取不到,使用真随机数模拟操作***状态信息。
进一步地,当需要生成一个ID时,首先从所述文件中获取上一次的***时间、时间调整参数和时间戳调整参数,如果获取的当前***时间比上一次***时间晚,则将当前的***时间作为ID的一个部分;如果获取的当前***时间和上一次***时间一样,则调整时间调整参数,使当前***时间和时间调整参数与上一次***时间和时间调整参数不同;如果获取的当前***时间比上一次***时间早,则调整时间戳调整参数,使当前的***时间和时间戳调整参数与上一次***时间和时间戳调整参数不同。
本发明达到的有益效果包括几个方面:
使用同一套c/c++实现,生成的ID规格一致,可以在不同平台运行,达到跨平台特性;
使用文件的方式来存储时间信息,使得相同设备生成的ID的重复概率为0;
使用当前操作***运行信息、设备信息、真随机数信息,使得不同设备生成的ID重复概率极低;
以上三点可以满足互联PDF的大数据需求,保证一个互联PDF文档对应 一个ID,实现文档互联,人的互联和***的互联,为以后互联PDF生态***提供互联的基础保证。
本领域普通技术人员可以理解:附图只是一个实施例的示意图,附图中的模块或流程并不一定是实施本发明所必须的。
本领域普通技术人员可以理解:实施例中的装置中的模块可以按照实施例描述分布于实施例的装置中,也可以进行相应变化位于不同于本实施例的一个或多个装置中。上述实施例的模块可以合并为一个模块,也可以进一步拆分成多个子模块。
最后应说明的是:以上实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述实施例所记载的技术方案进行修改,或者对其中部分技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明实施例技术方案的精神和范围。

Claims (3)

  1. 一种互联文档的自动填报方法,其特征在于,包括以下步骤:
    在创建表单类文档时,向云端服务器上传设备硬件信息并申请设备ID,根据获得的设备ID生成文档唯一的互联ID身份标识信息,将与文档唯一对应的互联ID身份标识信息与版本信息保存在文档中并上传至云端服务器中,使该文档成为互联文档;
    当该文档的版本更新时,根据该文档的互联ID身份标识信息自动更新云端服务器中该文档的版本信息;
    当用户打开已填过的表单类文档时,根据该文档的互联ID身份标识信息自动向云端服务器查询该文档的版本信息,在查询到该文档已有新版本时,弹出提示框提示用户该文档有了更新版本,并提示用户重新下载新版本的文档;
    当检测到新版本的文档下载后,根据新、旧版本文档中表单的对应映射关系,将旧版本文档单元格中的内容自动填入新版本文档对应的单元格中。
  2. 根据权利要求1所述的互联文档的自动填报方法,其特征在于,对于新版本文档中新增的单元格,接受用户手动填写。
  3. 根据权利要求1所述的互联文档的自动填报方法,其特征在于,所述文档为PDF文档。
PCT/CN2017/000306 2016-06-07 2017-04-19 一种互联文档的自动填报方法 WO2017211076A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610399574.XA CN107480111B (zh) 2016-06-07 2016-06-07 一种互联文档的自动填报方法
CN201610399574.X 2016-06-07

Publications (1)

Publication Number Publication Date
WO2017211076A1 true WO2017211076A1 (zh) 2017-12-14

Family

ID=60577574

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/000306 WO2017211076A1 (zh) 2016-06-07 2017-04-19 一种互联文档的自动填报方法

Country Status (2)

Country Link
CN (1) CN107480111B (zh)
WO (1) WO2017211076A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111144080A (zh) * 2019-12-27 2020-05-12 深圳市金政软件技术有限公司 一种预算文档生成方法及***
CN117272953A (zh) * 2023-11-15 2023-12-22 明度智云(浙江)科技有限公司 一种文档信息自动填充方法、***和存储介质

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110781189B (zh) * 2019-10-25 2022-08-26 北京达佳互联信息技术有限公司 文档平台构建方法、装置、电子设备及存储介质
CN114386374A (zh) * 2020-10-19 2022-04-22 昆明安泰得软件股份有限公司 一种将CA签名用于数据整合生成odf文档的方法及其程序

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101350009A (zh) * 2008-09-05 2009-01-21 中国工商银行股份有限公司 一种协同文档编写***
CN104077665A (zh) * 2014-07-10 2014-10-01 国家电网公司 电网工程造价分析数据收集***及方法
CN105045770A (zh) * 2015-07-22 2015-11-11 福建福昕软件开发股份有限公司 一种文档新版本自动提醒方法
CN105589813A (zh) * 2015-07-02 2016-05-18 ***股份有限公司 一种电子文档版本变化跟踪方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101350009A (zh) * 2008-09-05 2009-01-21 中国工商银行股份有限公司 一种协同文档编写***
CN104077665A (zh) * 2014-07-10 2014-10-01 国家电网公司 电网工程造价分析数据收集***及方法
CN105589813A (zh) * 2015-07-02 2016-05-18 ***股份有限公司 一种电子文档版本变化跟踪方法
CN105045770A (zh) * 2015-07-22 2015-11-11 福建福昕软件开发股份有限公司 一种文档新版本自动提醒方法

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111144080A (zh) * 2019-12-27 2020-05-12 深圳市金政软件技术有限公司 一种预算文档生成方法及***
CN111144080B (zh) * 2019-12-27 2024-04-26 深圳市金政软件技术有限公司 一种预算文档生成方法及***
CN117272953A (zh) * 2023-11-15 2023-12-22 明度智云(浙江)科技有限公司 一种文档信息自动填充方法、***和存储介质
CN117272953B (zh) * 2023-11-15 2024-03-12 明度智云(浙江)科技有限公司 一种文档信息自动填充方法、***和存储介质

Also Published As

Publication number Publication date
CN107480111A (zh) 2017-12-15
CN107480111B (zh) 2019-11-22

Similar Documents

Publication Publication Date Title
CN109889505B (zh) 数据持有性验证方法及终端设备
WO2017211076A1 (zh) 一种互联文档的自动填报方法
US10305986B2 (en) Peer-to-peer sharing of cloud-based content
US20200412526A1 (en) Method and apparatus for verifying smart contracts in blockchain, and storage medium
US11157652B2 (en) Obfuscation and deletion of personal data in a loosely-coupled distributed system
US11977637B2 (en) Technique for authentication and prerequisite checks for software updates
CN102857578B (zh) 一种网络硬盘的文件上传方法、***及网盘客户端
CN110275916B (zh) 数据操作记录的存储方法、***、装置及设备
US20160239409A1 (en) Testing a web service using inherited test attributes
US10862672B2 (en) Witness blocks in blockchain applications
CN110543448A (zh) 数据同步方法、装置、设备及计算机可读存储介质
US9940115B2 (en) Mobile application deployment for distributed computing environments
US20150161154A1 (en) Files having unallocated portions within content addressable storage
TWI762851B (zh) 塊鏈式帳本中的資料驗證方法、系統、裝置及設備
CN109445866A (zh) 一种硬盘盘符的确定方法、装置及服务器
US10411896B2 (en) Mixed checksum injection for content verification on multiple platforms
CN112486915A (zh) 数据存储方法及装置
US20140279946A1 (en) System and Method for Automatic Integrity Checks in a Key/Value Store
CN111176685A (zh) 一种升级方法及装置
CN112182112A (zh) 基于区块链的分布式数据动态存储方法和电子设备
CN107480151A (zh) 一种跨平台的互联文档id生成方法
CN114900497B (zh) 一种标识序号生成方法、装置、电子设备及存储介质
CN110636042B (zh) 一种服务端已验证块高的更新方法、装置及设备
CN111949738A (zh) 基于区块链的数据存储去重方法、终端设备和存储介质
CN113436699A (zh) 新冠核酸检测报告生成方法、***、电子设备和存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17809517

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17809517

Country of ref document: EP

Kind code of ref document: A1