Discussions

Ask a Question
ANSWERED

Converting PDF to DOCX unreadable content

When Im converting a PDF into DOCX I get a word warning

PDF/A useless

the converter API is working properly (results ARE correct)

ANSWERED

DOCX to PDF conversion doesn't preserve correct fonts

Using the npm package to access the DOC to PDF API results in loss of original fonts in the generated PDF. How can I generate a PDF that contains all the fonts from the DOCX file? I am able to do this using Word and LibreOffice (also using LibreOffice CLI)

Help with Paging Html - PDF

I have a html template that generates a PDF

docx -> txt conversion failure

Any way to get more information on a conversation failure? Getting a 5001 on docx to txt conversion. But have many other docx to txt conversions that have worked fine

ANSWERED

Authenication to our website

Hi - I'm trying to convert a webpage in my application to PDF and I can send the URL of that webapge to convert API's (Web to PDF conversion endpoint), but I need convert API to use a token I provide in order to login and view that URL.

Convert Docx to PDF using java

We plan to purchase a plan in Convert API and we are doing a POC on converting docx to pdf. I am using a java code available in the link https://www.convertapi.com/blog/file-conversion-library-for-java to convert docx to pdf but i am getting error as "java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: Could not initialize class com.convertapi.client.Http". Please help me to fix the issue.

ANSWERED

Self hosted

Hello there! I'd like to know if there's any way we can self host ConvertAPI? Is this on the roadmap?

Date format problem conveting from Excel to PDF

We have one client with excel document which has a Date field. The user has formatted this field using regional settings but the date format is dd/mm/yyyy. However, in conversion to PDF the date is showed as mm/dd/yyyy format. Is possible define the regional settings in conversion to fix this?

java.lang.NoClassDefFoundError: Could not initialize class com.convertapi.client.Http

When trying to use the Client SDK for Java and attempting to make a connection, we get this error,"java.lang.NoClassDefFoundError: Could not initialize class com.convertapi.client.Http.
we are using the method ConvertApi.convert("xlsx","pdf",null)