libhpdftbl 1.5.0
Table construction library for Haru PDF library
Loading...
Searching...
No Matches
hpdftbl_grid.c File Reference

Create a grid on a document for positioning. More...

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <hpdf.h>

Functions

void hpdftbl_stroke_grid (HPDF_Doc pdf, HPDF_Page page)
 

Detailed Description

Create a grid on a document for positioning.

Function Documentation

◆ hpdftbl_stroke_grid()

void hpdftbl_stroke_grid ( HPDF_Doc  pdf,
HPDF_Page  page 
)

Stroke a point grid on specified page to make it easier to position text and tables.

Parameters
pdfDocument handle
pagePage handle

Referenced by setup_hpdf().