mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-04-05 20:55:01 +08:00
Update README to include doxygen instructions
This commit is contained in:
parent
e9139a2b56
commit
bc59aeb960
@ -299,6 +299,10 @@ You can merge 2 or more existing PDF files using the `PdfMerger` class:
|
|||||||
var resultFileBytes = PdfMerger.Merge(filePath1, filePath2);
|
var resultFileBytes = PdfMerger.Merge(filePath1, filePath2);
|
||||||
File.WriteAllBytes(@"C:\pdfs\outputfilename.pdf", resultFileBytes);
|
File.WriteAllBytes(@"C:\pdfs\outputfilename.pdf", resultFileBytes);
|
||||||
|
|
||||||
|
## API Reference
|
||||||
|
|
||||||
|
If you wish to generate doxygen documentation, run `doxygen doxygen-docs` and open `docs/doxygen/html/index.html`.
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|
||||||
Please do file an issue if you encounter a bug.
|
Please do file an issue if you encounter a bug.
|
||||||
|
Loading…
Reference in New Issue
Block a user