docs-to-pdf-converter icon indicating copy to clipboard operation
docs-to-pdf-converter copied to clipboard

A standalone Java library/command line tool that converts DOC, DOCX, PPT, PPTX and ODT documents to PDF files.

Results 24 docs-to-pdf-converter issues
Sort by recently updated
recently updated
newest added

Bumps [itextpdf](https://github.com/itext/itextpdf) from 5.5.6 to 5.5.12. Release notes Sourced from itextpdf's releases. iText 5.5.12 iText 5.5.12 is a maintenance release that rolls up 22 bugfixes for iText 5 Core from...

dependencies

Bumps [itextpdf](https://github.com/itext/itextpdf) from 5.5.6 to 5.5.12. Release notes Sourced from itextpdf's releases. iText 5.5.12 iText 5.5.12 is a maintenance release that rolls up 22 bugfixes for iText 5 Core from...

dependencies

Bumps poi from 3.12 to 4.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi&package-manager=maven&previous-version=3.12&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps poi from 3.12 to 4.1.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi&package-manager=maven&previous-version=3.12&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps poi-scratchpad from 3.12 to 5.2.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi-scratchpad&package-manager=maven&previous-version=3.12&new-version=5.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps poi-scratchpad from 3.12 to 5.2.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.poi:poi-scratchpad&package-manager=maven&previous-version=3.12&new-version=5.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

org.apache.poi.xwpf.converter.core.XWPFConverterException: java.lang.RuntimeException: Not all annotations could be added to the document (the document doesn't have enough pages). at org.apache.poi.xwpf.converter.pdf.PdfConverter.doConvert(PdfConverter.java:70) at org.apache.poi.xwpf.converter.pdf.PdfConverter.doConvert(PdfConverter.java:38) at org.apache.poi.xwpf.converter.core.AbstractXWPFConverter.convert(AbstractXWPFConverter.java:45) at com.yeokhengmeng.docstopdfconverter.DocxToPDFConverter.convert(DocxToPDFConverter.java:28) at com.yeokhengmeng.docstopdfconverter.MainClass.main(MainClass.java:43) Caused by: java.lang.RuntimeException:...

if the doc has jpg or png or whatever images they don't get converted. tried with raw jpg and with form with background image. no luck..

Hello, I'm trying to convert DOCX with page numbers to PDF, but PDF always have number 1 on all pages. Do you know, how to solve this problem?

When doc converts to pdf, it only can convert simple doc, if the content is more, it converts failure!