-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pandoc file conversion RTF to PDF #10025
Comments
Try running with |
I am getting this as output
|
OK. Pandoc's rtf reader is not recognizing the images.
When I removed the |
Actually the problem is not the |
@jgm Thanks for this. Can this be fixed in the next release? |
Is there a workaround to achieve the desired one? By adding any arguments while running the CLI |
You could modify the RTF manually along the lines suggested above, then it should work. |
The image in the original file is still not be converting. I tried with the latest version of the pandoc |
It works for me. Check that you are using pandoc 3.3? |
OK, I see the issue; it's a separate issue from the one I fixed before. I'll open a new issue for this. |
Explain the problem.
I am trying to convert rtf to pdf using pandoc. I have installed textlive package too. While converting the images embedded inside rtf is not getting converted to pdf. To check an alternative approach I converted the same rtf file to docx and then used pandoc to convert docx to pdf. I can able to see images in pdf.
pandoc test.rtf -s --pdf-engine=pdflatex -o test.pdf
Pandoc version?
I have also installed graphicx
Since I can't attach rtf file I will share the link where I downloaded that file
https://file-examples.com/wp-content/storage/2019/09/file-sample_300kB.rtf
This is the output converted file.
test.pdf
The text was updated successfully, but these errors were encountered: