- Notifications
You must be signed in to change notification settings - Fork4
pdfix/pdfix_sdk_example_cpp
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Example project demonstrating the capabilities of PDFix SDK written in C++language.
For more information please visithttps://pdfix.net.
#include"Pdfix.h"// main headerPdfix_statics;// static definitionsintmain() {// initialize Pdfix. You can change the Pdfix_MODULE_NAME macro to path to the pdfix dll/dylib/soif (!Pdfix_init(Pdfix_MODULE_NAME))throwstd::runtime_error("Pdfix library not found. Copy pdfix binaries into application directory.");// get the main object Pdfix* pdfix =GetPdfix();// your code ... pdfix->Destroy();return0;}
- CMake 3.10.0+
Supported linux distributions:
- Ubuntu 16.04
- CentOS
- Debian
- Xcode 12.0+
- MS Visual Studio 2017 or latest
Clone the repository:git clone https://github.com/pdfix/pdfix_sdk_example_cpp
...or download as .zip:
Download as .zip
Run the following commands in the pdfix_sdk_example_cpp folder:
cmake -S . -B buildcmake --build build
From pdfix_sdk_exmple_cpp dir:
./bin/darwin/example
./bin/linux/example
./bin/x86/example./bin/x64/example
Let us know and we’ll get back to you. Write us tosupport@pdfix.net or fill thecontact form.
About
Make PDF Files Accessible, Extract Data from PDF, Convert PDF to HTML, Fill-in PDF Form, Stamp PDF and more...
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.