Innov-AI     Services     Supporters     Contact     About    
PDF

Manage PDF document.

pdf from htmlpdf compress_image

pdf from html <html> <filePath>


Description

    Generate a PDF from a HTML document.

Parameters

    html:   The html - string - required
    filePath:   The destination file path - string - required
admin
pdf from html (sql to html "session1" "products" (concat "select * from products")) "/Users/jimmitry/Desktop/test.pdf";
mentdb
1

pdf compress_image <pdf_path_source> <pdf_path_destination> <dpi>


Description

    Compress images from/into a PDF. Warning, everything is transformed into images, it is made for PDFs of type images originally.

Parameters

    pdf_path_source:   The PDF source - string - required
    pdf_path_destination:   The PDF destination - string - required
    dpi:   The DPI by image (150 by default) - number - required
admin
pdf compress_image "path/source/pdf.pdf" "path/destination/pdf.pdf" 150;
mentdb
1




© 2012 - 2023