博文

目前显示的是 十一月, 2024的博文

ElasticPDF-new PDF editor library (based on pdf.js Web PDF annotation, highlight/polygon/eraser/history/save annotation text)

图片
Abstract:   ElasticPDF is a   new professional PDF editor development library , based on the open source pdf.js-dist, with added annotation features, supporting full offline deploy, and suitable for public and intranet systems. The code structure continues the simple style of pdf.js-dist, is compatible with all mainstream browsers, and can be deployed not only in Web projects, but also embedded in any desktop and mobile projects. Keywords:  Web PDF editor, pdf.js, PDF annotation, available in intranet, available in any project 1 Technical advantages ElasticPDF continues the architectural style of pdf.js-dist, and is developed entirely with simple Javascript code. In short, it adds several js files to the pdf.js-dist code package, and can run without any online dependencies, so it is very suitable for integration into other projects as a functional module. It not only can it be deployed in public network environment applications, but its independent and simple features als...

How to save annotation comments based on pdf.js? Save English/Non-english, all language comments.(PDF Web highlight).

图片
Have you ever needed to save annotation text comments (English/Non-English)? Live Demo:   https://www.elasticpdf.com/demo It is a common requirement to  add annotation text comments  to various annotation objects such as highlights, underlines, rectangles, etc. in PDF. However, this feature, which seems to be very common in desktop PDF editors such as Adobe Arcbot, cannot be realized in many web-based PDF editors, or some of the products that can realize it are very expensive. In fact, this function is not simple. The fact that the product can realize this function shows that it has basically reached the technical level close to the world-class PDF editor. Video: Save Annotation text comments After a long period of technical accumulation, this feature was finally realized in our pure front-end offline product ElasticPDF based only on pdf.js-dist.  At present, it can save annotations in standard formats and save text comments in all languages(English/Chinese/Spanish a...