Home
last modified time | relevance | path

Searched refs:unoconv (Results 1 – 25 of 73) sorted by relevance

123

/dports/textproc/unoconv/unoconv-0.7/
H A DCHANGELOG.md19 - unoconv: option --export must not have an argument [\#93](https://github.com/dagwieers/unoconv/is…
25 - unoconv: Cannot find a suitable office installation on your system. [\#236](https://github.com/da…
37 - unoconv doesn't ouput UTF-8 text files on windows. [\#185](https://github.com/dagwieers/unoconv/i…
89 - unoconv --version fails to display revision number [\#82](https://github.com/dagwieers/unoconv/is…
95 - Permission in unoconv aren't applied to PDF [\#75](https://github.com/dagwieers/unoconv/issues/75)
121 - Random seg.faults in unoconv [\#67](https://github.com/dagwieers/unoconv/pull/67) ([vpa](https://…
143 - unoconv doesn't work anymore on Fedora 17 [\#45](https://github.com/dagwieers/unoconv/issues/45)
155 - unoconv: Cannot find the pyuno library in sys.path and known paths. [\#4](https://github.com/dagw…
157 - unoconv: UnoException during conversion [\#3](https://github.com/dagwieers/unoconv/issues/3)
161 - Unable to run unoconv from PHP [\#42](https://github.com/dagwieers/unoconv/issues/42)
[all …]
H A DREADME.adoc10 unoconv as well._
12 == Installing unoconv
29 == How does unoconv work ?
36 unoconv -f pdf some-file.odt
39 == Start your own unoconv listener
44 unoconv --listener &
46 unoconv -f pdf *.odt
47 unoconv -f doc *.odt
48 unoconv -f html *.odt
96 == Using unoconv with no X display
[all …]
H A DMakefile9 name = unoconv
110 install -p -m0755 unoconv $(DESTDIR)$(bindir)/unoconv
111 install -p -m0644 doc/unoconv.1 $(DESTDIR)$(mandir)/man1/unoconv.1
116 ln -sf unoconv $(DESTDIR)$(bindir)/$@
H A DChangeLog12 - Reliability check for unoconv listener (Volker Paulsen)
45 - Improved the unoconv manpage
79 - Add unoconv manual page
/dports/textproc/unoconv/unoconv-0.7/doc/
H A DMakefile12 man: unoconv.1
14 docs: unoconv.1 $(htmltargets)
16 install: unoconv.1
17 install -Dp -m0644 unoconv.1 $(DESTDIR)$(mandir)/man1/unoconv.1
H A Dunoconv.1.adoc1 = unoconv(1)
11 'unoconv' [options] file [file2 ..]
68 Start unoconv as listener for unoconv clients to connect to.
322 unoconv -f pdf some-document.odt
326 unoconv instances connect to it:
328 unoconv --listener &
329 unoconv -f pdf some-document.odt
330 unoconv -f doc other-document.odt
331 unoconv -f jpg some-image.png
332 unoconv -f xsl some-spreadsheet.csv
[all …]
H A Dselinux.adoc1 = Using unoconv on a HTTP server
31 If everything is OK, you should be able to run unoconv with statements like:
32 +exec("unoconv -f html -o target_dir $filename");+
50 //try run unoconv and then
55 Well, if unoconv and LibreOffice installations was correct anybody on the system
77 services and consequently unoconv errors. Example error messages can look like:
88 //try to run unoconv here, once finished, restore enforcing mode
122 Whatever, we need to explain to our angry friend we really want to use unoconv.
148 In my case I had to do give permissions to unoconv, libreoffice and sudo (I used
151 [root@localhost ~]# grep "soffice.bin\|sudo\|unoconv" /var/log/audit/audit.log |
H A Doffice-installations.adoc4 Since the hardest part is making unoconv work with any permutation of
9 unoconv will keep on working with your existing installation.*
47 cases. ANSWER: the symlink is present, but unoconv does not work if the
52 present, but unoconv works fine with pyuno.so instead.
H A Derrcode.adoc2 Since various people have reported issues using unoconv related to LibreOffice,
/dports/textproc/unoconv/unoconv-0.7/packaging/rpm/
H A Dunoconv.spec4 Name: unoconv
9 URL: http://dag.wieers.com/home-made/unoconv/
11 Source: unoconv-0.7.tar.gz
19 unoconv converts between any document format that LibreOffice understands.
/dports/textproc/unoconv/unoconv-0.7/tests/
H A DMakefile4 unoconv=../unoconv macro
19 -$(python) $(unoconv) -vvv -p 2002 -f $@ document-example.odt
/dports/www/tikiwiki/tiki-21.2/lib/Unoconv/
H A DUnoconvLib.php17 protected $unoconv; variable in Tiki\\Lib\\Unoconv\\UnoconvLib
38 $this->unoconv = Unoconv::create($config);
63 $this->unoconv->transcode($sourcePath, $type, $destinationPath);
/dports/textproc/unoconv/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=unoconv-0.7.tar.gz unoconv.png
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/forum/
H A Dconverting_binary_files.mdwn1 … simple example is to translate a .odp presentation to .pdf using (e.g.) unoconv. If I add a new .…
15 … if (system("unoconv","-f","pdf","-o",IkiWiki::dirname("$config{destdir}/$g"),srcfile($f)) != 0) {
16 error("unoconv: failed to translate $f to $g");
/dports/www/tikiwiki/tiki-21.2/lib/core/File/
H A DOcrHelper.php48 $unoconv = new UnoconvLib();
49 $unoconv->convertFile($tempReadableFilePath, $tempFileName, 'txt');
H A DPDFHelper.php61 $unoconv = new UnoconvLib();
62 $unoconv->convertFile($sourceFile, $targetFile);
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/bugs/
H A Dstructured_config_data_is_mangled.mdwn7 command: [unoconv, -f, pdf, -o, $OUTPUTDIR, $INPUTFILE]
31 command: [unoconv, -f, pdf, -o, $OUTPUTDIR, $INPUTFILE]
/dports/www/dolibarr13/dolibarr-13.0.5/scripts/odt2pdf/
H A Dodt2pdf.sh48 /usr/bin/unoconv -vvv "$1.odt"
/dports/www/dolibarr/dolibarr-14.0.3/scripts/odt2pdf/
H A Dodt2pdf.sh48 /usr/bin/unoconv -vvv "$1.odt"
/dports/print/rtf2latex2e/rtf2latex2e-2-2-2/doc/
H A Drtf2latexDoc.tex75 the \texttt{.pdf} format, you will need to have \textit{unoconv} installed.%
76 \footnote{\url{http://dag.wieers.com/home-made/unoconv}} \textit{unoconv} uses
87 as well as \textit{unoconv}.\footnote{\url{http://dag.wieers.com/home-made/unoconv}}
91 Unfortunately, the distribution of \textit{unoconv} available at the moment
92 (June 2012) does not work without modifying (1) the \textit{unoconv} script and
94 subversion copy of \textit{unoconv} and change the word `program' to `MacOS' in
108 Finally since conversion of \textit{.pict} with \textit{unoconv} is somewhat
113 the \textit{unoconv}).\footnote{It is understandable that Apple has deprecated the \texttt{PICT} fo…
444 PDF files using \textit{unoconv}.
/dports/x11-fm/sushi/sushi-41.0/
H A DNEWS97 - Use LibreOffice directly instead of unoconv (Robert McQueen)
211 - Use PackageKit to install unoconv if not detected at runtime
312 - Quote the file path before passing it to unoconv (Vincent Untz)
/dports/print/rtf2latex2e/rtf2latex2e-2-2-2/
H A DREADME67 As of version 2.2.0, rtf2latex2e uses unoconv to convert EMF, WMF,
68 and PICT images to PDF files. unoconv in turn use LibreOffice to
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/docs/formats/
H A Dindex.rst209 * `unoconv <http://dag.wiee.rs/home-made/unoconv/>`_ -- Python bindings to
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-check.php1847 'name' => tra('unoconv path'),
1875 'name' => 'php-unoconv/php-unoconv',
1878 'name' => tra('unoconv path'),
/dports/www/xapian-omega12/xapian-omega-1.2.25/docs/
H A Doverview.rst353 via the unoconv script, to extract text from various formats. First you
354 need to start a listening instance (if you don't, unoconv will start up
358 unoconv --listener &
361 ``--filter=application/msword:'unoconv --stdout -f text'`` (you'll want one

123