#include <vcl/filter/PDFiumLibrary.hxx>
#include <cassert>
#include <sal/log.hxx>
#include <fpdf_doc.h>
#include <fpdf_annot.h>
#include <fpdf_edit.h>
#include <fpdf_text.h>
#include <fpdf_save.h>
#include <fpdf_signature.h>
#include <fpdf_formfill.h>
#include <osl/endian.h>
#include <vcl/bitmap.hxx>
#include <tools/stream.hxx>
#include <tools/UnitConversion.hxx>
#include <o3tl/string_view.hxx>
#include <bitmap/BitmapWriteAccess.hxx>
Go to the source code of this file.
◆ m_aFormCallbacks
FPDF_FORMFILLINFO m_aFormCallbacks |
|
private |
◆ m_pFormHandle
std::unique_ptr<PDFiumFormHandle> m_pFormHandle |
|
private |
◆ maLastError
◆ mpAnnotation
FPDF_ANNOTATION mpAnnotation |
|
private |
◆ mpBitmap
◆ mpHandle
◆ mpPage
◆ mpPageObject
FPDF_PAGEOBJECT mpPageObject |
|
private |
◆ mpPathSegment
FPDF_PATHSEGMENT mpPathSegment |
|
private |
◆ mpPdfDocument
FPDF_DOCUMENT mpPdfDocument |
|
private |
◆ mpSearchHandle
FPDF_SCHHANDLE mpSearchHandle |
|
private |
◆ mpSignature
FPDF_SIGNATURE mpSignature |
|
private |
◆ mpTextPage