cube.pdf icon indicating copy to clipboard operation
cube.pdf copied to clipboard

Add PDFium based IDocumentWriter implementation

Open clown opened this issue 7 years ago • 0 comments

Add the Cube.Pdf.Pdfium.DocumentWriter class that implements the IDocumentWriter interface based on the PDFium API. Editing API of the PDFium is as follows:

  • https://pdfium.googlesource.com/pdfium/+/master/public/fpdf_save.h
  • https://pdfium.googlesource.com/pdfium/+/master/public/fpdf_edit.h

clown avatar Nov 26 '18 05:11 clown