markpdf icon indicating copy to clipboard operation
markpdf copied to clipboard

Watermark PDF files using image or text

Results 22 markpdf issues
Sort by recently updated
recently updated
newest added

@ajaxray Love markpdf, would be great if there was an option for a page range, e.g. page=3, page=1-5 etc. I want to have a watermark only on one page. From...

enhancement

```go func drawText_offset(p *creator.Paragraph, c *creator.Creator, offsetX float64, offsetY float64, att *text_attributes) { // Change to times bold font (default is helvetica). p.SetFont(getFontByName(font)) p.SetFontSize(att.FontSize) p.SetPos(offsetX, offsetY) p.SetColor(creator.ColorRGBFromHex("#" + att.FontColor)) p.SetAngle(att.Angle)...