We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const path = require('path'); const Recipe = require('muhammara').Recipe; const pdfDoc = new Recipe(path.join(__dirname, './1.pdf'), path.join(__dirname, './output.pdf')); console.log(pdfDoc.pageInfo(1)); pdfDoc .appendPage(path.join(__dirname, './2.pdf')) .endPDF();
2.pdf file contains a directory, which causes the directory link to become invalid after merging
The text was updated successfully, but these errors were encountered:
galkahana/HummusJS#437 See the same problem
Sorry, something went wrong.
thanks for reporting the solution is pretty ugly :P but feels like the only solution. will have a look
would you mind retesting pdf writer has been updated to the most recent version
retested, still valid issue.
No branches or pull requests
2.pdf file contains a directory, which causes the directory link to become invalid after merging
The text was updated successfully, but these errors were encountered: