mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
2
.gitignore
vendored
2
.gitignore
vendored
@@ -245,3 +245,5 @@ _Pvt_Extensions
|
|||||||
/src/test-results.xml
|
/src/test-results.xml
|
||||||
/tools/benchmark
|
/tools/benchmark
|
||||||
/tools/ConsoleRunner/Properties/launchSettings.json
|
/tools/ConsoleRunner/Properties/launchSettings.json
|
||||||
|
|
||||||
|
/docs/doxygen
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
2658
doxygen-docs
Normal file
2658
doxygen-docs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user