Questions tagged [pdfium]

PDFium is an open-source PDF rendering engine used in Chrome web browser.

PDFium is an open-source PDF rendering engine used in Chrome web browser.

PDFium is available under BSD license.

Source code available at pdfium.googlesource.com/pdfium.

123 questions
-1
votes
2 answers

How to handle calling convention when wrapping C-code in Cython?

I'm trying to interface PDFium with Cython and ran into these defines/signatures: #if defined(COMPONENT_BUILD) #if defined(WIN32) #if defined(FPDF_IMPLEMENTATION) #define FPDF_EXPORT __declspec(dllexport) #else #define FPDF_EXPORT…
-2
votes
1 answer

Release memory of an unmanaged code without dispose method

I have installed a NuGet package in my C# project which used unmanaged code. I have created an object of a sealed class. which doesn't have a dispose method defined in the class. How do I release the unmanaged memory? I can see that my memory usage…
Prasanth
  • 31
  • 3
  • 9
-2
votes
2 answers

how to print multiple copies in c#

I am currently using the below code for printing a pdf file from database. I am using pdfium for viewing the pdf file and for printing I use PrintDialog box. I can print the pdf file in a single copy only but in a multiple copies I didn't get…
Aopgatimam
  • 9
  • 1
  • 8
1 2 3
8
9