Documentation
¶
Index ¶
- func DocxBytesTextify(w io.Writer, bs []byte) error
- func DocxBytesTextifyString(bs []byte) (string, error)
- func DocxFileTextify(w io.Writer, name string) error
- func DocxFileTextifyString(name string) (string, error)
- func DocxReaderTextify(w io.Writer, r io.ReaderAt, size int64) error
- func DocxReaderTextifyString(r io.ReaderAt, size int64) (string, error)
- func DocxZipReaderTextify(w io.Writer, zr *zip.Reader) error
- func DocxZipReaderTextifyString(zr *zip.Reader) (string, error)
- func PptxBytesTextify(w io.Writer, bs []byte, options ...string) error
- func PptxBytesTextifyString(bs []byte, options ...string) (string, error)
- func PptxFileTextify(w io.Writer, name string, options ...string) error
- func PptxFileTextifyString(name string, options ...string) (string, error)
- func PptxReaderTextify(w io.Writer, r io.ReaderAt, size int64, options ...string) error
- func PptxReaderTextifyString(r io.ReaderAt, size int64, options ...string) (string, error)
- func PptxZipReaderTextify(w io.Writer, zr *zip.Reader, options ...string) error
- func PptxZipReaderTextifyString(zr *zip.Reader, options ...string) (string, error)
- func XlsxBytesTextify(w io.Writer, bs []byte) error
- func XlsxBytesTextifyString(bs []byte) (string, error)
- func XlsxFileTextify(w io.Writer, name string) error
- func XlsxFileTextifyString(name string) (string, error)
- func XlsxReaderTextify(w io.Writer, r io.ReaderAt, size int64) error
- func XlsxReaderTextifyString(r io.ReaderAt, size int64) (string, error)
- func XlsxZipReaderTextify(w io.Writer, zr *zip.Reader) error
- func XlsxZipReaderTextifyString(zr *zip.Reader) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DocxBytesTextify ¶ added in v1.0.27
DocxBytesTextify Extract docx data to writer
func DocxBytesTextifyString ¶ added in v1.0.27
DocxBytesTextifyString Extract docx data to string
func DocxFileTextify ¶
DocxFileTextify Extract docx file to writer
func DocxFileTextifyString ¶ added in v1.0.27
DocxFileTextifyString Extract docx file to string
func DocxReaderTextify ¶
DocxReaderTextify Extract docx reader to writer
func DocxReaderTextifyString ¶ added in v1.0.27
DocxReaderTextifyString Extract docx reader to string
func DocxZipReaderTextify ¶ added in v1.0.27
DocxZipReaderTextify Extract docx zip reader to writer
func DocxZipReaderTextifyString ¶ added in v1.0.27
DocxZipReaderTextifyString Extract docx zip reader to string
func PptxBytesTextify ¶ added in v1.0.27
PptxBytesTextify Extract pptx data to writer options:
-nopgbrk : don't insert page breaks '\f' between pages
func PptxBytesTextifyString ¶ added in v1.0.27
PptxBytesTextifyString Extract pptx data to string options:
-nopgbrk : don't insert page breaks '\f' between pages
func PptxFileTextify ¶ added in v1.0.27
PptxFileTextify Extract pptx file to writer options:
-nopgbrk : don't insert page breaks '\f' between pages
func PptxFileTextifyString ¶ added in v1.0.27
PptxFileTextifyString Extract pptx file to string options:
-nopgbrk : don't insert page breaks '\f' between pages
func PptxReaderTextify ¶ added in v1.0.27
PptxReaderTextify Extract pptx reader to writer options:
-nopgbrk : don't insert page breaks '\f' between pages
func PptxReaderTextifyString ¶ added in v1.0.27
PptxReaderTextifyString Extract pptx reader to string options:
-nopgbrk : don't insert page breaks '\f' between pages
func PptxZipReaderTextify ¶ added in v1.0.27
PptxZipReaderTextify Extract pptx zip reader to writer options:
-nopgbrk : don't insert page breaks '\f' between pages
func PptxZipReaderTextifyString ¶ added in v1.0.27
PptxZipReaderTextifyString Extract pptx zip reader to string options:
-nopgbrk : don't insert page breaks '\f' between pages
func XlsxBytesTextify ¶ added in v1.0.27
XlsxBytesTextify Extract xlsx data to writer
func XlsxBytesTextifyString ¶ added in v1.0.27
XlsxBytesTextifyString Extract xlsx data to string
func XlsxFileTextify ¶
XlsxFileTextify Extract xlsx file to writer
func XlsxFileTextifyString ¶ added in v1.0.27
XlsxFileTextifyString Extract xlsx file to string
func XlsxReaderTextify ¶
XlsxReaderTextify Extract xlsx reader to writer
func XlsxReaderTextifyString ¶ added in v1.0.27
XlsxReaderTextifyString Extract xlsx reader to string
func XlsxZipReaderTextify ¶ added in v1.0.27
XlsxZipReaderTextify Extract xlsx zip reader to writer
Types ¶
This section is empty.