Lines Matching +full:getting +full:- +full:started
1 # Getting Started with PDFium
6 example of using PDFium see the [Chromium PDF Plugin][chrome-plugin].
11 [README](/README.md) for instructions on getting and installing PDFium.
18 See the [V8 Getting Started][pdfium-v8] guide for how to
26 headers can be found in the [public/ folder of the repository][pdfium-public].
64 `m_pIsolate` for PDFium to use to store per-isolate data, or pass `NULL` to tell
69 For more information on using Javascript see the [V8 Getting Started][pdfium-v8]
77 PDF_LIBS="-lpdfium -lfpdfapi -lfxge -lfpdfdoc -lfxcrt -lfx_agg \
78 -lfxcodec -lpng -lfx_libopenjpeg -lfx_lcms2 -lfx_freetype -ljpeg \
79 -lfdrm -lpwl -lbigint -lformfiller -ljavascript -lfxedit"
82 clang -I $PDF_DIR/public -o init init.c -L $PDF_DIR/out/Debug -lstdc++ -framework AppKit $PDF_LIBS
85 The `-framework AppKit` as needed as I'm building on a Mac. Internally PDFium
86 uses C++, which is why `-lstdc++` is required on the link line.
95 [PDF Editing Guide][pdfium-edit-guide].
184 [chrome-plugin]: https://chromium.googlesource.com/chromium/src/+/main/pdf/
185 [pdfium-public]: https://pdfium.googlesource.com/pdfium/+/main/public/
186 [pdfium-v8]: /docs/v8-getting-started.md
187 [pdfium-edit-guide]: /docs/pdfium-edit-guide.md