diff --git a/helpers/convertfilters.py b/helpers/convertfilters.py index 3dd5922602..8f4d4b5cc9 100755 --- a/helpers/convertfilters.py +++ b/helpers/convertfilters.py @@ -32,7 +32,7 @@ if not os.path.exists(registry_dir): print(f"{registry_dir} does not exist. Make sure you have built the core repo before running this script") sys.exit(1) -modules = ["writer.xcd","calc.xcd","impress.xcd","draw.xcd","math.xcd","base.xcd","graphicfilter.xcd"] +modules = ["writer.xcd","calc.xcd","impress.xcd","draw.xcd","math.xcd","base.xcd","graphicfilter.xcd","pdfimport.xcd","xsltfilter.xcd"] def gen_id(apiname): '''This function accepts module name and an API Name of the filter, and then generate diff --git a/source/text/shared/guide/convertfilters.xhp b/source/text/shared/guide/convertfilters.xhp index b46c90d3f6..8a6442dacb 100644 --- a/source/text/shared/guide/convertfilters.xhp +++ b/source/text/shared/guide/convertfilters.xhp @@ -1750,5 +1750,253 @@ +
+ + command line document conversion; filters for PDFIMPORT + +

Filters for PDFIMPORT

+ + + + + + + + + + + + + + + + + + + + + PDF - Portable Document Format (Draw) + + + "draw_pdf_import" + + + application/pdf (pdf) + + + + + PDF - Portable Document Format (Impress) + + + "impress_pdf_import" + + + application/pdf (pdf) + + + + + PDF - Portable Document Format (Writer) + + + "writer_pdf_import" + + + application/pdf (pdf) + + + + + PDF - Portable Document Format + + + "writer_pdf_addstream_import" + + + application/pdf (pdf) + + + + + PDF - Portable Document Format + + + "impress_pdf_addstream_import" + + + application/pdf (pdf) + + + + + PDF - Portable Document Format + + + "draw_pdf_addstream_import" + + + application/pdf (pdf) + + + + + PDF - Portable Document Format + + + "calc_pdf_addstream_import" + + + application/pdf (pdf) + + +
+
+
+ + command line document conversion; filters for XSLTFILTER + +

Filters for XSLTFILTER

+ + + + + + + + + + + + + + + + + + + + + ADO Rowset XML + + + "ADO Rowset XML" + + + None (xml) + + + + + DocBook + + + "DocBook File" + + + application/docbook+xml (xml) + + + + + Microsoft Excel 2003 XML + + + "MS Excel 2003 XML" + + + None (xml xls) + + + + + Word 2003 XML + + + "MS Word 2003 XML" + + + None (xml doc) + + + + + XHTML + + + "XHTML Calc File" + + + application/xhtml+xml (html xhtml) + + + + + XHTML + + + "XHTML Draw File" + + + application/xhtml+xml (html xhtml) + + + + + XHTML + + + "XHTML Impress File" + + + application/xhtml+xml (html xhtml) + + + + + XHTML + + + "XHTML Writer File" + + + application/xhtml+xml (html xhtml) + + + + + Unified Office Format text + + + "UOF text" + + + None (uot;uof) + + + + + Unified Office Format spreadsheet + + + "UOF spreadsheet" + + + None (uos;uof) + + + + + Unified Office Format presentation + + + "UOF presentation" + + + None (uop;uof) + + +
+
\ No newline at end of file