Convert from PDF functions
Contents
[
Hide
]Convert from PDF functions
Name | Description |
---|---|
save_docx | Convert and save the previously opened PDF-document as DocX-document. |
save_doc | Convert and save the previously opened PDF-document as Doc-document. |
save_xlsx | Convert and save the previously opened PDF-document as XlsX-document. |
save_txt | Convert and save the previously opened PDF-document as Txt-document. |
save_pptx | Convert and save the previously opened PDF-document as PptX-document. |
save_xps | Convert and save the previously opened PDF-document as Xps-document. |
save_tex | Convert and save the previously opened PDF-document as TeX-document. |
save_epub | Convert and save the previously opened PDF-document as Epub-document. |
save_booklet | Convert and save the previously opened PDF-document as booklet PDF-document. |
save_n_up | Convert and save the previously opened PDF-document as N-Up PDF-document. |
save_markdown | Convert and save the previously opened PDF-document as Markdown-document. |
save_tiff | Convert and save the previously opened PDF-document as Tiff-document. |
save_docx_enhanced | Convert and save the previously opened PDF-document as DocX-document with Enhanced Recognition Mode (fully editable tables and paragraphs). |
save_svg_zip | Convert and save the previously opened PDF-document as SVG-archive. |
export_fdf | Export from the previously opened PDF-document with AcroForm to FDF-document. |
export_xfdf | Export from the previously opened PDF-document with AcroForm to XFDF-document. |
export_xml | Export from the previously opened PDF-document with AcroForm to XML-document. |
page_to_jpg | Convert and save the specified page as Jpg-image. |
page_to_png | Convert and save the specified page as Png-image. |
page_to_bmp | Convert and save the specified page as Bmp-image. |
page_to_tiff | Convert and save the specified page as Tiff-image. |
page_to_svg | Convert and save the specified page as Svg-image. |
page_to_pdf | Convert and save the specified page as PDF-document. |
page_to_dicom | Convert and save the specified page as DICOM-image. |
Detailed Description
Functions for converting from PDF files.