VectorViewer Document I/O
Document I/O is a API/Endpoint provided by VectorViewer that edits,converts, compares and merges documents.

Compare Documents
- Call VectorViewer API passing two documents you want to compare & you will get a single PDF output showing differences between them.
- Documents can either sent in body of API call or can be sent as shared URLs of either Microsoft Sharepoint or Google Docs.

Edit Documents
- Call VectorViewer API passing to send a document and information related to the edit operations such as delete, move around pages etc.
- VectorViewer will send back the updated document as per your input parameters request.

Convert Document
- Call VectorViewer API passing to send a document that you want to convert along the format to which you want to convert.
- VectorViewer will send back the converted document as per your input parameters request.

Merge Documents
- Call VectorViewer API passing the two documents that you want to merge as one document along with any other information.
- VectorViewer will send back the merged document as per your input parameters request.