Api2pdf v0.1.1
  • Pages
  • Modules

    View Source Api2pdf.Model.LibreOfficeRequest (Api2pdf v0.1.1)

    Payload that can be used to:

    • Convert Office Document or Image File to PDF format using LibreOffice
    • Generate an image thumbnail preview of an Office document or PDF file
    • Convert a PDF file to HTML using LibreOffice. Limitation is that images will be lost
    • Convert HTML to docx format using LibreOffice
    • Convert HTML to .xlsx using LibreOffice

    Link to this section Summary

    Types

    t()

    Link to this section Types

    Link to this type

    t()

    View Source
    @type t() :: %Api2pdf.Model.LibreOfficeRequest{
      extraHTTPHeaders: map(),
      fileName: String.t(),
      inline: boolean(),
      storage: Api2pdf.Model.FileStorageOptions.t(),
      url: String.t(),
      useCustomStorage: boolean()
    }

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.29.0) for the Elixir programming language