I am using PyPDF2 to generate a PDF, and I would like to upload this PDF to Cloudinary, which accepts images as IO objects. The example from their docs: cloudin
Hey i am using fpdf in python for showing a list the, Below is my code: from fpdf import FPDF pdf = FPDF("L", 'mm', 'Legal') pdf.add_page() pdf.set_font('hel
I'm using PyPDF2 to alter a PDF document (adding bookmarks). So I need to read in the entire source PDF, and write it out, keeping as much of the data intact as
I will try to describe the process. Fill in the fields "Textové pole60" with value "123456789"in the interactive PDF using the following code and save it
I don't know how to fix this error when I'm trying to run the following code: df = wrapper.read_pdf(r'C:\End_to_End\1902\PN\Scenario1_AllCorrectMin\EPR.pdf
I don't know how to fix this error when I'm trying to run the following code: df = wrapper.read_pdf(r'C:\End_to_End\1902\PN\Scenario1_AllCorrectMin\EPR.pdf
I have a web api method that returns an HttpResponseMessage containing a PDF file. The method looks something like this: HttpResponseMessage response = Request
For now I can use Odoo for single record report, but when I use multiple files, all the reports do not come in multiple PDF but in one PDF file. So, is there an
I am trying generate PDF from simple code, but no show image. Help me please. code pdf.create("Hello <img src='j4.jpg' />").toFile('./pdf/cotizacion.pdf',
I'm having a problem with PDF showing in front of the properties panel in IE but not in Chrome. in IE in Chrome tried using z-index but had no success using ang
I want to export .frx report that designed by FastReport as an pdf or excel file on a c# web form application like code below: public static bool ShowRepor
How can I convert/save excel file to pdf? I'm using java play framework to generate some excel files and now the requirement changes to pdf. I don't want to rec
Localhost is fine but when uploaded to server not working My Code public function printSalesRecord() { $setPaperSize = 'A4'; $pdf = App::make('domp
I am writing a code in Python that prints outlook emails. Python will read the email (.msg file) by using win32com.client and then print the email using the win
I am using the handy react-pdf library to render/display/download pdf's in my React site. I have my PDF's stored on the server. I have a call to the server th
Hi everyone and thanks in advance for your help. I'm trying to set Footer to a pdf Phpsrpreadsheet generated file but, although it works when I export it in xls
This is my last hope please help me I am stuck with that check box in pdf editor. I'm using iText library to generate pdf file based on template. But when I try
The team I am on has dozens of markdown documents created using a Markdown editor called Typora (they won't want to switch to another editor). We would like to
I am trying to modify text in a PDF file. The text can be in an object of type Tj or BDC. I find the correct objects and if I read them directly after changing
I'm trying to convert a Markdown file into a PDF. I'm looking for only two things: A way to easily change the style of the pdf (for example with a CSS file) A