var fDesc=new Array(); fDesc[0] = "With PDF text editing, PDF format conversion, PDF document annotation and reading and other functions, PDF editing is as easy as Word.

edit
Edit PDF documents directly like editing Word documents, modify text and pictures. The OCR function can also convert the text on the scan to an editable state and directly modify the text on the scan.

create
Convert electronic documents such as Word/Excel/PPT and image documents such as JPG/PNG/TIFF to PDF format, or directly create blank PDF documents.

format conversion
Convert PDF documents to electronic documents such as Word/Excel/PPT or image documents such as JPG/PNG/TIFF with one click, and also supports batch format conversion of PDF documents.

Notes
By adding annotations such as text highlights, underlines, strikethroughs, text boxes, area highlights, etc., we can highlight important content and easily grasp important knowledge points.

password protection
After the PDF document is encrypted, users need to enter a password to access the document when it is opened again. We can also restrict passwords for certain functions, such as editing, printing, and so on.

Handwritten signature
We can directly add a handwritten signature to the PDF document, complete the signing of the contract and transmit it to the other party, without having to print it out, sign it and send it to others.

sticky note
A sticky note can be inserted anywhere in the document, and you can click on the sticky note to enter notes or approval comments, which is convenient for re-reading and recalling the knowledge points you need to master/understand."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }