Method
HexDocumentexport_html
Declaration
gboolean
hex_document_export_html (
  HexDocument* doc,
  const char* html_path,
  const char* base_name,
  gint64 start,
  gint64 end,
  guint cpl,
  guint lpp,
  guint cpw
)
Parameters
- html_path
- 
            Type: const char*Path to the directory in which the HTML file will be saved. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- base_name
- 
            Type: const char*The base name of the filename to be saved, without the .html extension. The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. 
- start
- 
            Type: gint64Starting offset byte of the payload in the range to save. 
- end
- 
            Type: gint64Ending offset byte of the payload in the range to save. 
- cpl
- 
            Type: guintColumns per line. 
- lpp
- 
            Type: guintLines per page. 
- cpw
- 
            Type: guintCharacters per word (for grouping of nibbles).