Linked Questions

10 questions linked to/from Python - Converting XLSX to PDF
6 votes
5 answers
48k views

With the help of this .doc to pdf using python Link I am trying for excel (.xlsx and xls formats) Following is modified Code for Excel: import os from win32com import client folder = "C:\\Oprance\\...
8 votes
3 answers
15k views

I am trying to convert an excel file to PDF. Using Print chosen worksheets in excel files to pdf in python and Python - Converting XLSX to PDF, I wrote the code below. This converts the excel to PDF ...
phil_t's user avatar
  • 871
6 votes
2 answers
45k views

I have a main folder with some .xlsx, .ipynb, .jpeg and some subfolders in it. Now I want to convert all my .xlsx files in my main folder to PDFs. It is a routine work that I have to do everyday, I ...
sam_sam's user avatar
  • 479
0 votes
2 answers
22k views

I have an excel sheet which i want to convert to Python. Need recommendation in suggesting package or a module for above query. i have tried with PDFWriter. I am using pandas to read my excel file ...
Ketan's user avatar
  • 1
1 vote
1 answer
6k views

I do have sticky situation with my project. I am trying to update Excel Sheet and export it to PDF in one loop. At moment I bevies’ best for this is openpyxl library. Issue is that both are functions ...
4 votes
2 answers
742 views

I am solving a timetable scheduling problem and wants to print out the Final Output in the form of PDF or set of images. I have multiple sections and each section has its own schedule. I have created ...
0 votes
0 answers
2k views

I want to convert .xls/.xlsx files with into pdf file. I have tried libreoffice, soffice, unoconv, utility in python but its breaking the context of worksheet after pdf conversion if the worksheet ...
Deepak d's user avatar
2 votes
0 answers
676 views

I've read following and many more: print xlsx file from command line using ghostscript and libreoffice Print chosen worksheets in excel files to pdf in python Python Converting an Excel file (.xlsx) ...
Kashyap's user avatar
  • 18k
0 votes
1 answer
228 views

I'm trying to execute a script to convert a XLS file to a PDF file: from win32com import client import win32api input_file = r"C:\Users\Max12\Desktop\xml\pdfminer\UiPath\attachments75090058円\...
Max's user avatar
  • 471
0 votes
1 answer
189 views

I am currently using Linux Ubuntu 16.04 and python as the language. I am trying to convert an XLSX file to pdf and I came across this question with answer. Python - Converting XLSX to PDF. One of the ...
John's user avatar
  • 15